docs: Claude Code v2.1.267 - maxEffortLevel cap, Linux sandbox, tool name limit doubled, new Anthropic repo in discovery - #1268
Merged
Conversation
…name limit doubled, new Anthropic repo in discovery Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
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: v2.1.267 lands a meaningful set of enterprise-facing controls (a global effort cap, Linux sandbox parity with macOS) alongside a quiet but important API change (tool name limit doubled to 128 chars), two security fixes that close real holes, and a new Anthropic public repo that appeared in
discovery.json— it has "incident transcript" in the name, which may or may not warrant archiving but a human should see it.HIGHLIGHTS:
maxEffortLevelsetting (new feature): Admins can now cap the effort level globally — top-level or per-model undermodelSettings— covering Bedrock, Vertex, and Foundry. Users can still pick lower, but not higher. This is the org-wide cost/speed governance knob enterprises have been missing.bubblewrap+socat. Container environments get asandbox.enableWeakerNestedSandboxescape hatch and asandbox.enabled: falsefallback. The doc was previously silent on Linux — this is a real gap closed.define-tools.md): The API tool name regex changed from{1,64}to{1,128}. Breaks no existing tools but lets builders use longer, more descriptive names without truncating.allowedHttpHookUrls,httpHookAllowedEnvVars, andallowedChannelPluginsused to admit everything when unreadable; they now admit nothing. Unreadable policy → deny, not allow. Important for managed deployments where misconfigured policy files previously opened the gates.discovery.json: new repoanthropics/mythos-5-incident-transcript: Anthropic published a new public GitHub repo. The name suggests it may be a transparency artifact (an AI incident log?). Not yet fetched — whether to add it tosources.jsonis a human call, but the archive should have an opinion.--system-prompt-snapshot off(new flag): Forces the system prompt to render fresh on every request instead of reusing the recorded one. Aimed at prompt iteration workflows — previously you'd have to start a new session to see prompt changes reflected.BetaManagedAgentsStreamSessionEventsandBetaManagedAgentsStreamSessionThreadEventsverbose type-union definitions removed across all language SDK reference pages (CLI, C#, Go, Java, PHP, Python, Ruby). Looks like schema simplification on the platform side — the union definition is gone, not just the docs for it.bootstrapUrlvalue. This clarifies a support headache (sign-in silently fails with an alias).claude remote-controlcredential renewal (was dropping sessions after ~30 days).Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning