mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-29 06:28:23 +02:00
The daemon now validates the detected agent CLI version against a minimum requirement before registering a runtime. Claude Code requires >= 2.0.0 (when --output-format stream-json and --permission-mode bypassPermissions were introduced). Older versions are skipped with a warning log, preventing silent failures. Closes #569