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
Patched the Cyrus CLI dependency graph so pnpm audit reports no known vulnerabilities, including updated Sentry, Cursor SDK, Axios, Vite/esbuild, Hono, form-data, ws, protobufjs, and OpenTelemetry resolutions. (CYPACK-1334, #1330)
Patched newly reported Cyrus CLI dependency advisories so pnpm audit continues to report no known vulnerabilities. (CYPACK-1340, #1335)
Changed
Tightened the self-reported failure-mode instructions so agents keep reporting true user-visible failures and repeated stuck loops, but avoid filing failure-mode tickets for normal review iteration, brainstorming, first-pass clarification, or probe/no-op messages. (PRO-116, #1329)
Fixed
Repository setup and teardown hooks are now discovered from the issue worktree instead of the persistent checkout Cyrus uses to create worktrees. If a branch adds or updates cyrus-setup.sh, Cyrus now runs that exact version for the task, so dependency installs, environment bootstrap, generated config, and other repo-specific preparation no longer get skipped or run from an older checkout. Teardown cleanup likewise uses the cyrus-teardown.sh committed with the worktree being removed. (CYPACK-1337, #1332)
Linear agent sessions now show when a repository cyrus-setup.sh starts, succeeds, or fails before Cyrus begins working. Failures include duration, exit status, and a short redacted stdout/stderr tail so users can diagnose setup issues without exposing local paths, environment values, or secrets. (CYPACK-1338, #1333)