docs: Claude Code v2.1.247 - Admin API, SendFeedback tool, 7 new beta flags - #1221
Merged
Merged
Conversation
… flags 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: Three independent high-signal events landed in the same run. First, the new Admin API (
/v1/organizations/*) exposes programmatic control over organization members, API keys, workspaces, invites, service accounts, federation, and rate limits — this is thece-user-management-2026-07-13beta flag made real, and it's a whole new surface for enterprise automation. Second, Claude Code v2.1.247 ships theSendFeedbacktool (Claude drafts bug reports for you to send from/feedback), the/claude-api cost-optimizeprofile-and-tune workflow, andspinnerTipsOverrideexpansion that lets organizations rotate branded tips — a subtle but real admin feature. Third, seven beta flags were officially documented in the API schema, includingcompact,computer-use-2025-11-24,mcp-tunnels,structured-outputs,task-budgets,thinking-display-updates, andce-user-management, meaning client libraries will start exposing them.HIGHLIGHTS:
content/en/api/beta/organization/— Full org management now in beta: GET /v1/organizations/me, plus CRUD endpoints for users, API keys, workspaces, invites, service accounts, external keys, federation, and rate limits. New untracked directory, will need to be committed by the publish step.SendFeedbacktool lets Claude draft/feedbackreports in-session;/claude-api cost-optimizeprofiles spend and walks you through caching/batching/effort/model levers;spinnerTipsOverridegetstipsFile,label,cooldownSessions, andpriorityfor org-branded tips.content/en/api/beta.md(count went from 31+ to 38+):compact-2026-01-12,computer-use-2025-11-24,mcp-tunnels-2026-06-22,structured-outputs-2025-11-13,task-budgets-2026-03-13,thinking-display-updates-2026-08-18,ce-user-management-2026-07-13.content/github/anthropic-sdk-typescript/ecosystem-tests/appeared (just a README; low impact but worth noting).Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning