Skip to main content
0.11.2 aligns the Managed Research SDK with the current backend, which made objectives, experiments, and milestones runtime-managed rather than directly created and stepped through the SDK. If you were on 0.11.1 and called those APIs, they returned 404 against the current backend; 0.11.2 removes them so the SDK matches what the service actually supports.
Only code that called the objective/experiment/milestone lifecycle, the typed open-ended-question / directed-effort-outcome helpers, connect-git, or project-scope economics / resource-limits is affected. The core flow — create a project, start a run, read results — is unchanged.

Install

What moved, and what to use instead

How removed calls behave

Removed methods are gone (not silently no-op). MCP tools for the removed surface are filtered out of the advertised registry; any retained compatibility shim fails loudly with unsupported_backend_contract rather than returning a misleading result. If a call you relied on isn’t in the table above, check the package CHANGELOG.

Verifying your upgrade