release v0.1.118 - #916
Merged
Merged
release v0.1.118#916
Conversation
Open
📦 Built Package ArtifactBranch: Option A — Install from npm PR tag (recommended)npm install -g billion-context@pr-916Each push to this PR publishes a new version under the Option B — Download artifact
tar xzf billion-context-pr916.tgz
npm install -g packageInstall instructions are refreshed on each push. |
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.
release v0.1.118
Commit touches ONLY
package.json+package-lock.jsonversion fields (0.1.117 → 0.1.118). Part of #772.Release notes — what ships in v0.1.118
Kernel bump
acp_cache+buildCacheReport, recommend tail-batch fix, fold-economics exports), 0.0.76 (native Google/Gemini wire codec, recommend range integrity), 0.0.77 (nudge ranges ordered/merged by position, not ref number — fixes [Bug] 消息引用编号与当前顺序不一致时,compress 范围提示会选错消息,导致“内容不足”失败 #887). Host-side:acp_cacheis held off every wire surface until adoption lands (给出缓存精确对账,增加新的命令/acp-开头 #800) — the proxy has no execution path for it yet, and an intercepted call would otherwise report a fake success.Features
search_context: target historical sessions read-only viaconversation_id(feat: search_context targets historical sessions read-only via conversation_id #858)compress.outputHeadroomMaxPct(default 0.25) (feat: configurable output headroom cap (compress.outputHeadroomMaxPct, default 0.25) #898)Fixes
mcpServersin claude status/remove (fix(plugin-install): non-object mcpServers in .claude.json crashes plugin remove/status (same class as #836) #839) and opencode install/remove/status ([bug] plugin-install opencode: non-object mcp crashes remove/status (irreversible) #836)Pre-flight (same checks as CI)
npm run typecheck— cleannpm test— 1741 tests, 1739 pass, 0 fail, 2 skipped (e2e gate)npm run build— success