5 Commits

Author SHA1 Message Date
Ashwin Bhat
af870623e7 changelog update (#192)
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-29 08:37:55 -07:00
Dickson Tsai
db6f167280 Update changelog, readme, and examples for custom tools and hooks (#162) 2025-09-12 08:14:34 -07:00
Dickson Tsai
0cb5efa923 Support --add-dir flag (#104) 2025-07-31 20:52:30 -07:00
Dickson Tsai
df94948edc Add settings option to ClaudeCodeOptions (#100)
## Summary
- Add `settings` field to `ClaudeCodeOptions` to expose the `--settings`
CLI flag
- Allow SDK users to specify custom settings configuration path

## Changes
- Added `settings: str | None = None` field to `ClaudeCodeOptions`
dataclass
- Added CLI argument conversion logic in `SubprocessCLITransport` to
pass `--settings` flag to Claude Code CLI

## Test plan
- [x] All existing tests pass
- [x] Linting passes (`python -m ruff check`)
- [x] Type checking passes (`python -m mypy src/`)

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

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-07-30 23:59:21 -07:00
Dickson Tsai
b25cdf81c9 Add changelog and changelog format check (#77) 2025-07-21 10:53:01 -07:00