Skip to content

v4.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 06:41
· 5 commits to main since this release

4.5.0 (2026-06-18)

πŸš€ Features

  • add Kiro skill and migrate support (a0b5d9e)
  • init: preserve ignored skills during updates (d0fe074)
  • surface opt-in Codex sync on every update while disabled (ae4f598), closes #881

🐞 Bug Fixes

  • converge hook self-heal tracking (8e3b9e0)
  • detect bun via PATH in system info instead of in-process Bun global (8cb12a6)
  • doctor: preserve health check display order (4289849)
  • install: gate dynamic team hook rehydration (ad59db1)
  • make hook self-heal detection deterministic via kit manifest (be16e7b), closes #881
  • make SQLite driver optional for CLI updates (4570795)
  • migrate legacy statusline runner (0227fe5)
  • prevent false-negative GitHub network checks in ck doctor (47eba30)
  • release: sync CLI metadata after version bumps (9eda3c0)
  • resolve CLAUDE_PROJECT_DIR in project-scope codex hook migration (ce514cb), closes #883
  • schema: add quotaLow/quotaHigh to ck-config JSON schema theme (1bcb126)
  • support Antigravity 2 migrate layout (a183916)
  • support antigravity 2 migration paths (feda9fb)
  • surface Codex feature-flag write failure during hook migration (5ac15d0), closes #881
  • sync: apply deletion-only cleanup (38b610c)
  • ui: default quotaHigh theme color to red (a452603)

♻️ Code Refactoring

  • render Codex sync notice as a boxed panel with plain-language value (d1cb302)

πŸ“š Documentation

  • add system-info bun detection before/after screenshots (d3e2184)

βœ… Tests

  • bypass portable registry mock leakage (a1726d3)
  • isolate portable registry mock state (b500821)
  • properly unset CK_TEST_HOME in test-paths cleanup (86b99ed)
  • reset ConfigManager static cache before each config test (05afb2b)