Skip to content

0.1.8

Choose a tag to compare

@ndycode ndycode released this 12 Mar 02:17
· 1282 commits to main since this release

New Features

  • Added target detection, import adapters, named backup wrappers, sync orchestration, and experimental settings flows around the existing canonical storage model. (#72)

Bug Fixes

  • Hardened account and flagged-account reset recovery so intentional clears suppress stale revival paths even when primary files survive an initial delete failure. (#71)
  • Hardened sync backend path and selection handling while keeping Codex CLI state mirror-only. (#72)
  • Bumped hono for audit compliance. (#67)

Documentation

  • Documented experimental settings and wrapper non-TTY behavior. (#72)

Chores

  • Split settings persistence regression coverage, added dedicated pull-request CI, and expanded settings/dashboard/CLI test harness coverage. (#64, #66)

Changelog

Full Changelog: v0.1.7...v0.1.8

  • #64 test(settings): split persistence regression coverage @ndycode
  • #66 ci(actions): add dedicated pull request workflow @ndycode
  • #67 fix(deps): bump hono for audit compliance @ndycode
  • #71 fix(storage): harden recovery and intentional reset flows @ndycode
  • #72 fix(sync): keep Codex CLI state mirror-only @ndycode