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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ All notable changes to the `synth-ai` package are documented here.
write flag and an API key. No Index tool can approve or publish research.
- **Swarm and Intern policies** — Index access is an explicit, read-only policy
by default. Draft preparation requires separately persisted operator intent.
- **Intern Sync presence and approvals** — the synchronous runtime exposes
`presence`, `release_presence`, `approvals`, and `decide_approval` on both the
sync and native-async clients. `KickoffContract` includes `trace_capture`.

### Security and billing

Expand All @@ -29,6 +32,13 @@ All notable changes to the `synth-ai` package are documented here.
- Search results remain bound to exact Contribution and revision identities.
The SDK does not infer review, publication, rewards, or access from metadata.

### Removed (breaking)

- The legacy Research Intern sessions plane, including `client.intern.sessions`,
reactive session stream/turn/event types, legacy enablement flags, the old
`*_research_intern_session*` operations and aliases, and the legacy MCP session
tools. Use `client.intern.sync_` or `client.intern.async_`.

## 0.18.2 — 2026-09-10

Release candidate; publication is pending protected CI approval.
Expand Down
Loading