mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-23 20:52:42 +00:00
Compare commits
26 Commits
ashwin/tri
...
boris/uiyw
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f27711e04 | ||
|
|
c28e7f1776 | ||
|
|
8811fc10e0 | ||
|
|
7b155bd8be | ||
|
|
0af8ef55f8 | ||
|
|
c86f797b1d | ||
|
|
beed46987e | ||
|
|
2ebb70f967 | ||
|
|
e15fabed60 | ||
|
|
104ad12efb | ||
|
|
4ae3d84c50 | ||
|
|
1e38c42422 | ||
|
|
da37d85458 | ||
|
|
0e6da1caa1 | ||
|
|
f1dd5997db | ||
|
|
082dc16836 | ||
|
|
aef619b98f | ||
|
|
fdc84e3866 | ||
|
|
a314f1c79e | ||
|
|
b02016430a | ||
|
|
ee5a8f8e9c | ||
|
|
88c28ba09d | ||
|
|
071480a9c6 | ||
|
|
d1bb18a158 | ||
|
|
16c5dff959 | ||
|
|
062d4ee6f8 |
112
CHANGELOG.md
112
CHANGELOG.md
@@ -1,5 +1,117 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- Claude Code is now generally available
|
||||
- Introducing Sonnet 4 and Opus 4 models
|
||||
|
||||
## 0.2.125
|
||||
|
||||
- Breaking change: Bedrock ARN passed to `ANTHROPIC_MODEL` or `ANTHROPIC_SMALL_FAST_MODEL` should no longer contain an escaped slash (specify `/` instead of `%2F`)
|
||||
- Removed `DEBUG=true` in favor of `ANTHROPIC_LOG=debug`, to log all requests
|
||||
|
||||
## 0.2.117
|
||||
|
||||
- Breaking change: --print JSON output now returns nested message objects, for forwards-compatibility as we introduce new metadata fields
|
||||
- Introduced settings.cleanupPeriodDays
|
||||
- Introduced CLAUDE_CODE_API_KEY_HELPER_TTL_MS env var
|
||||
- Introduced --debug mode
|
||||
|
||||
## 0.2.108
|
||||
|
||||
- You can now send messages to Claude while it works to steer Claude in real-time
|
||||
- Introduced BASH_DEFAULT_TIMEOUT_MS and BASH_MAX_TIMEOUT_MS env vars
|
||||
- Fixed a bug where thinking was not working in -p mode
|
||||
- Fixed a regression in /cost reporting
|
||||
- Deprecated MCP wizard interface in favor of other MCP commands
|
||||
- Lots of other bugfixes and improvements
|
||||
|
||||
## 0.2.107
|
||||
|
||||
- CLAUDE.md files can now import other files. Add @path/to/file.md to ./CLAUDE.md to load additional files on launch
|
||||
|
||||
## 0.2.106
|
||||
|
||||
- MCP SSE server configs can now specify custom headers
|
||||
- Fixed a bug where MCP permission prompt didn't always show correctly
|
||||
|
||||
## 0.2.105
|
||||
|
||||
- Claude can now search the web
|
||||
- Moved system & account status to /status
|
||||
- Added word movement keybindings for Vim
|
||||
- Improved latency for startup, todo tool, and file edits
|
||||
|
||||
## 0.2.102
|
||||
|
||||
- Improved thinking triggering reliability
|
||||
- Improved @mention reliability for images and folders
|
||||
- You can now paste multiple large chunks into one prompt
|
||||
|
||||
## 0.2.100
|
||||
|
||||
- Fixed a crash caused by a stack overflow error
|
||||
- Made db storage optional; missing db support disables --continue and --resume
|
||||
|
||||
## 0.2.98
|
||||
|
||||
- Fixed an issue where auto-compact was running twice
|
||||
|
||||
## 0.2.96
|
||||
|
||||
- Claude Code can now also be used with a Claude Max subscription (https://claude.ai/upgrade)
|
||||
|
||||
## 0.2.93
|
||||
|
||||
- Resume conversations from where you left off from with "claude --continue" and "claude --resume"
|
||||
- Claude now has access to a Todo list that helps it stay on track and be more organized
|
||||
|
||||
## 0.2.82
|
||||
|
||||
- Added support for --disallowedTools
|
||||
- Renamed tools for consistency: LSTool -> LS, View -> Read, etc.
|
||||
|
||||
## 0.2.75
|
||||
|
||||
- Hit Enter to queue up additional messages while Claude is working
|
||||
- Drag in or copy/paste image files directly into the prompt
|
||||
- @-mention files to directly add them to context
|
||||
- Run one-off MCP servers with `claude --mcp-config <path-to-file>`
|
||||
- Improved performance for filename auto-complete
|
||||
|
||||
## 0.2.74
|
||||
|
||||
- Added support for refreshing dynamically generated API keys (via apiKeyHelper), with a 5 minute TTL
|
||||
- Task tool can now perform writes and run bash commands
|
||||
|
||||
## 0.2.72
|
||||
|
||||
- Updated spinner to indicate tokens loaded and tool usage
|
||||
|
||||
## 0.2.70
|
||||
|
||||
- Network commands like curl are now available for Claude to use
|
||||
- Claude can now run multiple web queries in parallel
|
||||
- Pressing ESC once immediately interrupts Claude in Auto-accept mode
|
||||
|
||||
## 0.2.69
|
||||
|
||||
- Fixed UI glitches with improved Select component behavior
|
||||
- Enhanced terminal output display with better text truncation logic
|
||||
|
||||
## 0.2.67
|
||||
|
||||
- Shared project permission rules can be saved in .claude/settings.json
|
||||
|
||||
## 0.2.66
|
||||
|
||||
- Print mode (-p) now supports streaming output via --output-format=stream-json
|
||||
- Fixed issue where pasting could trigger memory or bash mode unexpectedly
|
||||
|
||||
## 0.2.63
|
||||
|
||||
- Fixed an issue where MCP tools were loaded twice, which caused tool call errors
|
||||
|
||||
## 0.2.61
|
||||
|
||||
- Navigate menus with vim-style keys (j/k) or bash/emacs shortcuts (Ctrl+n/p) for faster interaction
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
Claude Code is a Beta research preview per our [Commercial Terms of Service](https://www.anthropic.com/legal/commercial-terms). When you use Claude Code, we collect Feedback, which includes usage data such as code acceptance or rejections, as well as associated conversation data. We may use this Feedback to improve our products, although we will not train models using your Feedback from Claude Code.
|
||||
|
||||
© Anthropic PBC. All rights reserved. Use is subject to Anthropic's [Commercial Terms of Service](https://www.anthropic.com/legal/commercial-terms).
|
||||
|
||||
14
README.md
14
README.md
@@ -1,4 +1,4 @@
|
||||
# Claude Code (Research Preview)
|
||||
# Claude Code
|
||||
|
||||
 [![npm]](https://www.npmjs.com/package/@anthropic-ai/claude-code)
|
||||
|
||||
@@ -18,13 +18,13 @@ Some of its key capabilities include:
|
||||
## Get started
|
||||
|
||||
1. If you are new to Node.js and Node Package Manager (`npm`), then it is recommended that you configure an NPM prefix for your user.
|
||||
Instructions on how to do this can be found [here](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview#recommended-create-a-new-user-writable-npm-prefix).
|
||||
Instructions on how to do this can be found [here](https://docs.anthropic.com/en/docs/claude-code/troubleshooting#recommended-solution-create-a-user-writable-npm-prefix).
|
||||
|
||||
*Important* We recommend installing this package as a non-privileged user, not as an administrative user like `root`.
|
||||
_Important_ We recommend installing this package as a non-privileged user, not as an administrative user like `root`.
|
||||
Installing as a non-privileged user helps maintain your system's security and stability.
|
||||
|
||||
2. Install Claude Code:
|
||||
|
||||
|
||||
```sh
|
||||
npm install -g @anthropic-ai/claude-code
|
||||
```
|
||||
@@ -33,12 +33,6 @@ Some of its key capabilities include:
|
||||
|
||||
4. Complete the one-time OAuth process with your Anthropic Console account.
|
||||
|
||||
### Research Preview
|
||||
|
||||
We're launching Claude Code as a beta product in research preview to learn directly from developers about their experiences collaborating with AI agents. Our aim is to learn more about how developers prefer to collaborate with AI tools, which development workflows benefit most from working with the agent, and how we can make the agent experience more intuitive.
|
||||
|
||||
This is an early version of the product experience, and it's likely to evolve as we learn more about developer preferences. Claude Code is an early look into what's possible with agentic coding, and we know there are areas to improve. We plan to enhance tool execution reliability, support for long-running commands, terminal rendering, and Claude's self-knowledge of its capabilities -- as well as many other product experiences -- over the coming weeks.
|
||||
|
||||
### Reporting Bugs
|
||||
|
||||
We welcome feedback during this beta period. Use the `/bug` command to report issues directly within Claude Code, or file a [GitHub issue](https://github.com/anthropics/claude-code/issues).
|
||||
|
||||
Reference in New Issue
Block a user