Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.20)
project(claude_sdk VERSION 0.1.15 LANGUAGES CXX)
project(claude_sdk VERSION 0.1.18 LANGUAGES CXX)

# Enable folder organization in IDEs (Visual Studio, Xcode, etc.)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,14 @@ See `include/claude/types.hpp` and `docs/api-reference.md` for full details.

## Status & Parity

- **Current version:** 0.1.15 (see `include/claude/version.hpp`).
- **Current version:** 0.1.18 (see `include/claude/version.hpp`).
- **Status:** Production ready.
- **Parity:** Designed to match the Python Claude Agent SDK 0.1.15 API, behavior, and ergonomics, including MCP template APIs and control protocol.
- **Parity:** Designed to match the Python Claude Agent SDK 0.1.18 API, behavior, and ergonomics, including MCP template APIs and control protocol.
- **Tests:** See `kb/status.md` in the management repo for up-to-date test counts and parity details.

**Canonical rule:** The Python `claude-agent-sdk` is the canonical reference. This C++ port is expected to track its behavior and API (currently aligned with Python v0.1.15).
**Canonical rule:** The Python `claude-agent-sdk` is the canonical reference. This C++ port is expected to track its behavior and API (currently aligned with Python v0.1.18).

Upstream sync checkpoints: `docs/upstream-sync.md`.

## License

Expand Down
11 changes: 11 additions & 0 deletions docs/upstream-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Upstream sync checkpoints

This repo tracks the Python reference implementation:
https://github.com/anthropics/claude-agent-sdk-python

## 2026-01-07

- Verified upstream commit: `51b5431`
- Upstream change: bump packaged/bundled Claude Code CLI version constant from `2.0.73` to `2.1.1`
- Porting impact: no C++ code changes required