mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-18 15:50:44 +02:00
The `codex app-server --listen stdio://` flag was introduced in v0.100.0. Older versions lack this flag and fail silently. Add codex to the MinVersions map so the daemon skips outdated codex CLIs with a clear warning, matching the existing Claude version check. Refs #490