feat(subagents): mention how to change model

Amolith created

Change summary

skills/invoking-subagents/SKILL.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

skills/invoking-subagents/SKILL.md 🔗

@@ -7,7 +7,7 @@ metadata:
   author: Amolith <amolith@secluded.site>
 ---
 
-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 ...`.