📦 Claude Code v2.1.147+ Documentation Updates#978
Closed
claude-yolo[bot] wants to merge 1 commit into
Closed
Conversation
## Summary - New `/code-review` command replaces `/simplify` (v2.1.147+) - Git worktree support added to sandboxing - Shell aliases/functions now persist in Bash tool - Refreshed 100+ Terraform API documentation files - Updated authentication flow documentation ## Key Features - `/code-review` command for local diff analysis before pushing - Enhanced sandbox file system permissions for git worktrees - Better shell integration with startup file sourcing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Author
|
Superseded by more recent version updates. v2.1.147+ info already tracked, and v2.1.150 updates are newer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major documentation update covering Claude Code v2.1.147+ with new command and enhanced features:
• New
/code-reviewcommand - renamed from/simplifyfor local diff analysis• Git worktree support - enhanced sandboxing for linked worktrees
• Shell persistence - aliases and functions from startup files now available
• Auth flow updates - streamlined login documentation
• API docs refresh - 100+ Terraform API files updated
Key Changes
New Features
/code-reviewcommand replaces/simplify(v2.1.147+) for local code review.gitdirectoryDocumentation Updates
Why This Matters
The
/code-reviewcommand enables developers to run code reviews locally before pushing, improving development workflows. Git worktree support and shell persistence enhance Claude Code's integration with existing development environments.🤖 Generated with Claude Code