From 029aea91ce0bec17f75d2d45b30e82daa8ae4015 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 24 Mar 2026 18:38:30 -0600 Subject: [PATCH] feat(subagents): mention how to change model --- skills/invoking-subagents/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/invoking-subagents/SKILL.md b/skills/invoking-subagents/SKILL.md index 5aecba7c166726a987afce6e34fb0b7b85d39576..ddb6b5f5140829159b68090b15f527dbb2925ec8 100644 --- a/skills/invoking-subagents/SKILL.md +++ b/skills/invoking-subagents/SKILL.md @@ -7,7 +7,7 @@ metadata: author: Amolith --- -Invoke with `PI_PERMISSION_LEVEL=level pi -p 'prompt'`. DO NOT impose a timeout. +Invoke with `PI_PERMISSION_LEVEL=level pi -p 'prompt'`. DO NOT impose a timeout. Set a different model, if requested, with `pi --model "provider/model" -p "prompt"`. **Important:** Subagents are scoped to their cwd. To invoke a subagent in another folder, `cd there && PI_PERMISSION_LEVEL=level pi ...`.