pi-subagents 0.6.0 → 0.6.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@ Use `agentScope` parameter to control discovery: `"user"` (default), `"project"`
39
39
  ---
40
40
  name: scout
41
41
  description: Fast codebase recon
42
- tools: read, grep, find, ls, bash
42
+ tools: read, grep, find, ls, bash, mcp:chrome-devtools
43
43
  model: claude-haiku-4-5
44
44
  skill: safe-bash, chrome-devtools # comma-separated skills to inject
45
45
  output: context.md # writes to {chain_dir}/context.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-subagents",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Pi extension for delegating tasks to subagents with chains, parallel execution, and TUI clarification",
5
5
  "author": "Nico Bailon",
6
6
  "license": "MIT",