You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude Opus 4.8 support — new selectable model claude-opus-4-8 plus the Tide Commander 1M-context variant claude-opus-4-8[1m]. The spawn / bulk / boss modals expose "Opus 4.8 [1M]" as the headline Opus choice (1M token context window), and the boss-instructions spawn schema lists the new IDs as valid model values. ClaudeBackend translates [1m]-suffixed labels to the bare CLI model ID (claude-opus-4-8[1m] → claude-opus-4-8), and llm-matcher-service resolves both the bare and [1m] aliases.
Changed
opus short-alias now maps to 4.8 — the legacy opus model name (used by older agents and CLI passthrough) now resolves to claude-opus-4-8 in llm-matcher-service. The 200K-only IDs (claude-opus-4-8, claude-opus-4-7) are marked deprecated in the picker so the 1M variants surface as the default Opus choice; the IDs themselves remain valid for existing agents and explicit selection.
Provider docs — getting-started/providers.mdx now references Opus 4.8 as the default Opus version.
Technical Details
New ClaudeModel union members: 'claude-opus-4-8', 'claude-opus-4-8[1m]'.
CLAUDE_MODELS entries added with contextWindow: 1000000 (1M variant) and contextWindow: 200000 (bare).
claude-opus-4-7 / claude-opus-4-8 (200K) IDs flagged deprecated: true in the picker so the 1M variants render as the headline Opus options.
Note: v1.107.0 was skipped — a local-only tag from the same release run was superseded by the upstream v1.106.3 landing during build.