@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 +1 -1
- package/src/spawn-agent.ts +2 -2
package/package.json
CHANGED
package/src/spawn-agent.ts
CHANGED
|
@@ -372,8 +372,8 @@ export default function spawnAgent(pi: ExtensionAPI) {
|
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
pi.registerTool<typeof spawnAgentSchema, SubagentDetails>({
|
|
375
|
-
name: "
|
|
376
|
-
label: "
|
|
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.",
|