agentgui 1.0.633 → 1.0.635
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/claude-runner.js +1 -1
- package/package.json +1 -1
package/lib/claude-runner.js
CHANGED
|
@@ -613,7 +613,7 @@ registry.register({
|
|
|
613
613
|
closeStdin: true, // must close stdin or claude 2.1.72 hangs waiting for input in --print mode
|
|
614
614
|
useJsonRpcStdin: false,
|
|
615
615
|
supportedFeatures: ['streaming', 'resume', 'system-prompt', 'permissions-skip'],
|
|
616
|
-
spawnEnv: { MAX_THINKING_TOKENS: '0' },
|
|
616
|
+
spawnEnv: { MAX_THINKING_TOKENS: '0', AGENTGUI_SUBPROCESS: '1' },
|
|
617
617
|
|
|
618
618
|
buildArgs(prompt, config) {
|
|
619
619
|
const {
|