Pre release#1
Merged
Merged
Conversation
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
Gets the repo ready for a public release: closes an npm-publish data leak,
fixes a cross-platform install failure, fixes three correctness bugs, and adds
the standard community/docs files. No breaking API changes.
Release readiness
package.json— narrowfilesto["dist","docs/mcp-setup.md"]sonpm publishcan no longer pack local notes fromdocs/; bumpbetter-sqlite39→12 (9.x ships no prebuilt binary for Node 22/24, so userson the declared
engineshad to compile from source — 12.x has prebuilds).pnpm-lock.yaml— lockfile for the better-sqlite3 bump..github/workflows/ci.yml— expand to a 3-OS × Node 22/24 matrix and addtest:mcp(validates the native sqlite load + MCP wiring on every platform).SECURITY.md,CONTRIBUTING.md— new.README.md— reframe the per-fold model routing as a measurable capability(not a claimed cost win), add a Prior work section crediting th
and fix the CLI command line.
scripts/mcp-smoke.mjs— correct the stale "requires a key" cosmoke test is keyless (CI now relies on that).
packageManager; capengines.nodeto>=22 <27.Bug fixes
src/agents/orchestrator.ts,src/mcpsrc/session.ts) — the stateless MCP tools were persisting the sharedtrees.active_node_id, so a later CLIopenof that tree could re parked/merged branch. Added apersistActiveoption (MCP passesfalse; the CLI keepstrue`).src/llm/client.ts) — a search that hit thepause-turn round cap returned a partial answer silently. Added a na
a
[truncated…]marker so it isn't summarized as final.src/agents/orchestrator.ts) — rollonto a user-message index could send two consecutive user turns (provider 400).
Coalesce adjacent same-role messages in the outgoing payload (`merg
Docs
.env.example— document the API-key env vars for all 8 providers (was 2).