Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions PORT_TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,18 @@ Set up automated testing and quality checks:
- **Dependabot**: Enable automatic dependency updates. ✅
- **Release Automation**: Consider using `goreleaser` for automated releases. ✅

## Remaining Parity Tasks

The bulk of the Python SDK functionality has been ported, but a few gaps remain
to match the reference implementation:

- Add a `SendRequest()` method to the `Transport` interface so that alternative
transports can conform to the same API as the Python SDK.
- Expose an option for specifying a custom `CLIPath` when creating the
transport. The Python SDK allows overriding the path to the `claude` binary.
- Include `MaxThinkingTokens` and `MCPTools` when building the CLI command and
use the Python default of `8000` thinking tokens when unspecified.

## Summary

**STATUS: FEATURE PARITY ACHIEVED** ✅
Expand Down
Loading