release: v0.6.0 — SDK full-surface parity + stable positioning#30
Merged
Conversation
…ughs; CLI shares them
…surface Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
SDK full-surface parity + stable-within-0.x positioning. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Minor release. Brings the SDK to literal full API parity and repositions it as stable within 0.x.
app.session.server_time(),app.session.details(),app.session.encryption_key()— the three previously CLI-only connectivity reads. The SDK now covers all 41 endpoints; the coverage matrix is 164/164 (no N/A). The CLIsession time/details/encryption-keycommands now share theseSessionManagermethods (one implementation).CapitalComApp,CapitalComConfig,RiskPolicy, services,core.models) is now stable within 0.x — no breaking changes without a deprecation cycle; breaking changes reserved for 1.0.docs/api-coverage.mddescribe full (not "main") coverage; the coverage badge is relabeled CLI + SDK coverage.No breaking changes; additive public SDK methods → minor bump.
Test Plan
test_sdk_session_readsand the refactored CLI session reads pass.v0.6.0to publish.🤖 Generated with Claude Code