Claude Code

Anthropic's CLI tool that unleashs Claude's raw power directly in your terminal or IDE

SYSTEM_CHECK...
LATEST_VER:v2.0.69
CHANGES:14
[ OPEN_CHANGELOG ]

✨ New Features

>Agents and bash commands can run asynchronously and send messages to wake up the main agent
>/stats now provides users with interesting CC stats, such as favorite model, usage graph, usage streak
>Added named session support: use `/rename` to name sessions, `/resume <name>` in REPL or `claude --resume <name>` from the terminal to resume them
>Added support for .claude/rules/`. See https://code.claude.com/docs/en/memory for details.
>Added image dimension metadata when images are resized, enabling accurate coordinate mappings for large images
>VSCode: Added copy-to-clipboard button on code blocks and bash tool inputs
>Bedrock: Add support for `aws login` AWS Management Console credentials

🚀 Improvements

>Made auto-compacting instant
>Improved `/resume` screen with grouped forked sessions and keyboard shortcuts for preview (P) and rename (R)
>Unshipped AgentOutputTool and BashOutputTool, in favor of a new unified TaskOutputTool

⚡ Performance

>Bedrock: Improve efficiency of token counting

🐛 Bug Fixes

>Fixed auto-loading .env when using native installer
>Fixed `--system-prompt` being ignored when using `--continue` or `--resume` flags
>VSCode: Fixed extension not working on Windows ARM64 by falling back to x64 binary via emulation