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
Updated @anthropic-ai/claude-agent-sdk to v0.2.123 and @anthropic-ai/sdk to ^0.91.0 — Bumps the bundled Claude Code binary to v2.1.123 and the Anthropic TypeScript SDK to ^0.91.0. This resolves a session-breaking bug where, after a parallel Bash tool call was cancelled following a non-zero exit on a sibling call, every subsequent Bash invocation in the same session would fail with /bin/bash: line 4: /proc/self/fd/3: Permission denied (exit 126) until the session was restarted. Other tools (Read, Edit, Glob, Grep, MCP) were unaffected. Also removes LSP from the availableTools list in config.ts — LSP is no longer shipped in Claude Code SDK v0.2.123. See SDK changelog for details. (CYPACK-1152, #1172)