From b83b7c75658ea62c6cb5cddf59291f961655468a Mon Sep 17 00:00:00 2001 From: unohee Date: Fri, 4 Sep 2026 19:51:49 +0900 Subject: [PATCH] chore(release): 0.22.1 Supervisor dashboard redesign (AGT-4206, #560). See CHANGELOG.md. --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da99711e..45061c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.22.1 — 2026-09-04 + +### Changed + +- **Supervisor dashboard (`/`) redesigned on the shared tokens and shell (AGT-4206).** The header is three rows that no longer wrap — topbar with the shared navigation, SSE badge and theme toggle; a control bar with the daemon state, a provider segmented control, Stop / Restart and Heartbeat / PR review; a stats strip with tabular numbers — and the three columns are card panels with sentence-case titles and 12 px minimum body type. The 598-line inline stylesheet moved to `web/static/css/supervisor.css`; the repository picker and folder browser dialogs use classes instead of inline styles. +- **No `window.confirm` on the supervisor** (the Tauri WebView has none): stopping or restarting the daemon, killing or cancelling a process, and moving stuck issues to Todo now arm the button with the question for six seconds; the second press acts. The chat box ignores Enter during an IME composition. + ## 0.22.0 — 2026-09-04 ### Changed diff --git a/package-lock.json b/package-lock.json index e031b807..fe7eebb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@intrect/openswarm", - "version": "0.22.0", + "version": "0.22.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@intrect/openswarm", - "version": "0.22.0", + "version": "0.22.1", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.72.1", diff --git a/package.json b/package.json index 4ed2be13..8f88d9c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@intrect/openswarm", - "version": "0.22.0", + "version": "0.22.1", "description": "Autonomous AI agent orchestrator — Claude, GPT, Codex, and local models (Ollama/LMStudio/llama.cpp)", "license": "MIT", "type": "module",