|
1 | 1 | { |
2 | 2 | "description": "Canonical list of Claude Agent SDK ClaudeAgentOptions fields", |
3 | 3 | "generatedFrom": "claude-agent-sdk (PyPI)", |
4 | | - "generatedAt": "2026-05-05T09:35:22.214093+00:00", |
5 | | - "sdkVersion": "0.1.73", |
| 4 | + "generatedAt": "2026-05-07T09:50:32.263415+00:00", |
| 5 | + "sdkVersion": "0.1.76", |
6 | 6 | "options": { |
7 | 7 | "tools": { |
8 | 8 | "type": "list[str] | claude_agent_sdk.types.ToolsPreset | None", |
|
20 | 20 | "type": "dict[str, claude_agent_sdk.types.McpStdioServerConfig | claude_agent_sdk.types.McpSSEServerConfig | claude_agent_sdk.types.McpHttpServerConfig | claude_agent_sdk.types.McpSdkServerConfig] | str | pathlib.Path", |
21 | 21 | "required": false |
22 | 22 | }, |
| 23 | + "strict_mcp_config": { |
| 24 | + "type": "<class 'bool'>", |
| 25 | + "required": false |
| 26 | + }, |
23 | 27 | "permission_mode": { |
24 | 28 | "type": "typing.Optional[typing.Literal['default', 'acceptEdits', 'plan', 'bypassPermissions', 'dontAsk', 'auto']]", |
25 | 29 | "required": false |
|
116 | 120 | "type": "<class 'bool'>", |
117 | 121 | "required": false |
118 | 122 | }, |
| 123 | + "include_hook_events": { |
| 124 | + "type": "<class 'bool'>", |
| 125 | + "required": false |
| 126 | + }, |
119 | 127 | "fork_session": { |
120 | 128 | "type": "<class 'bool'>", |
121 | 129 | "required": false |
|
149 | 157 | "required": false |
150 | 158 | }, |
151 | 159 | "effort": { |
152 | | - "type": "typing.Optional[typing.Literal['low', 'medium', 'high', 'max']]", |
| 160 | + "type": "typing.Optional[typing.Literal['low', 'medium', 'high', 'xhigh', 'max']]", |
153 | 161 | "required": false |
154 | 162 | }, |
155 | 163 | "output_format": { |
|
0 commit comments