mirror of
https://github.com/anthropics/claude-code.git
synced 2026-06-21 23:33:30 +00:00
Compare commits
17 Commits
igorkofman
...
sidb/fix-n
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c86f797b1d | ||
|
|
beed46987e | ||
|
|
2ebb70f967 | ||
|
|
e15fabed60 | ||
|
|
104ad12efb | ||
|
|
4ae3d84c50 | ||
|
|
1e38c42422 | ||
|
|
da37d85458 | ||
|
|
0e6da1caa1 | ||
|
|
f1dd5997db | ||
|
|
082dc16836 | ||
|
|
aef619b98f | ||
|
|
fdc84e3866 | ||
|
|
a314f1c79e | ||
|
|
b02016430a | ||
|
|
ee5a8f8e9c | ||
|
|
88c28ba09d |
62
CHANGELOG.md
62
CHANGELOG.md
@@ -1,5 +1,67 @@
|
||||
# Changelog
|
||||
|
||||
## 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
|
||||
|
||||
@@ -18,7 +18,7 @@ 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`.
|
||||
Installing as a non-privileged user helps maintain your system's security and stability.
|
||||
|
||||
Reference in New Issue
Block a user