agentgui 1.0.633 → 1.0.634

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.
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.633",
3
+ "version": "1.0.634",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",