mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-11 18:02:40 +00:00
Compare commits
5 Commits
hackyon/up
...
fvolcic/mi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd8f3801b9 | ||
|
|
26315247e7 | ||
|
|
5a91286a82 | ||
|
|
3196f36cee | ||
|
|
7d22b6e167 |
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,7 +1,20 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.1.9
|
||||||
|
|
||||||
|
- Added `auto:N` syntax for configuring the MCP tool search auto-enable threshold, where N is the context window percentage (0-100)
|
||||||
|
- Added `plansDirectory` setting to customize where plan files are stored
|
||||||
|
- Added external editor support (Ctrl+G) in AskUserQuestion "Other" input field
|
||||||
|
- Added session URL attribution to commits and PRs created from web sessions
|
||||||
|
- Added support for `PreToolUse` hooks to return `additionalContext` to the model
|
||||||
|
- Added `${CLAUDE_SESSION_ID}` string substitution for skills to access the current session ID
|
||||||
|
- Fixed long sessions with parallel tool calls failing with an API error about orphan tool_result blocks
|
||||||
|
- Fixed MCP server reconnection hanging when cached connection promise never resolves
|
||||||
|
- Fixed Ctrl+Z suspend not working in terminals using Kitty keyboard protocol (Ghostty, iTerm2, kitty, WezTerm)
|
||||||
|
|
||||||
## 2.1.7
|
## 2.1.7
|
||||||
|
|
||||||
|
- Added customizable keyboard shortcuts via `~/.claude/keybindings.json`. Run `/keybindings` to get started. Learn more at https://code.claude.com/docs/en/keybindings
|
||||||
- Added `showTurnDuration` setting to hide turn duration messages (e.g., "Cooked for 1m 6s")
|
- Added `showTurnDuration` setting to hide turn duration messages (e.g., "Cooked for 1m 6s")
|
||||||
- Added ability to provide feedback when accepting permission prompts
|
- Added ability to provide feedback when accepting permission prompts
|
||||||
- Added inline display of agent's final response in task notifications, making it easier to see results without reading the full transcript file
|
- Added inline display of agent's final response in task notifications, making it easier to see results without reading the full transcript file
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ description: Code review a pull request
|
|||||||
Provide a code review for the given pull request.
|
Provide a code review for the given pull request.
|
||||||
|
|
||||||
**Agent assumptions (applies to all agents and subagents):**
|
**Agent assumptions (applies to all agents and subagents):**
|
||||||
- All tools are functional and will work without error. Do not test tools or make exploratory calls.
|
- All tools are functional and will work without error. Do not test tools or make exploratory calls. Make sure this is clear to every subagent that is launched.
|
||||||
- Only call a tool if it is required to complete the task. Every tool call should have a clear purpose.
|
- Only call a tool if it is required to complete the task. Every tool call should have a clear purpose.
|
||||||
|
|
||||||
To do this, follow these steps precisely:
|
To do this, follow these steps precisely:
|
||||||
@@ -61,10 +61,13 @@ Note: Still review Claude generated PR's.
|
|||||||
If NO issues were found, post a summary comment using `gh pr comment` (if `--comment` argument is provided):
|
If NO issues were found, post a summary comment using `gh pr comment` (if `--comment` argument is provided):
|
||||||
"No issues found. Checked for bugs and CLAUDE.md compliance."
|
"No issues found. Checked for bugs and CLAUDE.md compliance."
|
||||||
|
|
||||||
8. Post inline comments for each issue using `mcp__github_inline_comment__create_inline_comment`. For each comment:
|
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.
|
||||||
|
|
||||||
|
9. Post inline comments for each issue using `mcp__github_inline_comment__create_inline_comment`. For each comment:
|
||||||
- Provide a brief description of the issue
|
- Provide a brief description of the issue
|
||||||
- For small, self-contained fixes, include a committable suggestion block
|
- For small, self-contained fixes, include a committable suggestion block
|
||||||
- For larger fixes (6+ lines, structural changes, or changes spanning multiple locations), describe the issue and suggested fix without a suggestion block
|
- For larger fixes (6+ lines, structural changes, or changes spanning multiple locations), describe the issue and suggested fix without a suggestion block
|
||||||
|
- Never post a committable suggestion UNLESS committing the suggestion fixes the issue entirely. If follow up steps are required, do not leave a committable suggestion.
|
||||||
|
|
||||||
**IMPORTANT: Only post ONE comment per unique issue. Do not post duplicate comments.**
|
**IMPORTANT: Only post ONE comment per unique issue. Do not post duplicate comments.**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user