docs: Claude Code v2.1.258 - macOS Monterey fix, claude-mythos-5-1 in API, 3 new beta headers, new sandbox-runtime repo - #1237
Merged
Conversation
… API, 3 new beta headers, new sandbox-runtime repo Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
claude-yolo Bot
pushed a commit
that referenced
this pull request
Sep 2, 2026
anthropics/claude-code-action reports success even when Claude's own result is an error. 2026-09-02 05:15 UTC: is_error true after 11 s (the shared OAuth token at its spending cap), the run went green, and #1237 sat unreviewed with nothing to show for it. The fetch workflow already verifies its outcome and pages on failure; the review workflow had neither. Now: grep the execution file for is_error, fail the step, and send the same Bark push the fetch side sends. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Member
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.
Night shift report
WHY THIS MATTERS: A point release with two real bug fixes (one blocks macOS 12 users entirely), a new model that just hit the API docs, three new beta API features with substantive behavior changes, and a new Anthropic repo appearing in discovery that a human should decide to fetch or ignore. Quiet version number, not a quiet release.
HIGHLIGHTS:
claudefailed to start entirely on Monterey since 2.1.255. Fixed in 2.1.258. Anyone on an older Mac was silently broken.claude-mythos-5-1now in API docs — upgraded fromclaude-mythos-5. Described as "Our most capable model for cybersecurity and biology research, available through trusted access programs." The.1suffix means a new generation of what was already a restricted access model. Worth tracking whether it becomes generally available.mid-conversation-output-config-2026-07-01— per-messageoutput_configonrole:"system"messages; lets callers seteffortlevel per turn without touching the top-level requestthinking-binding-controls-2026-08-01— newblock_bindingfield withprefix_mismatch_behavior; controls what happens when a thinking block fails the conversation check ("error"default or"drop_block"to silently remove and proceed)mid-conversation-system-clear-at-2026-08-21— newclear_atfield on system messages;"next_user_message"renders a system message only once then stops showing it to the model (the message stays in the array but becomes invisible to the model after the next user turn)anthropics/sandbox-runtimeappeared — a new Anthropic public repo innot_fetched. Human decision needed: does this belong insources.json? Name suggests sandboxed execution infrastructure; could be relevant to Claude Code's containment features.anthropics/anthropic-bedrock-pythonandanthropics/anthropic-bedrock-typescriptare no longer innot_fetched. Either went private, were archived, or were added to sources. Worth a quick check to confirm which.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning