From c08b1359a1d617dd7f23fb813e9418eb206ed9b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 17:14:54 +0000 Subject: [PATCH] chore: version packages --- .changeset/vertical-rail-detailed-rows.md | 20 -------------------- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 .changeset/vertical-rail-detailed-rows.md diff --git a/.changeset/vertical-rail-detailed-rows.md b/.changeset/vertical-rail-detailed-rows.md deleted file mode 100644 index 950b2f7ad..000000000 --- a/.changeset/vertical-rail-detailed-rows.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -"aicodeman": patch ---- - -Vertical tab rail: detailed rows, and a rename cancel that no longer wipes the name. - -The vertical rail (Tab Orientation → Vertical) now draws the same per-session -line the home screen and the rich sidebar draw — when the session was created, -how long it has been in the state it is in, the folder it runs in, and a status -pill — instead of just the name. New per-device setting **Vertical Rail Rows** -(`tabRailDetail`, App Settings → Appearance → Tabs) with `Detailed` as the -default and `Simple (name only)` as the opt-out. A rail that has never been -sized now opens at 320px (the existing Wide preset) so the line fits; a narrower -rail sheds the created stamp below 288px and falls back to simple rows below -240px. - -Also fixes a data-loss bug in the inline tab rename that predates the rail: -pressing Escape cleared the input and blurred it, and the blur handler commits — -so cancelling a rename stored an EMPTY session name and the tab fell back to its -folder label. Escape now cancels without a request, in every layout. diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b4b12a1..0c3391cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # aicodeman +## 1.22.1 + +### Patch Changes + +- b330f1d: Vertical tab rail: detailed rows, and a rename cancel that no longer wipes the name. + + The vertical rail (Tab Orientation → Vertical) now draws the same per-session + line the home screen and the rich sidebar draw — when the session was created, + how long it has been in the state it is in, the folder it runs in, and a status + pill — instead of just the name. New per-device setting **Vertical Rail Rows** + (`tabRailDetail`, App Settings → Appearance → Tabs) with `Detailed` as the + default and `Simple (name only)` as the opt-out. A rail that has never been + sized now opens at 320px (the existing Wide preset) so the line fits; a narrower + rail sheds the created stamp below 288px and falls back to simple rows below + 240px. + + Also fixes a data-loss bug in the inline tab rename that predates the rail: + pressing Escape cleared the input and blurred it, and the blur handler commits — + so cancelling a rename stored an EMPTY session name and the tab fell back to its + folder label. Escape now cancels without a request, in every layout. + ## 1.22.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 3c61b6a78..dd7029ea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aicodeman", - "version": "1.22.0", + "version": "1.22.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aicodeman", - "version": "1.22.0", + "version": "1.22.1", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 0e74f3b92..862e0516a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aicodeman", - "version": "1.22.0", + "version": "1.22.1", "description": "Mission control for AI coding agents - run 20 autonomous agents with real-time monitoring and session persistence", "type": "module", "main": "dist/index.js",