docs: Claude Code v2.1.269 - Plugin evals, workflow concurrency control, VSCode agent map + hooks/permissions UI - #1276
Merged
Conversation
…ol, VSCode agent map + hooks/permissions UI 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.269 is a substantial release that ships
claude plugin eval— a new first-class command for testing plugins against Claude Code with scored, reproducible results (JSON + HTML output). Alongside this,CLAUDE_CODE_WORKFLOW_MAX_CONCURRENT_AGENTSunlocks higher fan-out for Agent SDK users who are inference-bound, the VSCode extension gains a visual agent map and GUI dialogs for Hooks and Permission Rules, and a security-relevant fix tightens howteedestinations respectEdit()deny rules. The prompt-cache invalidation fixes are high-value for anyone in long sessions or paying close attention to cost.HIGHLIGHTS:
claude plugin eval: Run a plugin's eval suite against Claude Code, get scored reproducible results as JSON + HTML. Plugin manifest gainsexperimental.evalsfield to point at the eval directory. This is the first formal quality-gate for plugin authors before publishing.CLAUDE_CODE_WORKFLOW_MAX_CONCURRENT_AGENTS(1–256): Raises the Workflow tool's per-run concurrent agent cap. Previously fixed at a lower ceiling; now tunable for inference-bound fan-outs in the Agent SDK./output-style [name]: Lists and switches output styles from within a session, including over Remote Control and in headless/cloud sessions where it previously didn't work.bashEditDiffEnabled: When Bash handles file edits, the tool result now includes a diff of what changed — better observability on autonomous file modifications.OTEL_METRICS_INCLUDE_REPOSITORY: Tags OpenTelemetry metrics and events withvcs.*repository attributes; commit events getvcs.ref.head.*withOTEL_LOG_TOOL_DETAILS. Useful for orgs correlating Claude Code usage to repo/branch activity.teewrite-path enforcement:Edit()deny rules and the write-path check now apply to the file aBash teecommand writes. ABash(tee:*)allow rule no longer covers destinations outside the working directories. Previously a subtle bypass vector.!scoping fix: A deny/ask rule starting with!now applies only within the settings source that wrote it. A bare!negation is ignored. Previously such rules could bleed across sources unexpectedly./goalreliability: Goal runs now retry with backoff on API errors, network drops, or token limits, instead of silently stalling. Pauses and reports why, including waiting for usage limit resets.forceLoginGatewayUrl/"gateway"forceLoginMethod clarification: Settings reference now correctly documents that these are never read from server-managed settings at all — a value there neither applies nor hides one set in MDM/managed-settings-file. Behavioral change in documentation; worth admin attention.headersHelperURL display), and more.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning