Merge pull request #10669 from Kilo-Org/peppered-behavior

feat(cli): guide Agent Manager recall usage
This commit is contained in:
Marius
2026-05-29 11:56:49 +02:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@kilocode/cli": patch
---
Guide Agent Manager orchestration to recall completed session context only when needed.
@@ -10,4 +10,6 @@ Each task may provide a prompt, a short display name, and a branch name. Keep di
By default, multiple tasks are started as independent Agent Manager sessions. Set `versions` to true only when all tasks are alternate versions of the same work that should be compared together. Versioned worktrees are grouped in Agent Manager and branch names may receive version suffixes.
If available, use `kilo_local_recall` only if you need context from a completed Agent Manager session.
Do not use this for ordinary subagent research. Use the `task` tool for internal subagents, and use this only when the user wants visible Agent Manager sessions in the extension.