v0.1.2 — fix oe --version
0.1.2 — 2026-05-28
Tiny patch over 0.1.1 — the kind of bug only noticed after a fresh npm install.
Fixed
oe --versionnow prints the actual installed version. Was hardcoded to0.1.0inpackages/cli/src/index.ts:23; rewired to read from the bundledpackage.jsonat runtime so it never drifts again.