Skip to content

v0.9.0 - Governance and Runtime Hardening

Choose a tag to compare

@MarceloCaporale MarceloCaporale released this 20 Apr 15:28
· 18 commits to main since this release

v0.9.0 combines two changesets that matter together in real Codex use.

Highlights:

  • governed memory policies for explicit include/exclude control
  • selective inheritance across projects without blindly mixing continuity
  • governed repair proposals and derived repair events
  • runtime hardening for long-lived Codex hosts: idle timeout, signal-aware cleanup, explicit SQLite close, and mem_health_runtime
  • SQLite defaults better suited to local multi-process pressure: WAL, busy_timeout, synchronous=NORMAL, temp_store=MEMORY
  • --sync-project-doc is now opt-in instead of default, reducing unnecessary per-turn work unless automatic AGENTS.md reinjection is explicitly enabled

This release improves governance and auditability, but it also makes the MCP safer and cheaper to run when the host behaves badly.