claude-code-sdk-python/src/claude_code_sdk
Ashwin Bhat c23acae763
feat: Enable real-time debug output via debug-to-stderr flag
- Add conditional stderr routing in subprocess transport
- When debug-to-stderr flag is set, Claude CLI debug output goes directly to Python's stderr
- Keeps stdout clean for JSON message parsing while providing debug visibility
- Simplifies implementation by removing temp file and background task complexity
- Update examples to demonstrate debug-to-stderr usage

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 09:57:05 -07:00
..
_internal feat: Enable real-time debug output via debug-to-stderr flag 2025-09-05 09:57:05 -07:00
__init__.py fix: Convert camelCase to snake_case for Python naming conventions (#146) 2025-09-04 19:26:00 -07:00
_errors.py Remove hardcoded timeout for control messages to match Typescript SDK 2025-07-19 20:43:07 -07:00
client.py fix: Convert camelCase to snake_case for Python naming conventions (#146) 2025-09-04 19:26:00 -07:00
py.typed Initial Python SDK import 2025-06-12 00:16:19 -07:00
query.py feat: enable custom transports (#91) 2025-08-19 13:28:42 -07:00
types.py fix: Convert camelCase to snake_case for Python naming conventions (#146) 2025-09-04 19:26:00 -07:00