intake(lote-C): import upstream PR #1299#13
Open
nsalvacao wants to merge 5 commits intobaseline/develop-sync-2026-02-17from
Open
intake(lote-C): import upstream PR #1299#13nsalvacao wants to merge 5 commits intobaseline/develop-sync-2026-02-17from
nsalvacao wants to merge 5 commits intobaseline/develop-sync-2026-02-17from
Conversation
The Claude CLI doesn't support the --max-tokens option, which was causing all spec creation agents to fail with "error: unknown option '--max-tokens'". This was originally added as a workaround for SDK's max_tokens limit on Opus 4.5, but since the CLI doesn't support it, it breaks agent execution. The SDK handles max_tokens internally, so the extra_args workaround is unnecessary. Fixes: - Spec creation phase failures (complexity assessment, spec writing, etc.) - Agent errors: "Command failed with exit code 1" - All agents now start and run successfully Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Eric Grill <694055+EricGrill@users.noreply.github.com>
…ax-tokens-error # Conflicts: # .gitignore
…ake/lote-C-pr-1299
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
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.
Upstream intake PR for isolated review.
intake/lote-C-pr-1299baseline/develop-sync-2026-02-17Notes:
Checklist: