fix: Task tool subagent spawn and isolated block labels (#561)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-01-15 22:39:53 -08:00
committed by GitHub
parent 4e8f99497c
commit c9fab34706
5 changed files with 50 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ name: recall
description: Search conversation history to recall past discussions, decisions, and context
tools: Skill, Bash, Read, BashOutput
model: haiku
memoryBlocks: human, persona
memoryBlocks: human, persona, skills, loaded_skills
mode: stateless
---

View File

@@ -308,7 +308,7 @@ function buildSubagentArgs(
userPrompt: string,
): string[] {
const args: string[] = [
"--new",
"--new-agent",
"--system",
type,
"--model",