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
Slack chat sessions now use fresh Linear tokens - The Linear MCP connection in Slack chat sessions was using a token captured once at startup, so after a daily OAuth refresh new sessions would fail to reach Linear. Chat sessions now build fresh MCP config per session, matching how issue sessions already work. (CYPACK-1029, #1063)
Logger tests updated for ISO timestamp output - Fixed test failures caused by the ISO timestamp addition to log output in v0.2.39. Tests in core and claude-runner now correctly match the timestamped log format. (CYPACK-1027, #1060)
Changed
Updated @anthropic-ai/claude-agent-sdk to v0.2.90 and @anthropic-ai/sdk to v0.82.0 - Upgrades from v0.2.89 / v0.81.0. v0.2.90 syncs with Claude Code v2.1.90. v0.82.0 adds structured stop_details to message responses and AWS Bedrock SDK API key support. (CYPACK-1028, #1062)
Updated @anthropic-ai/claude-agent-sdk to v0.2.89 and @anthropic-ai/sdk to v0.81.0 - Upgrades from v0.2.87 / v0.80.0. v0.2.89 adds startup() for ~20x faster first queries, listSubagents() / getSubagentMessages() for subagent conversation history. (CYPACK-1026, #1058)
Added
GitHub App webhook setup for self-hosted users - Self-hosted users can now configure GitHub App webhooks during setup. (#1054)
ISO timestamps in log output - Log lines now include ISO timestamps for easier debugging and correlation. (#1055)