Release v0.3.3 - #84
Merged
Merged
Conversation
Bump the marketplace-stream hosts -- Claude Code, Codex, Kimi Code, and Copilot -- to 0.3.3, along with the shared MCP client's default clientInfo version. pi versions independently and is untouched. This release carries automatic routing: get_context takes the request, scores it against routing documents built from the stored contexts, and narrows the menu instead of listing everything. A near-tie becomes a question, a refusal outlives the session and fades, and what you use and where you already are both count toward the score. Saving now generates the questions and names a context should be found by, and carries them in the bundle. Co-Authored-By: Claude Opus 5 <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.
Bump the marketplace-stream hosts — Claude Code, Codex, Kimi Code, and Copilot — to 0.3.3, along with the shared MCP client's default
clientInfoversion. pi versions independently and is untouched.What ships in 0.3.3
Automatic routing.
get_contextnow takes the request itself, scores it against routing documents built in memory from the stored contexts, and narrows the menu instead of listing everything.feat(routing): tokenizer and scorer for context matching (feat(routing): add the tokenizer and scorer for context matching #73)feat(routing): build routing documents from contexts, in memory (feat(routing): build routing documents from contexts, in memory #74)feat(routing): letget_contexttake the request and narrow the menu (feat(routing): let get_context take the request and narrow the menu #75)feat(routing): turn a near-tie into a question instead of a guess (feat(routing): turn a near-tie into a question instead of a guess #76)feat(routing): make automatic the default mode (feat(routing): make automatic the default mode #77)feat(routing): narrow the menu on every host, and gate every host in CI (feat(routing): narrow the menu on every host, and gate every host in CI #78)feat(routing): let a refusal outlive the session, and fade (feat(routing): let a refusal outlive the session, and fade #81)feat(routing): weigh what you use and where you already are (feat(routing): weigh what you use and where you already are #82)feat(context): carry the questions a context answers in its bundle (feat(context): carry the questions a context answers in its bundle #79)feat(save): generate the questions and names a context should be found by (feat(save): generate the questions and names a context should be found by #80)fix(save): keep the matching lists portable domain knowledge (fix(save): keep the matching lists portable domain knowledge #83)Verification
npm run check— clean, including the evidence and context-core drift checksnpm test— 450 pass, 0 failnpm --prefix plugins/pi/neatcontext test— 48 pass, 0 failnpm run e2e:commands— 58/58 loadable across 5 pluginsAfter merge
Tag
v0.3.3and publish the GitHub release — marketplaces install from the tag.🤖 Generated with Claude Code