chore: release v0.3.0#177
Merged
Merged
Conversation
Bump for the v0.3.0 release (tag to be cut on GitHub, which triggers the npm publish of the root package + @codeoid/protocol + @codeoid/core). - root 0.2.0 → 0.3.0 - @codeoid/protocol 0.1.0 → 0.2.0 - @codeoid/core 0.1.0 → 0.2.0 - bump internal ranges so resolution holds post-publish: root and core's peer dep on @codeoid/protocol → ^0.2.0 - CHANGELOG: cut [0.3.0] (multi-provider backends + mid-session switch + pi + provider extension surface, plus this cycle's fork-sidebar fix, package.json-sourced --version, release-smoke gate, and README/docs restructure). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #177 +/- ##
=======================================
Coverage 84.90% 84.90%
=======================================
Files 106 106
Lines 18678 18678
=======================================
Hits 15858 15858
Misses 2820 2820
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Version bump + changelog for the v0.3.0 release. Merge this, then cut the
v0.3.0GitHub release/tag — the tag triggers the npm publish (root +@codeoid/protocol+@codeoid/core).Versions
codeoid(root)@codeoid/protocol@codeoid/coreInternal dep ranges bumped so resolution holds after publish: root's dep and
@codeoid/core's peer dep on@codeoid/protocol→^0.2.0. Lockfile is unaffected (internal packages resolve viaworkspace:).Changelog
Cut
[0.3.0]from[Unreleased]— the multi-provider backends, mid-session provider switching, pi backend, and the provider extension surface — and folded in this cycle's work: fork-sidebar fix (#174),package.json-sourced--version+bun run smokegate (#175), and the README/docs restructure + multi-harness positioning (#176).Verification
bun run typecheckclean;bun run buildOK.codeoid --version→0.3.0==package.json.🤖 Generated with Claude Code