Skip to content

docs: Claude Code v2.1.222 - Security fixes, ultraplan removed, admin API docs overhaul - #1136

Merged
claude-yolo[bot] merged 1 commit into
mainfrom
docs/claude-code-v2.1.222-20260805-0352
Aug 5, 2026
Merged

docs: Claude Code v2.1.222 - Security fixes, ultraplan removed, admin API docs overhaul#1136
claude-yolo[bot] merged 1 commit into
mainfrom
docs/claude-code-v2.1.222-20260805-0352

Conversation

@claude-yolo

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

Copy link
Copy Markdown
Contributor

Night shift report

WHY THIS MATTERS: v2.1.222 patches two security holes in Claude Code's isolation model — worktree sessions could previously run destructive git commands against the main checkout, and PreToolUse auto-allow hooks were bypassing tool restrictions in background agent tasks (summaries, compaction, renames). Both are fixed. Additionally, ultraplan is gone (removed, not deprecated), and SendMessage to agent sessions is now routed through the permission classifier before dispatch. The admin API docs got a major restructure across 20+ endpoints (analytics, workspaces, rate limits, usage reports), and the thinking docs expanded to cover the full SDK language matrix including TypeScript, CLI, and Go examples.

HIGHLIGHTS:

  • Security fix: Worktree-isolated sessions and their subagents can no longer run destructive git commands against the main checkout — isolation now applies to file edits and Bash in every session type
  • Security fix: PreToolUse auto-allow hooks no longer bypass tool restrictions in background agent tasks (summaries, compaction, renames)
  • Removed: ultraplan feature is gone entirely
  • Safety improvement: SendMessage to other agent sessions now evaluated by permission classifier before dispatch
  • Bug fixes: proxy connectivity hang fixed, /usage over-attributed MCP server share fixed, org-restricted model aliases stepping down correctly, stream idle timeout false-fires on custom gateways fixed, SendMessage no longer fails on character limit (truncates instead)
  • Admin API docs: Major restructure across analytics, workspaces, rate limits, usage reports — compatibility tables replacing scattered notes
  • Advisor tool docs: Go SDK example added (was previously excluded)
  • Agent SDK / skills: TypeScript SDK now validates skill names strictly — wildcards throw before starting the process; use skills: "all" to enable all
  • Thinking docs: Multi-language examples (TypeScript, CLI, Go, Java, C#) added throughout

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

… API docs overhaul

Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
@claude-yolo
claude-yolo Bot merged commit 17a6b7c into main Aug 5, 2026
1 check passed
@claude-yolo
claude-yolo Bot deleted the docs/claude-code-v2.1.222-20260805-0352 branch August 5, 2026 03:54
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