Skip to content

fix: preserve literal prompt groups in memory data - #38

Merged
Grivn merged 1 commit into
mainfrom
codex/fix-runtime-memory-interpolation
Aug 17, 2026
Merged

fix: preserve literal prompt groups in memory data#38
Grivn merged 1 commit into
mainfrom
codex/fix-runtime-memory-interpolation

Conversation

@Grivn

@Grivn Grivn commented Aug 17, 2026

Copy link
Copy Markdown
Member

Summary

  • escape every runtime-memory interpolation opener through a non-recursive prompt variable so arbitrary {{...}} text remains literal
  • keep dynamic memory, evidence, document, and Provider run data out of subagent system personas
  • cover empty, non-ASCII, whitespace, legal/unknown names, adjacent/nested, collision, and incomplete delimiter shapes

Verification

  • pnpm run verify
  • 343 tests passed; the Windows-only smoke test was skipped locally
  • deterministic build, Headless activation, package contents, publint, and package type checks passed

Fixes #37

@Grivn
Grivn merged commit 62df2d9 into main Aug 17, 2026
2 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.

记忆里写了非空 {{...}}(例如 {{变量}})仍会炸掉整轮装配 —— #22 只修了空 {{}}

1 participant