Skip to content

v4.14.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 00:30
c0be85e

Patch Release: Stale Codex Cache Guard

This patch prevents removed omo sparkshell prompt guidance from getting promoted into a newly installed LazyCodex plugin cache. The current source prompts were already clean, but an old installed cache could still expose stale sparkshell instructions from skills/ulw-loop/references/full-workflow.md. The installer now scans Codex prompt surfaces before cache promotion and rejects stale sparkshell references across both root prompts and nested component prompt surfaces.

For users, the important bit is simple: update or reinstall LazyCodex and the installed Codex plugin cache should no longer carry removed sparkshell guidance. Existing stale caches are not silently deleted, but the new install path blocks that bad prompt material from being promoted again.

This release also adds a provenance-backed Aside design reference to the shared frontend skill, so frontend briefs for bright AI-browser/product-app surfaces have a cleaner project-original reference path.

Verification Notes

  • bun run typecheck passed.
  • bun run test:codex passed 440/440.
  • Isolated Codex install verification passed and kept the real ~/.codex/config.toml unchanged.
  • Isolated Codex app-server QA proved plugin hooks fired for sessionStart, userPromptSubmit, and stop.
  • Publish workflow passed with typecheck, test, Codex compatibility on Ubuntu/macOS/Windows, platform package publishing, npm publishing, LazyCodex smoke, marketplace sync, and GitHub release creation.

  • c0be85e Merge pull request #5787 from code-yeongyu/release/v4.14.2-source-state
  • 8471324 Merge pull request #5781 from code-yeongyu/code-yeongyu/fix-sparkshell-residual-calls-20260630
  • 460143f Merge pull request #5782 from code-yeongyu/code-yeongyu/aside-frontend-reference
  • 2ec93c5 fix(codex): cover component prompt surfaces in sparkshell guard
  • 53a3817 docs(shared-skills): tighten aside provenance reference
  • d9e9404 test(shared-skills): cover aside reference contract
  • c59cf50 docs(shared-skills): route aside frontend reference
  • 73efefa docs(shared-skills): add aside design reference
  • 4819b06 fix(codex): reject stale sparkshell prompt surfaces