Skip to content

fix(skill-creator): prevent nested claude subprocess from inheriting stdin in run_eval.py (#1414) - #1665

Open
AbhiPra24 wants to merge 1 commit into
anthropics:mainfrom
AbhiPra24:fix/run-eval-stdin-devnull
Open

fix(skill-creator): prevent nested claude subprocess from inheriting stdin in run_eval.py (#1414)#1665
AbhiPra24 wants to merge 1 commit into
anthropics:mainfrom
AbhiPra24:fix/run-eval-stdin-devnull

Conversation

@AbhiPra24

Copy link
Copy Markdown

Fixes #1414

Pass stdin=subprocess.DEVNULL to subprocess.Popen in run_single_query() so nested claude -p subprocesses do not inherit standard input and block on interactive input.

cc @98zc5g5jyw-arch for review

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.

skill-creator: run_eval.py's nested claude -p subprocess inherits parent stdin, causing an intermittent stall

1 participant