After installing the Conductor extension, every time that I start Gemini CLI I get the following warning message in the Debug Console (opened with F12):
│ ℹ Authenticated via "gemini-api-key".
│ ℹ Loading extension: conductor
│ ⚠ [STARTUP] Cannot start phase 'load_builtin_commands': phase is already active. Call end()
│ before starting again.
If I disable the extension, the warning message disappears:
gemini extensions disable conductor --scope workspace
I was wondering if this warning could be hiding other misbehaviors I've been experiencing with Gemini CLI (e.g. "Allow for this session" tool usage not working).