Skip to content

release v0.1.62 - #347

Merged
ranxianglei merged 1 commit into
masterfrom
2026-09-10_release-v0.1.62
Sep 9, 2026
Merged

release v0.1.62#347
ranxianglei merged 1 commit into
masterfrom
2026-09-10_release-v0.1.62

Conversation

@ranxianglei

Copy link
Copy Markdown
Owner

发版内容(自 v0.1.61)

校验

  • typecheck/tests/build ✅ / kernel pin 0.0.61(已发布,无变化)

合并后 CI 自动发布。

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

📦 Built Extension Artifact

Branch: 2026-09-10_release-v0.1.62 (519e4ee)

Option A — Install from npm PR tag (recommended)

pi install npm:billion-context-pi@pr-347

Each push to this PR publishes a new version under the pr-347 npm tag.

Option B — Download artifact

  1. Download the artifact from the Actions run
  2. Extract the tarball and install:
tar xzf billion-context-pi-pr347.tgz
pi install ./package

This comment is automatically updated on each push.

@ranxianglei

Copy link
Copy Markdown
Owner Author

🤖 Powered by ework · qwen3.8-27b

[bot] 🏷 已在独立 worktree 里对 release 分支 2026-09-10_release-v0.1.62 @ 519e4ee 做了完整校验,结论:校验全部通过,可合并

分支结构

  • release 分支 = master(8c41c75)+ 1 个 release commit,master 是其干净祖先(fast-forward,无分叉)。
  • release commit 519e4ee release v0.1.62 只动 2 个文件:package.json + package-lock.json
    • version: 0.1.610.1.62(package.json 与 package-lock.json 的 root / packages."" 两处一致)。
    • acp-kernel: 不变。

kernel pin 核对

  • feat: compress.reasoning — drop oversized thinking from closed-turn compress calls (#336) #339(feature commit 52567ac)是纯适配层改动:src/reasoning-drop.ts(新增)、src/config.tssrc/index.tssrc/runtime.tsCONFIGURATION.mdCONFIGURATION.zh-CN.mdtests/reasoning-drop.test.ts —— 未触碰 acp-kernel,所以本次不需要 bump kernel,保持 0.0.60 是对的。
  • ⚠️ 一处小笔误(非阻塞):issue 正文写 "kernel pin 0.0.61",但仓库里 master / v0.1.61 / 本 release 实际 pin 的都是 acp-kernel 0.0.600.0.61 是 npm 上 acp-kernel 的最新已发布版本,不是本仓库的 pin。release 分支本身正确,只是正文的 "0.0.61" 应为 "0.0.60"。

CI 三项(在 release 分支实跑)

  • npm run typecheck ✅ 通过
  • npm test ✅ 651 tests,648 pass,0 fail,3 skipped
  • npm run build ✅ 成功,dist/index.js 738KB 自包含(唯一 requirenode:url 内置模块;acp-kernel 已内联;reasoning-drop 特性在 bundle 内)

按系统规则 PR 合并只能由人操作,我不会代合并。请人工合并,合并后 CI 自动发布 v0.1.62。

@ranxianglei
ranxianglei merged commit ef46cf1 into master Sep 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Protected-message exemption inflates the incompressible context floor: per-compression reasoning is never reclaimable (~83.5% of measured residual)

1 participant