Files
Kilo-Org_kilo/packages/opencode/test
Marius Wichtner 8a9510603c feat(kilocode): add modes migration from Kilocode to Opencode agents
Phase 1 of Kilocode config migration:

- Add ModesMigrator to read custom modes from:
  - VSCode extension global storage (platform-specific paths)
  - Project .kilocodemodes files
  - Home directory .kilocodemodes

- Convert Kilocode mode groups to Opencode permissions:
  - read → read: allow
  - edit → edit: allow (with fileRegex support)
  - command/browser → bash: allow
  - mcp → mcp: allow
  - Missing groups are explicitly denied (not ask)

- Skip default modes (code, architect, ask, debug, orchestrator)
  as they map to native Opencode agents

- Add KilocodeConfigInjector for building OPENCODE_CONFIG_CONTENT

- Integration in config.ts to auto-load Kilocode modes

- 27 unit tests with 100% function coverage

- Documentation in kilocode/docs/modes-migration.md
2026-01-26 16:26:49 +01:00
..
2026-01-21 05:37:18 +00:00
2026-01-01 17:54:11 -05:00
2025-11-08 01:59:02 +00:00
2025-11-06 13:03:12 -05:00
2026-01-24 23:42:12 -05:00
2025-09-09 23:44:04 -04:00
2025-12-11 19:20:23 +01:00
2026-01-24 12:27:13 -05:00