anthropics avatar

claude-code

1 subscriber
ShellPythonTypeScript

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

Live activities

actions-user updated the CHANGELOG on main, documenting new capabilities like running Claude in an isolated git worktree (including subagent support), a Ctrl+F kill keybinding for background agents, background agent definitions, plugin default settings via settings.json, and improved file-not-found path suggestions.

v2.1.49
anthropics/claude-code • 10 days
ashwin-ant

v2.1.49 is a mixed bug-fix and performance/UX release: it fixes ignored Ctrl+C/ESC with background agents, multiple cache/regression issues, plugin scope auto-detection, resume picker rendering, and several long-session memory leaks (tree-sitter/Yoga WASM), while improving startup/non-interactive performance by skipping or batching API calls and caching MCP auth failures. It also expands capabilities for integrators with new SDK model capability fields, permission suggestions on safety “ask” responses, and a new ConfigChange hook for auditing/controlling config edits; simple mode now supports direct file editing. Note: Sonnet 4.5 (1M context) is removed from the Max plan in favor of Sonnet 4.6 (1M), so users may need to switch models in /model.

actions-user updated CHANGELOG.md with the 2.1.49 release notes, documenting a broad set of fixes and improvements including better Ctrl+C/ESC handling, plugin scope auto-detection, performance and startup optimizations, multiple memory-growth fixes (WASM/tree-sitter/Yoga), richer SDK model capability fields, and a new ConfigChange hook event for auditing/policy enforcement (Fixes #26637).

v2.1.47
anthropics/claude-code • 11 days
ashwin-ant

v2.1.47 is a bug-fix heavy release with a few UX and performance improvements: it resolves many Windows line-ending/terminal rendering issues, fixes file write/line counting edge cases, and improves VS Code plan preview behavior. It also boosts stability and efficiency with better memory cleanup, faster startup and @-mention indexing, and more reliable compaction/resume behavior for large sessions, PDFs, and concurrent agents. Users and integrators should see fewer crashes and permission/telemetry issues, better hook inputs (including a new last_assistant_message field), and smoother long-running sessions overall.

Prevents issues from being auto-closed when there’s ongoing human activity by teaching the triage workflow to remove stale/autoclose on human comments and adding a safety check in the sweep script to skip closing if non-bot comments occurred after the lifecycle label was applied; it also extends the 10+ upvote protection to all issue types. This should reduce erroneous closures and better preserve active discussions, including popular bug reports. Potential concerns include API/pagination limits when fetching recent comments (may miss activity beyond 100 results) and increased rate-limit pressure or timing edge cases if the sweep runs at scale.

v2.1.45
anthropics/claude-code • 12 days
ashwin-ant

v2.1.45 is a feature + bugfix release: it adds Claude Sonnet 4.6 support, new configuration options (reading enabledPlugins/extraKnownMarketplaces from --add-dir and customizable spinner tips), and new SDK rate-limit event/types so integrators can monitor utilization, resets, and overages. It also fixes multiple stability and UX issues (Agent Teams on Bedrock/Vertex/Foundry, macOS temp-file sandbox errors, Task tool crashes, autocomplete with pasted images, plugin availability without restart) and improves startup performance and memory usage for large shell outputs, making the tool faster and more reliable for users and embedding apps.

actions-user updated the CHANGELOG.md with release notes for v2.1.45, highlighting new support (Claude Sonnet 4.6), new settings and SDK rate limit types, plus multiple fixes and performance improvements (including issues #21654, #22087, and #23561).

v2.1.44
anthropics/claude-code • 13 days
ashwin-ant

v2.1.44 fixes authentication token refresh errors, improving login/session stability across the project. Users and integrators should see fewer unexpected auth failures and smoother long-running sessions. This is a bug-fix release.

actions-user updated CHANGELOG.md on main, adding release notes for versions 2.1.43–2.1.44. The changelog highlights fixes for auth refresh errors and hangs (including a 3-minute timeout), reduced spurious warnings for non-agent markdown in .claude/agents/, and adjusted handling of the structured-outputs beta header on Vertex/Bedrock.

Adds a GitHub Actions workflow and Bun script to automatically comment on issues when lifecycle labels (needs-info/needs-repro/invalid/stale/autoclose) are applied, explaining what’s needed and the auto-close timeline, and refactors lifecycle labels/timeouts/messages into a shared config used by both the sweep and comment scripts. This improves issue triage transparency and keeps timeouts/messages consistent across automation. Concerns: the workflow triggers on every label event (relying on a script no-op), could generate duplicate or noisy comments if labels are toggled/reapplied, and the automation depends on Bun/GitHub API permissions and message wording being appropriate for all cases.

actions-user updated CHANGELOG.md to reflect upcoming 2.1.42 release notes, including startup performance improvements (deferring Zod schema construction), better prompt cache hit rates, an Opus 4.6 effort callout for eligible users, and a tweak to image dimension limit errors to suggest /compact.

v2.1.42
anthropics/claude-code • 16 days
ashwin-ant

v2.1.42 is a bug-fix release that cleans up a few UX issues: /resume no longer shows interrupt messages as session titles, the Opus 4.6 launch announcement won’t appear for Bedrock/Vertex/Foundry users, and image dimension-limit failures now show a clearer error with a /compact suggestion. This improves correctness and reduces confusion for users and integrators with no major behavior changes beyond the fixes.

actions-user updated the CHANGELOG on main with notes for v2.1.42, documenting fixes to /resume session titles and an Opus 4.6 launch announcement issue for Bedrock/Vertex/Foundry users, plus a clearer many-image dimension limit error message suggesting /compact.

actions-user updated CHANGELOG.md for v2.1.41, documenting several recent fixes and improvements—like preventing nested Claude Code sessions, correcting model identifiers for Bedrock/Vertex/Foundry, fixing an MCP image-content streaming crash, and enhancing error messages and plugin/hook UX. The changelog also notes adding a speed attribute to OTel events/spans for better fast-mode visibility.

v2.1.41
anthropics/claude-code • 16 days
ashwin-ant

v2.1.41 is a mixed bug-fix and feature release: it adds new claude auth login/status/logout CLI subcommands and introduces a native Windows ARM64 binary, while also tightening up UX (better narrow-terminal layout, smarter /rename) and reliability. Key fixes address AWS auth refresh hangs (now times out after 3 minutes), file/@-mention resolution edge cases, FileReadTool blocking on FIFOs/stdin/large files, and several UI/Agent SDK streaming notification issues—making the project more stable for users and smoother to integrate in scripts and automation.

- End of feed -