docs: Claude Code v2.1.251 - spend limit tracking, agent team final answers, /radio now universal, cross-session @ mention behavior change - #1225
Merged
Conversation
…nswers, /radio now universal, cross-session @ mention behavior change 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.251 ships several behavior changes that directly affect how users and enterprises interact with Claude Code — spend limit visibility in the status line is new surface area for enterprise admins, the agent team notification fix removes a communication gap that caused orchestration stalls, and the cross-session
@mention change is a breaking behavior reversal that existing workflows may have been relying on.HIGHLIGHTS:
/usage(statusline.md,claude-apps-gateway-spend-limits.md): Enterprise users behind a Claude apps gateway can now see arate_limits.spend_limitobject in the statusline JSON input and a "Spend limit" bar in/usage, showing percentage used and reset time. Requires v2.1.251 on the developer's machine; no gateway upgrade needed./radiocommand removed from unavailability lists (feature-availability.md): All four provider tabs (Bedrock, Claude Platform on AWS, GCP Agent Platform, Microsoft Foundry) no longer list/radioas unavailable. The command appears to have gone universal — previously it was blocked on all non-first-party providers.@mentions no longer auto-attach files (cross-session-messaging.md): Before v2.1.251, an@filenamein a message that started a new turn would auto-attach the file on the receiving machine. Now@mentions in messages from other sessions are always plain text — Claude must open the file explicitly with its own tools. Breaking change for any workflow that relied on the auto-attach behavior.agent-teams.md): Previously, a teammate's completion notification carried no output — teammates had to message the lead or update the shared task list to pass results. Now the notification includes the final answer directly, fixing the gap that caused lead agents to stall waiting for results from named subagents running as teammates.agent-view.md): If you dispatch a background session from a shell authenticated only throughANTHROPIC_VERTEX_BASE_URLorANTHROPIC_BEDROCK_BASE_URL, the endpoint and auth-bypass flag are now forwarded to the worker. Before this fix, every request from such a session failed silently.agent-view.md): A background session (or its subagents) can now write to files inside a linked git worktree they created. Previously this was blocked.agent-view.md): A background session that starts while another process is refreshing a marketplace no longer loses all of that marketplace's skills, agents, hooks, and MCP servers for its entire run.effortUltraterminal color token (terminal-config.md): Allows customizing theultracodetag color on the input box border. Takes effect on v2.1.239+.terminal-config.md):diffAddedDimmedanddiffRemovedDimmednow documented as the dimmed diff shown after you reject an edit, not just "unchanged context lines."monitoring-usage.md):[3P telemetry]errors in--debugoutput mean your exporter is failing;[Anthropic telemetry]lines are Anthropic's own operational telemetry and don't indicate a problem with your setup.network-config.md): Explicitly documented that Claude Code never routeslocalhost/::1/127.0.0.0/8WebSocket connections through the proxy — noNO_PROXYentry needed.noopfield (agent-sdk/typescript.md): New field for reporting a wake-up where nothing changed, part of the self-paced/looptool contract.claude_codepreset description simplified (agent-sdk/modifying-system-prompts.md): Docs dropped claims that the preset includes "code style and formatting guidelines" and "response tone and verbosity rules" — description now focuses on tool guidance, safety instructions, and environment context.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning