Skip to content

docs: Claude Code v2.1.220 - Agent SDK bypassPermissions now requires allowDangerouslySkipPermissions in TypeScript - #1121

Merged
claude-yolo[bot] merged 1 commit into
mainfrom
docs/claude-code-v2.1.220-20260801-0416
Aug 1, 2026
Merged

docs: Claude Code v2.1.220 - Agent SDK bypassPermissions now requires allowDangerouslySkipPermissions in TypeScript#1121
claude-yolo[bot] merged 1 commit into
mainfrom
docs/claude-code-v2.1.220-20260801-0416

Conversation

@claude-yolo

@claude-yolo claude-yolo Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Night shift report

WHY THIS MATTERS: The Agent SDK permission mode docs were updated with a new TypeScript-specific requirement: bypassPermissions mode now also requires allowDangerouslySkipPermissions: true in the SDK options. This was previously undocumented — TypeScript SDK users running headless agents in CI/containers with bypassPermissions may have been unknowingly relying on undocumented behavior, or this documents a new enforcement that could break existing code silently. Day shift should verify whether this is a new SDK requirement or a doc fix for something that was always enforced.

HIGHLIGHTS:

  • Potentially breaking (TypeScript SDK): bypassPermissions mode now requires allowDangerouslySkipPermissions: true in options — first time this requirement appears in the agent-loop docs
  • Permission modes table in agent-sdk/agent-loop.md gained a "Use case" column with concrete guidance (e.g., "CI, containers, or other isolated environments" for bypassPermissions)
  • Quickstart's duplicate permission-modes table was removed and replaced with a pointer to agent-loop — cleaner single source of truth
  • "default" mode description clarified: triggers canUseTool callback (not generic "your approval callback")
  • ~70 support articles updated (timestamps/minor wording) — noise
  • Third-party plugin SHA bumps in marketplace.json — noise

Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning

… allowDangerouslySkipPermissions in TypeScript

Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
@claude-yolo
claude-yolo Bot merged commit 527beb9 into main Aug 1, 2026
1 check passed
@claude-yolo
claude-yolo Bot deleted the docs/claude-code-v2.1.220-20260801-0416 branch August 1, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants