release: v0.2.0 - #60
Merged
Merged
Conversation
Frictionless-adoption release — one-line CLI install, three key-free examples (wrap-your-agent, langchain, mcp), safe default budgets out of the box, config-updatable model pricing, and the LangChain enforcement fix. No breaking API changes; forward-compatible with existing v0.1.x state. Rolls the CHANGELOG [Unreleased] into [0.2.0], bumps the SDK to 0.2.0, the version.go default to 0.2.1-dev, and the VISION status line.
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.
v0.2.0 — week-1 frictionless-adoption release
Rolls up everything merged since v0.1.2 (#50–#59) and bumps the version markers per the release checklist.
Highlights
go install …/cmd/riskkernel@latest, no clone.wrap-your-agent,langchain,mcp.RISKKERNEL_PRICING_FILE.raise_error); the OpenAI Agents adapter was audited (clean) and got regression tests.No breaking API changes; forward-compatible with existing v0.1.x state.
Checklist files bumped (§13)
CHANGELOG.md—[Unreleased]rolled into## [0.2.0] - 2026-06-04(+ backfilled the examples / install / LangChain-fix entries that earlier PRs missed); compare links updated; fresh empty[Unreleased].0.2.0(pyproject.toml+__init__.py);version.godefault →0.2.1-dev;docs/VISION.mdstatus line.After merge (the tag flow — do NOT skip the sync)
Per §13, tag the merged commit, not this branch:
Skipping the pull lands the tag on the previous commit and ships stale version markers (this bit v0.1.1). Verify before pushing:
git show v0.2.0:sdks/python/pyproject.tomlreads0.2.0. Then verify the image:docker run ghcr.io/prashar32/riskkernel:0.2.0 version.