chore: rename package to pi-subagents

This commit is contained in:
pi
2026-04-10 23:53:39 +01:00
parent d560927724
commit d0cab98f01
9 changed files with 21 additions and 14 deletions

View File

@@ -77,7 +77,7 @@ export function createSubagentTool(deps: {
return {
name: "subagent",
label: "Subagent",
description: "Delegate tasks to specialized agents running in tmux panes.",
description: "Delegate tasks to specialized agents running in separate child sessions.",
parameters: deps.parameters ?? SubagentParamsSchema,
async execute(_toolCallId: string, params: any, _signal: AbortSignal | undefined, onUpdate: any, ctx: any) {
const hasSingle = Boolean(params.agent && params.task);