@trim21/personal-pi-extensions 0.0.166 → 0.0.167

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": "@trim21/personal-pi-extensions",
3
- "version": "0.0.166",
3
+ "version": "0.0.167",
4
4
  "type": "module",
5
5
  "description": "Custom pi coding-agent extensions: bwrap sandbox, workspace guard, opencode edit, and more",
6
6
  "keywords": [
@@ -372,8 +372,8 @@ export default function spawnAgent(pi: ExtensionAPI) {
372
372
  }
373
373
 
374
374
  pi.registerTool<typeof spawnAgentSchema, SubagentDetails>({
375
- name: "spawn_agent",
376
- label: "spawn_agent",
375
+ name: "spawn-agent",
376
+ label: "spawn-agent",
377
377
  description: [
378
378
  "Delegate a task to a subagent running in a separate pi process with an isolated context window.",
379
379
  "The `agent` parameter must be one of the available subagent types listed in the system prompt.",