What's wrong with this entry?
Anonymous. No account, no email.
Several new options are available for the Agent SDK:
askUserQuestion.previewFormatexposed viaCLAUDE_CODE_QUESTION_PREVIEW_FORMATenv varcanUseToolcallback for dynamic tool permission decisions (mutually exclusive withpermissionPromptToolName)getOAuthTokencallback for custom OAuth token provision- Input/output validation with structured error messages: "Input validation error: Invalid arguments for tool" / "Output validation error: Invalid structured content for tool"
- Tool annotations support via Zod schemas
taskSupportfor tools:"required"(needs task augmentation) vs"forbidden"(must useregisterTool()instead)
Evidence
SDK enhancements (search for "CLAUDE_CODE_QUESTION_PREVIEW_FORMAT", "canUseTool callback", "Output validation error")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.