Skip to content

release v0.3.2 - #128

Open
ranxianglei wants to merge 5 commits into
masterfrom
2026-08-22_release-v0.3.2
Open

release v0.3.2#128
ranxianglei wants to merge 5 commits into
masterfrom
2026-08-22_release-v0.3.2

Conversation

@ranxianglei

@ranxianglei ranxianglei commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Release v0.3.2 — now includes:

Validated locally against the acp-kernel v0.0.38 build (dist overlaid): typecheck clean, 36/36 tests pass, build OK.

⚠️ CI will fail at npm ci until acp-kernel 0.0.38 is published (lockfile integrity still carries the 0.0.37 hash). Merge order: acp-kernel PR #122 first → once npm view acp-kernel version = 0.0.38, run npm install && git commit --amend --no-edit && git push -f on this branch (or ask the bot), then merge.

Note: PR #129's changes ride along in this release branch; merging this release will make #129 redundant (close it after).

…tem hoist)

The kernel (0.0.37) hoists the leading system/developer prefix out of the
openai fold space: system content is host runtime state (45k live vs ~7k
reconstruction across restarts), so keeping it inside the id space made
every span fingerprint unstable AND let a compression covering the system
piece delete the model's system prompt from every rebuilt payload
(glm-5.3 wire: systemLen 45151 -> 0 after the first compression).

- payloadToCore now carries systemText from the kernel hoist
- restoreOpenaiSystemPrefix re-attaches the ORIGINAL contiguous leading
  system/developer messages verbatim on rebuild (roles/count/name fields
  preserved), mirroring the anthropic top-level system path
- restart regression: live wire system with runtime injections the
  restart cannot reproduce - block survives pre-LLM and the original
  system rides every rebuilt payload
@ranxianglei
ranxianglei force-pushed the 2026-08-22_release-v0.3.2 branch 2 times, most recently from 1a834dc to 030e013 Compare August 22, 2026 14:06
@ranxianglei
ranxianglei force-pushed the 2026-08-22_release-v0.3.2 branch from 030e013 to ded26af Compare August 22, 2026 14:34
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.

1 participant