chore(release): v0.2.3

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-25 00:33:35 -07:00
parent 0f070d850b
commit 1059f48ce1
5 changed files with 27 additions and 13 deletions

View File

@@ -1,5 +1,16 @@
# @runfusion/fusion
## 0.2.3
### Patch Changes
- 0f070d8: TUI header redesign and Settings ←/→ pane navigation
- Replace the dual section + interactive tab strips with a single unified strip: `[m] Main [b] Board [a] Agents [g] Settings [t] Git [e] Explorer`. Status mode highlights the Main pill; interactive views highlight their own. Number-key shortcuts (15) for status sections still work but are no longer rendered in the header chrome.
- Width tiers now fit comfortably at every terminal size: full labels at cols ≥ 90, glyph-only at 5089 (every shortcut still visible), FUSION + active pill only below 50. Help/quit shows at cols ≥ 110.
- New `m` shortcut switches to status mode (Main); `s` kept as alias.
- Settings interactive view: `←` focuses the list pane, `→` focuses the detail pane. `Tab` still cycles either way (consistent with Agents view).
## 0.2.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@runfusion/fusion",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"description": "Fusion CLI: HTTP API server, daemon, dashboard launcher, and task tooling for the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",