release v0.3.2 - #128
Open
ranxianglei wants to merge 5 commits into
Open
Conversation
…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
…into 2026-08-22_release-v0.3.2
ranxianglei
force-pushed
the
2026-08-22_release-v0.3.2
branch
2 times, most recently
from
August 22, 2026 14:06
1a834dc to
030e013
Compare
ranxianglei
force-pushed
the
2026-08-22_release-v0.3.2
branch
from
August 22, 2026 14:34
030e013 to
ded26af
Compare
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.3.2 — now includes:
Validated locally against the acp-kernel v0.0.38 build (dist overlaid): typecheck clean, 36/36 tests pass, build OK.
npm ciuntil acp-kernel 0.0.38 is published (lockfile integrity still carries the 0.0.37 hash). Merge order: acp-kernel PR #122 first → oncenpm view acp-kernel version= 0.0.38, runnpm install && git commit --amend --no-edit && git push -fon 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).