Prerequisites
Bug Description
Description:
When using the codemie-gemini CLI on Windows, empty black cmd.exe windows constantly pop up and steal focus. This happens in standard CMD, PowerShell, and even inside the VS Code integrated terminal.
Expected behavior:
Background commands or child processes should run invisibly without spawning GUI console windows.
Suggested Fix:
Please ensure that any child_process calls (spawn, exec, execSync, etc.) include the windowsHide: true option in their configuration object when running on Windows environments.
Steps to Reproduce
npm install -g @codemieai/code
codemie --version
codemie setup
codemie install gemini
codemie-gemini
Expected Behavior
Background commands or child processes should run invisibly without spawning GUI console windows.
Actual Behavior
When using the codemie-gemini CLI on Windows, empty black cmd.exe windows constantly pop up and steal focus. This happens in standard CMD, PowerShell, and even inside the VS Code integrated terminal.
CodeMie CLI Version
0.15.0
Which agent are you using?
Google Gemini (codemie-gemini)
Which provider are you using?
AI/Run SSO
Model
No response
Node.js Version
v26.3.0
Operating System
Windows (native)
Configuration (Redacted)
Error Logs
Additional Context
No response
Prerequisites
Bug Description
Description:
When using the
codemie-geminiCLI on Windows, empty blackcmd.exewindows constantly pop up and steal focus. This happens in standard CMD, PowerShell, and even inside the VS Code integrated terminal.Expected behavior:
Background commands or child processes should run invisibly without spawning GUI console windows.
Suggested Fix:
Please ensure that any
child_processcalls (spawn,exec,execSync, etc.) include thewindowsHide: trueoption in their configuration object when running on Windows environments.Steps to Reproduce
npm install -g @codemieai/code
codemie --version
codemie setup
codemie install gemini
codemie-gemini
Expected Behavior
Background commands or child processes should run invisibly without spawning GUI console windows.
Actual Behavior
When using the
codemie-geminiCLI on Windows, empty blackcmd.exewindows constantly pop up and steal focus. This happens in standard CMD, PowerShell, and even inside the VS Code integrated terminal.CodeMie CLI Version
0.15.0
Which agent are you using?
Google Gemini (codemie-gemini)
Which provider are you using?
AI/Run SSO
Model
No response
Node.js Version
v26.3.0
Operating System
Windows (native)
Configuration (Redacted)
Error Logs
Additional Context
No response