multica/server/internal/daemon/repocache
Quake Wang 36db325d50
feat(daemon): add opencode as supported agent provider (#341)
* feat(daemon): add opencode as supported agent provider

Add opencode backend alongside claude and codex. The backend spawns
`opencode run --format json`, parses streaming JSON events (text,
tool_use, error, step_start/finish), and supports --prompt for system
prompts. Includes CLI detection, AGENTS.md runtime config, native skill
discovery via .config/opencode/skills/, and 21 tests covering handlers,
JSON parsing, and integration-level processEvents scenarios.

* chore: add .tool-versions to gitignore
2026-04-02 17:52:07 +08:00
..
cache.go feat(daemon): add opencode as supported agent provider (#341) 2026-04-02 17:52:07 +08:00
cache_test.go feat(daemon): agent-driven repo checkout with bare clone cache 2026-03-29 19:37:48 +08:00