mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-22 17:49:48 +02:00
chore(agent): bump handoff note min CLI version to 0.3.28
The daemon release that renders handoff notes ships in 0.3.28 (0.3.27 was the prior tag), so move the soft-gate threshold up. Below this the note is silently dropped and the frontend grays the note box — assignment is never blocked. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -33,7 +33,7 @@ const MinQuickCreateCLIVersion = "0.2.21"
|
||||
// note is simply dropped. The frontend reads HandoffSupported to gray out the
|
||||
// note box and warn the user, so they aren't surprised by a silently ignored
|
||||
// note. Bump this to the release that actually ships the daemon rendering.
|
||||
const MinHandoffCLIVersion = "0.3.27"
|
||||
const MinHandoffCLIVersion = "0.3.28"
|
||||
|
||||
// HandoffSupported reports whether a daemon reporting cliVersion is new enough
|
||||
// to render handoff notes. Reuses the CheckMinCLIVersion parsing (including the
|
||||
|
||||
Reference in New Issue
Block a user