Skip to content

Agent Sidecar v0.4.4

Choose a tag to compare

@github-actions github-actions released this 24 Aug 01:41
· 5 commits to main since this release

[0.4.4] - 2026-08-24

Fixed

  • Made Codex immutable status fallback copy only an unchanged regular main
    database into a private snapshot, so FIFO replacement and source races
    return promptly without opening the live source through SQLite.
  • Recovered aged ownerless installer operation locks and safely cleaned
    interrupted recovery artifacts without stealing fresh or live locks.

Security

  • Closed status-read FIFO blocking and pathname TOCTOU windows by binding
    bounded copies to descriptor-verified regular-file identity and opening
    SQLite only on private snapshots.
  • Bound installer stale-lock recovery to process identities and per-operation
    tokens with serialized, inode-checked recovery gates while retaining
    fail-closed handling for unsafe paths.