Files
Kilo-Org_kilo/packages/opencode/src
Marius 4adc994e10 feat: add debug and orchestrator built-in agents (#186)
* feat: add debug and orchestrator built-in agents

Add two new primary agents that legacy Kilo Code users expect:

- debug: systematic debugging methodology (reflect on causes, narrow
  down, add logs, confirm before fixing). Same permissions as code agent.
- orchestrator: coordinates complex tasks by delegating to explore and
  general subagents in parallel. Read-only + task delegation permissions.

Both are enabled by default and can be disabled via opencode.json:
  { "agent": { "debug": { "disable": true } } }

* docs: document debug and orchestrator agents in agents.mdx

* refine orchestrator prompt: add planning phase, wave-based execution, and file conflict avoidance
2026-02-09 13:32:46 +01:00
..
2026-02-05 09:45:17 -03:00
2026-02-02 12:47:09 +01:00
2025-12-10 22:34:16 -05:00
2026-02-05 15:36:43 +00:00
2026-02-02 12:47:09 +01:00
2026-02-02 12:47:09 +01:00
2025-12-09 14:32:09 -05:00
2026-02-05 15:36:43 +00:00
2026-02-02 12:47:09 +01:00
2026-01-18 09:47:18 -06:00
2026-02-05 09:45:17 -03:00
2026-02-02 12:47:09 +01:00
2026-02-04 17:06:38 -03:00
2026-02-05 09:50:16 -03:00
2026-02-05 09:45:17 -03:00
2026-02-04 18:24:00 -03:00
2026-02-05 09:45:17 -03:00
2026-01-29 14:18:06 +01:00