Files
multica/server
Jiayuan a4067c72c5 fix: treat 'dev' CLI version as always passing quick-create version gate
Dev builds (go run / untagged) report cli_version="dev" which is not a
valid semver string. Both frontend and server-side version checks treated
this as "missing" and blocked the Quick Create flow entirely.

Since dev builds are built from HEAD and are always at least as new as
any released version, "dev" should always pass the gate.

Fixed in both:
- packages/core/runtimes/cli-version.ts (frontend pre-check)
- server/pkg/agent/version.go (server trust boundary)
2026-04-29 18:21:10 +02:00
..