agentgui 1.0.662 → 1.0.663

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.
@@ -620,7 +620,7 @@ registry.register({
620
620
  closeStdin: false, // keep stdin open for JSON-RPC steering commands
621
621
  useJsonRpcStdin: false,
622
622
  supportedFeatures: ['streaming', 'resume', 'system-prompt', 'permissions-skip', 'steering'],
623
- spawnEnv: { MAX_THINKING_TOKENS: '0' },
623
+ spawnEnv: { MAX_THINKING_TOKENS: '0', AGENTGUI_SUBPROCESS: '1' },
624
624
 
625
625
  buildArgs(prompt, config) {
626
626
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.662",
3
+ "version": "1.0.663",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",