mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-28 08:09:07 +00:00
Compare commits
13 Commits
v2.1.34
...
fvolcic/co
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6dcc7d8b76 | ||
|
|
0a0135f687 | ||
|
|
e74abe58ab | ||
|
|
7a7bed74e3 | ||
|
|
9b64827a25 | ||
|
|
54f0b535b3 | ||
|
|
675baffdb3 | ||
|
|
bae169824d | ||
|
|
0b641a77ce | ||
|
|
be5d08fe5f | ||
|
|
19bb071fe0 | ||
|
|
85f2807991 | ||
|
|
e7f36bcdf0 |
34
CHANGELOG.md
34
CHANGELOG.md
@@ -1,5 +1,39 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.1.39
|
||||||
|
|
||||||
|
- Added guard against launching Claude Code inside another Claude Code session
|
||||||
|
- Fixed Agent Teams using wrong model identifier for Bedrock, Vertex, and Foundry customers
|
||||||
|
- Fixed a crash when MCP tools return image content during streaming
|
||||||
|
- Fixed /resume session previews showing raw XML tags instead of readable command names
|
||||||
|
- Improved model error messages for Bedrock/Vertex/Foundry users with fallback suggestions
|
||||||
|
- Fixed plugin browse showing misleading "Space to Toggle" hint for already-installed plugins
|
||||||
|
- Fixed hook blocking errors (exit code 2) not showing stderr to the user
|
||||||
|
- Added `speed` attribute to OTel events and trace spans for fast mode visibility
|
||||||
|
- Improved terminal rendering performance
|
||||||
|
- Fixed fatal errors being swallowed instead of displayed
|
||||||
|
- Fixed process hanging after session close
|
||||||
|
- Fixed character loss at terminal screen boundary
|
||||||
|
- Fixed blank lines in verbose transcript view
|
||||||
|
|
||||||
|
## 2.1.38
|
||||||
|
|
||||||
|
- Fixed VS Code terminal scroll-to-top regression introduced in 2.1.37
|
||||||
|
- Fixed Tab key queueing slash commands instead of autocompleting
|
||||||
|
- Fixed bash permission matching for commands using environment variable wrappers
|
||||||
|
- Fixed text between tool uses disappearing when not using streaming
|
||||||
|
- Fixed duplicate sessions when resuming in VS Code extension
|
||||||
|
- Improved heredoc delimiter parsing to prevent command smuggling
|
||||||
|
- Blocked writes to `.claude/skills` directory in sandbox mode
|
||||||
|
|
||||||
|
## 2.1.37
|
||||||
|
|
||||||
|
- Fixed an issue where /fast was not immediately available after enabling /extra-usage
|
||||||
|
|
||||||
|
## 2.1.36
|
||||||
|
|
||||||
|
- Fast mode is now available for Opus 4.6. Learn more at https://code.claude.com/docs/en/fast-mode
|
||||||
|
|
||||||
## 2.1.34
|
## 2.1.34
|
||||||
|
|
||||||
- Fixed a crash when agent teams setting changed between renders
|
- Fixed a crash when agent teams setting changed between renders
|
||||||
|
|||||||
@@ -56,10 +56,15 @@ Note: Still review Claude generated PR's.
|
|||||||
|
|
||||||
6. Filter out any issues that were not validated in step 5. This step will give us our list of high signal issues for our review.
|
6. Filter out any issues that were not validated in step 5. This step will give us our list of high signal issues for our review.
|
||||||
|
|
||||||
7. If issues were found, skip to step 8 to post inline comments directly.
|
7. Output a summary of the review findings to the terminal:
|
||||||
|
- If issues were found, list each issue with a brief description.
|
||||||
|
- If no issues were found, state: "No issues found. Checked for bugs and CLAUDE.md compliance."
|
||||||
|
|
||||||
If NO issues were found, post a summary comment using `gh pr comment` (if `--comment` argument is provided):
|
If `--comment` argument was NOT provided, stop here. Do not post any GitHub comments.
|
||||||
"No issues found. Checked for bugs and CLAUDE.md compliance."
|
|
||||||
|
If `--comment` argument IS provided and NO issues were found, post a summary comment using `gh pr comment` and stop.
|
||||||
|
|
||||||
|
If `--comment` argument IS provided and issues were found, continue to step 8.
|
||||||
|
|
||||||
8. Create a list of all comments that you plan on leaving. This is only for you to make sure you are comfortable with the comments. Do not post this list anywhere.
|
8. Create a list of all comments that you plan on leaving. This is only for you to make sure you are comfortable with the comments. Do not post this list anywhere.
|
||||||
|
|
||||||
@@ -85,7 +90,7 @@ Notes:
|
|||||||
- Use gh CLI to interact with GitHub (e.g., fetch pull requests, create comments). Do not use web fetch.
|
- Use gh CLI to interact with GitHub (e.g., fetch pull requests, create comments). Do not use web fetch.
|
||||||
- Create a todo list before starting.
|
- Create a todo list before starting.
|
||||||
- You must cite and link each issue in inline comments (e.g., if referring to a CLAUDE.md, include a link to it).
|
- You must cite and link each issue in inline comments (e.g., if referring to a CLAUDE.md, include a link to it).
|
||||||
- If no issues are found, post a comment with the following format:
|
- If no issues are found and `--comment` argument is provided, post a comment with the following format:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user