Skip to content

v0.9.0 — English defaults, in-place update, gauge update hint

Choose a tag to compare

@kaiwutech-TW kaiwutech-TW released this 19 Jul 03:07

The "full i18n" release — the zh-TW caveat from the launch post is now closed.

  • English by default. npx flightwake init now installs English templates, skills, and CLI/hook output. Traditional Chinese stays fully supported: --lang=zh-TW. Existing installs (all pre-0.9 = zh-TW) are detected and keep their language on update.
  • npx flightwake update — in-place upgrade that re-detects what you installed (language, statusline, private mode) and refreshes only framework-owned files. User data (STATE/DECISIONS/TRAPS/records) is never touched.
  • The gauge now tells you when a newer version exists (→ v0.9.1 available: npx flightwake update), shown only when nothing more urgent is up. Anonymous npm-registry GET at most once per 24h, cached in the OS temp dir, always in a background process. Opt out: FLIGHTWAKE_NO_UPDATE_CHECK=1.
  • The stage-by-stage playbook (docs/workflow.md) is now English-first with a zh-TW edition.
  • Also ships the v0.8.2 → v0.9.0 fixes: statusline TTY guard (manual runs no longer hang).