fix(claude): prevent ghost diffs and maximize limits for Pro Max#1002
Open
atxtechbro wants to merge 2 commits intomainfrom
Open
fix(claude): prevent ghost diffs and maximize limits for Pro Max#1002atxtechbro wants to merge 2 commits intomainfrom
atxtechbro wants to merge 2 commits intomainfrom
Conversation
- Add env vars that Claude Code adds on startup - Include includeCoAuthoredBy field to prevent modifications - Maximize all limits for Pro Max plan: - CLAUDE_CODE_MAX_OUTPUT_TOKENS: 8192 -> 32768 (4x) - MAX_MCP_OUTPUT_TOKENS: 25000 -> 100000 (4x) - BASH_DEFAULT_TIMEOUT_MS: 2min -> 5min - BASH_MAX_TIMEOUT_MS: 10min -> 20min - BASH_MAX_OUTPUT_LENGTH: 50k -> 200k - MCP timeouts doubled Principle: subtraction-creates-value
Contributor
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
Contributor
|
✅ I finished the code review, and didn't find any security or code quality issues. |
- Revert bash timeouts to standard (not token-related) - Add model: opus field to prevent modifications - Keep token/output limits maximized for Pro Max - includeCoAuthoredBy already included
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
.claude/settings.jsonon startupDetails
Claude Code adds default fields when they're missing, causing unnecessary git noise. This PR includes all fields Claude expects, preventing modifications.
Since we're on the Pro Max plan, all limits have been increased 4x:
Testing
Closes #1001