From 5c1517a21be562c2929ae468b4511c677b993555 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 24 Jun 2026 15:53:49 +0000 Subject: [PATCH] chore: Update CHANGELOG.md and feed.xml --- CHANGELOG.md | 4 ++++ feed.xml | 43 ++++++++----------------------------------- 2 files changed, 12 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3507be546..a6967b34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.190 + +- Bug fixes and reliability improvements + ## 2.1.187 - Added `sandbox.credentials` setting to block sandboxed commands from reading credential files and secret environment variables diff --git a/feed.xml b/feed.xml index 5127e12aa..9acd096be 100644 --- a/feed.xml +++ b/feed.xml @@ -6,7 +6,14 @@ Anthropic - 2026-06-23T21:03:40Z + 2026-06-24T15:53:48Z + + https://github.com/anthropics/claude-code/releases/tag/v2.1.190 + Claude Code v2.1.190 + + 2026-06-24T15:53:48Z + <p>• Bug fixes and reliability improvements</p> + https://github.com/anthropics/claude-code/releases/tag/v2.1.187 Claude Code v2.1.187 @@ -412,38 +419,4 @@ <p>• The subscription-switch suggestion now shows in the startup announcement slot instead of a toast</p> <p>• claude agents dispatching from the state-grouped view now starts the session in the directory the agent view was opened from</p> - - https://github.com/anthropics/claude-code/releases/tag/v2.1.162 - Claude Code v2.1.162 - - 2026-06-03T21:31:28Z - <p>• claude agents --json now includes waitingFor showing what a waiting session is blocked on (e.g. permission prompt)</p> -<p>• --tools: explicitly listing Grep/Glob now provides the dedicated search tools on native builds with embedded search (previously these names were silently ignored)</p> -<p>• /effort now confirms when your chosen level will persist as the default for new sessions</p> -<p>• Clicking a slash command in the autocomplete menu now fills it into your prompt instead of running it immediately; press Enter to run</p> -<p>• Remote Control now shows as a persistent footer pill (with a link to the session) instead of a startup message</p> -<p>• Renamed Windsurf to Devin Desktop in the /ide menu, /terminal-setup, and /scroll-speed, following the editor's rebrand</p> -<p>• Fixed a silent startup hang when the config directory is read-only or unwritable — Claude Code now starts with in-memory config and surfaces startup errors instead of showing a blank screen</p> -<p>• Fixed WebFetch permission rules not being applied to built-in preapproved domains; explicit WebFetch(domain:...) deny/ask/allow rules now take precedence over the preapproved-host auto-allow</p> -<p>• Fixed Windows permission rules never matching when spelled with backslashes (~\, \\server\share) or case-variant paths, and Read deny rules not hiding files from Glob/Grep results</p> -<p>• Fixed an interrupt (Esc) sent at the very start of a turn being silently dropped in stream-json/SDK sessions, leaving the turn running with no "Interrupted" feedback</p> -<p>• Fixed API 400 no low surrogate in string errors for classifier side-queries and MCP server descriptions containing emoji near a truncation boundary</p> -<p>• Fixed MCP per-server timeout config values below 1000 ms being floored to a 1-second watchdog that aborted every tool call; sub-1000 ms values are now ignored (falling back to MCP_TOOL_TIMEOUT or default), and claude mcp get annotates them accordingly</p> -<p>• Fixed the LSP tool's workspaceSymbol operation returning no results; it now accepts a query parameter and passes it to the language server</p> -<p>• Fixed claude agents cutting live status text (tool args, replies, prompts, exec output) at 60–120 columns on wide terminals; the status detail now uses the full terminal width</p> -<p>• Fixed claude agents truncating long session names at 40 columns; the name column now grows with terminal width</p> -<p>• Fixed claude agents attach occasionally bouncing straight back to the session list on the first try after a background-service restart</p> -<p>• Fixed claude agents Ctrl+V image paste doing nothing in the dispatch input and the session reply box; pasting with no image now shows a hint</p> -<p>• Fixed backgrounding a session with ← silently losing the conversation when the background service cannot start; the session stays in the list as a failed row you can wake with Enter</p> -<p>• Fixed replies from the agents view that fail to send being lost; they are now queued for delivery on the next session start</p> -<p>• Fixed cross-session messaging (SendMessage) silently breaking when CLAUDE_CODE_TMPDIR or $TMPDIR points at a deep directory</p> -<p>• Fixed opening a running background session from claude agents stalling for 5 seconds before attaching</p> -<p>• Quieter startup: notices group by severity, and session info and announcements share a single line per launch</p> -<p>• Startup warnings rewritten to be shorter and clearer, each with a concrete fix</p> -<p>• Launch-prompt warnings (deep link/pre-filled prompt) now stay pinned below the input until you act instead of scrolling away</p> -<p>• Failed turns now show a compact warning line instead of a multi-line red error block</p> -<p>• Improved background service startup and claude update verification to wait out endpoint-security scanning of new binaries instead of failing after 5 seconds</p> -<p>• Background dispatch spawn failures now report the error class name when no errno is available</p> -<p>• Removed the "Claude in Chrome enabled" and "marketplace installed" startup messages; model auto-updates and the team-onboarding tip now show as quiet notices under the logo</p> -