Skip to content

v0.4.1 — PLUGIN_DATA memory bug fixed, gpt-5.4-mini retest confirmed

Choose a tag to compare

@mitunmanav mitunmanav released this 24 Jun 12:45
· 3 commits to main since this release

What changed

  • Bug fix: context_inject.py was reading PLUGIN_DATA as the memory dir in Codex environments. No memory files exist there, so the hook injected zero context on every prompt.
  • Fix: Removed the PLUGIN_DATA branch. Memory dir now resolves correctly.
  • Added: ## Safe Defaults section to SKILL.md.

Test results

model v0.4.0 delta v0.4.1 result
gpt-5.4-mini · low -10.5 pts +2.6 pts (retest confirmed, n=40)
gpt-5.5 · medium +3.9 pts not re-run in v0.4.1 — v0.4.0 number stands

gpt-5.4-mini recovered +13.1 pts after the fix. gpt-5.5 was not re-run.

Unit tests

35/35 passing.