@ian-pascoe/pi-minimal-subagents 0.6.3 → 0.6.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ian-pascoe/pi-minimal-subagents",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "private": false,
5
5
  "description": "Persistent nested subagents with bounded delegation for Pi",
6
6
  "keywords": [
@@ -1039,7 +1039,7 @@ export class PiAgentSessionFactory implements AgentSessionFactory {
1039
1039
  agentDir: this.options.agentDir,
1040
1040
  model,
1041
1041
  thinkingLevel: agent.launch_contract.thinking_level,
1042
- tools: adaptRuntimeTools ? undefined : allowedToolNames,
1042
+ tools: [...allowedToolNames, ...adapterToolNames],
1043
1043
  customTools: coordinatorTools,
1044
1044
  resourceLoader,
1045
1045
  sessionManager,