You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.21.6] - 2026-05-30
9
+
10
+
### Release Overview
11
+
-**Remote Management and Plugin Install Stability Patch** — Tightens remote host state persistence, plugin install progress, and Global Workspace refresh behavior.
12
+
13
+
### User-facing
14
+
-**Remote Host Status Persistence** — Remote Management now restores the last detected host environment and CLI state after switching hosts or returning to the page.
15
+
-**Clear Connection Semantics** — Host cards now show "Last connected" instead of implying a live SSH session is still open.
16
+
-**Plugin Install Progress** — Claude plugin skill installation now keeps localized progress visible through success, partial success, and failure states.
17
+
-**Safer Plugin Uninstall** — Removing installed plugin skills now waits for the confirmation dialog before deleting anything.
18
+
-**Global Workspace Refresh Fix** — Agent detail pages no longer refresh from file access or metadata-only watcher events.
19
+
20
+
### Developer & Governance
21
+
-**Remote State Migration** — Added persisted remote OS, shell, home directory, CLI availability, and CLI version fields to host records.
22
+
-**Connection Status Updates** — Remote scan, install, delete, update, and detail commands now refresh host connection state on success and failure.
23
+
-**Clone Timeout Handling** — Plugin repository cloning now uses an idle no-progress timeout instead of failing after a fixed 120 seconds.
24
+
-**Regression Coverage** — Added focused coverage for file watcher event filtering and kept remote management, marketplace, migration, and build checks passing.
0 commit comments