» npm install @anthropic-ai/claude-code
Official: Anthropic released Claude code 2.0.73 with 9 CLI changes,details below
Claude Code 2.0.5
Serious bug in claude code latest version, claude major replies going blank, and weird some text visible other hidden
Experience so far with the new Claude Code version?
Does Claude Code work with the Claude desktop app?
Is Claude Code secure?
Which models does Claude Code use?
Videos
Claude Code CLI 2.0.73 changelog:
• Added clickable [Image #N] links that open attached images in the default viewer.
• Added alt-y yank-pop to cycle through kill ring history after ctrl-y yank.
• Added search filtering to the plugin discover screen (type to filter by name, description, or marketplace).
• Added support for custom session IDs when forking sessions with --session-id combined with --resume or --continue and --fork-session
• Fixed slow input history cycling and race condition that could overwrite text after message submission.
• Improved /theme command to open theme picker directly.
• Improved theme picker UI.
• Improved search UX across resume session, permissions, and plugins screens with a unified SearchBox component.
• [VSCode] Added tab icon badges showing pending permissions (blue) and unread completions (orange).
Source: Anthropics Claude Code(GitHub)
There is a new update to Claude Code, just dropped now, no release notes to it.
But after this update, the Claude started reading through the codebase similar to Codex, going through everything, every file and reading every line.
Not sure if this has to do with this update, but I have been using Claude 2.0+ for the past two days and this is the first time it go through codebase like this.
Anyone noticed something different with Claude after this CLI update?
Rolling back to version 2.0.72 resolves the issue:
npm uninstall -g @ anthropic-ai/claude-code npm install -g @ anthropic-ai/[email protected] remove space after @ as reddit converting it to username so i have to put spaces
Has the experience or workflow with the new Claude Code version improved? I’ve often read that the previous version, 1.0.88, was much better.
Did Anthropic release an update that fixed those issues, and is it now much better to work with the new LLM-4.5 Sonnet model together with Claude Code?
Feel free to share your current experiences.
This week we shipped Claude Code Web and /sandbox, added support for plugins and skills into the Claude Agent SDK and updated some of our UI for prompts and planning.
Features:
- Claude Code Web
- Sandbox
- Edit Plan Mode using ctrl+g
- New UI for permission prompts + plan
- Added current branch filtering and search to session resume screen for easier navigation
- Added plugin & skills support to the Claude Agent SDK
Bug fixes:
- Fixed a bug where project-level skills were not loading when --setting-sources 'project' was specified
- Fixed a bug where custom tools were timing out after 30 seconds in the Claude Agent SDK
- Fixed a bug where directory @-mention causing "No assistant message found" error
Claude Code CLI 2.0.74 changelog:
• Added LSP (Language Server Protocol) tool for code intelligence features like go-to-definition, find references and hover documentation.
• Added /terminal-setup support for Kitty, Alacritty, Zed and Warp terminals.
• Added ctrl+t shortcut in /theme to toggle syntax highlighting on/off.
• Added syntax highlighting info to theme picker.
• Added guidance for macOS users when Alt shortcuts fail due to terminal configuration.
• Fixed skill allowed-tools not being applied to tools invoked by the skill.
• Fixed Opus 4.5 tip incorrectly showing when user was already using Opus.
• Fixed a potential crash when syntax highlighting isn't initialized correctly.
• Fixed visual bug in /plugins discover where list selection indicator showed while search box was focused.
• Fixed macOS keyboard shortcuts to display 'opt' instead of 'alt'
• Improved /context command visualization with grouped skills and agents by source, slash commands and sorted token count.
• [Windows] Fixed issue with improper rendering.
• [VSCode] Added gift tag pictogram for year-end promotion message.
Source: Anthropics(Claude Code) GitHub
🔗: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
Claude Code 2.0.74 prompt changes:
• Pre-commit hook failure rule simplified: fix + new commit : Claude’s git commit guidance for pre-commit hook failures is simplified. The prior detailed decision tree (reject vs auto-format → possible amend) is removed; now Claude should fix the issue and create a NEW commit, deferring to amend rules.
• ExitPlanMode no longer documents swarm launch params: Claude’s ExitPlanMode tool schema drops the explicit launchSwarm/teammateCount fields. The parameters are no longer documented in the JSON schema (properties becomes {}), signaling Claude shouldn’t rely on or advertise swarm launch knobs when exiting plan mode.
• New LSP tool added for code intelligence queries: Claude gains an LSP tool for code intelligence: go-to-definition, find-references, hover docs/types, document/workspace symbols, go-to-implementation, and call hierarchy (prepare/incoming/outgoing). Requires filePath + 1-based line/character.
Sources/Links:
1st Prompt/Image 1: https://github.com/marckrenn/cc-mvp-prompts/compare/v2.0.73...v2.0.74#diff-b0a16d13c25d701124251a8943c92de0ff67deacae73de1e83107722f5e5d7f1L341-R341
2nd Prompt/Image 2: https://github.com/marckrenn/cc-mvp-prompts/compare/v2.0.73...v2.0.74#diff-b0a16d13c25d701124251a8943c92de0ff67deacae73de1e83107722f5e5d7f1L600-R600
3rd Prompt/Image 3: https://github.com/marckrenn/cc-mvp-prompts/compare/v2.0.73...v2.0.74#diff-b0a16d13c25d701124251a8943c92de0ff67deacae73de1e83107722f5e5d7f1R742-R805