Skip to content

Fix council doctor on Windows: use shell=True for .cmd wrappers#14

Merged
antunesand merged 1 commit into
mainfrom
claude/web-ui-streamlit-fastapi-UWxtq
Feb 17, 2026
Merged

Fix council doctor on Windows: use shell=True for .cmd wrappers#14
antunesand merged 1 commit into
mainfrom
claude/web-ui-streamlit-fastapi-UWxtq

Conversation

@antunesand

Copy link
Copy Markdown
Owner

On Windows, CLI tools like codex are installed as .cmd batch wrappers via npm. subprocess.run(["codex", ...]) cannot launch .cmd files directly — shell=True is needed so cmd.exe resolves the wrapper. Added _run_tool() helper used by all doctor subprocess calls.

https://claude.ai/code/session_017PSBcbKg9gTGouqA7oC4Zn

On Windows, CLI tools like codex are installed as .cmd batch wrappers
via npm. subprocess.run(["codex", ...]) cannot launch .cmd files
directly — shell=True is needed so cmd.exe resolves the wrapper.
Added _run_tool() helper used by all doctor subprocess calls.

https://claude.ai/code/session_017PSBcbKg9gTGouqA7oC4Zn
@antunesand antunesand merged commit c2180e1 into main Feb 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants