docs: Claude Code v2.1.272 - workflows pause on usage limits, omitClaudeMd, new financial-advisors repo - #1286
Merged
Conversation
…udeMd, new financial-advisors repo 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: Two releases landed (2.1.271 + 2.1.272) with ~70 bug fixes and several new capabilities that change how power users run workflows and subagents. The standout: dynamic workflows now pause when you hit your usage limit instead of failing — a meaningful reliability improvement for long-running jobs. A new Anthropic GitHub repo (
claude-for-financial-advisors) surfaced in discovery.json, signaling a new product vertical that isn't archived yet. The API schema for model fallback responses also changed (modelfield is now nullable), which matters to anyone parsing those responses.HIGHLIGHTS:
workflows.mdwith conditions (interactive sessions,autoContinueAtUsageLimiton, limit resets within 24h, max 2 waits per run). Previously these agents just failed.omitClaudeMdfor subagents (v2.1.271+): new frontmatter field lets custom/plugin subagents launch without user, project, and local CLAUDE.md files. Useful for tightly scoped subagents that take everything from the delegation prompt. Managed policy files still load. Documented insub-agents.md.anthropics/claude-for-financial-advisorsappeared ingithub_org_anthropics.not_fetched— a new public Anthropic repo not yet insources.json. Suggests a financial-advisors product vertical. A human should decide whether to archive it.small(<5 agents) instead ofmedium;mediumnow means <10 agents instead of <15. Changes default cost for untuned workflows on Pro.modelfield now nullable in fallback requestusage.iterationsentries —Model→Model or nullin the beta API spec. Relevant to anyone parsing fallback usage responses./fastapplies in cloud and self-hosted runner sessions where the org allows it.allowed_domainsin sandboxed auto mode: Bash/PowerShell/Monitor commands in auto mode with sandboxing can now declare which hosts they need; other hosts are refused for that command.multiplierup to 10 inmodelPricing: marked-up internal chargeback rates now supported up to 10× in the managed setting and Claude apps gateway pricing block.claude plugin eval, Fable 5.1 availability, computer use in Desktop on macOS,/skill-doctor,/resumefor terminal sessions in Desktop, and more.event.sequencesemantics clarified: it's per-process, not per-session./cleardoesn't reset it; resumed sessions can have non-monotonic values within a session. Newevent.sequencecorrelation attribute documented in the event correlation table.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning