mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
- Renamed PermissionRuleValue fields: toolName → tool_name, ruleContent → rule_content - Renamed PermissionResultAllow fields: updatedInput → updated_input, updatedPermissions → updated_permissions - Removed unused PermissionResult import from query.py - Fixed trailing whitespace issues in types.py - Updated all usages in examples and tests to use snake_case These changes ensure compliance with Python's PEP 8 naming conventions and fix linting errors. 🤖 Generated with [Claude Code](https://claude.ai/code) --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| mcp_calculator.py | ||
| quick_start.py | ||
| streaming_mode.py | ||
| streaming_mode_ipython.py | ||
| streaming_mode_trio.py | ||
| tool_permission_callback.py | ||