Skip to content

v0.2.54

Choose a tag to compare

@cyrusagent cyrusagent released this 22 May 19:50
· 43 commits to main since this release

Fixed

  • log_failure_mode MCP tool now registers when only CYRUS_API_KEY is set. EdgeWorker previously required both CYRUS_API_KEY and CYRUS_APP_URL env vars to wire up the self-reported-failure-mode tool, so workspaces that hadn't overridden CYRUS_APP_URL silently shipped the failure-mode prompt addendum without a corresponding tool. The URL now falls back to the canonical default (https://app.atcyrus.com) via the shared getCyrusAppUrl() helper, matching the remote session store. (CYPACK-1232, #1240)