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
Cyrus now recognizes Anthropic's new Fable model class: apply the fable model label or selector to run Claude sessions on claude-fable-5, with automatic fallback to Opus and then Sonnet when needed. (CYPACK-1298, #1302)
Security
Patched Hono dependency advisories reported by Dependabot so pnpm audit is clean for the Cyrus CLI workspace. (CYPACK-1290, #1295)
Changed
Codex sessions now default to gpt-5.5, and Linear model labels such as gpt-5.5 are recognized as Codex model overrides alongside the existing *-codex labels. (CYPACK-1282, #1288)
Fixed
Git commands (add, commit, merge, etc.) no longer fail with "Operation not permitted" in multi-repo workspaces when running under a sandboxed agent (e.g. the Codex runner). Each repository's git metadata directory is now granted write access, not just the workspace container. (#1287)