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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,19 @@ 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.20.9] - 2026-05-23
9
+
10
+
### Release Overview
11
+
-**Remote Management Stabilization and QwenPaw Support** — Renamed Remote Workspace to Remote Management, fixed remote Skill discovery so detected agents surface their real Skills reliably, and added built-in QwenPaw support under the Lobster agent group.
12
+
13
+
### User-facing
14
+
-**Remote Skill Discovery Fixes** — Remote Management now reloads cached remote Skill snapshots when you re-open a host, verifies standard `SKILL.md` markers during scans, and correctly discovers nested Lobster-style Skill directories instead of showing empty agent shells.
15
+
-**Remote Management UX Alignment** — Updated the new remote section naming, refined host/detail loading behavior, and kept the page model aligned with the Global Workspace overview/detail flow.
16
+
-**QwenPaw Built-in Agent** — Added QwenPaw as a built-in Lobster agent with the default Skill root `~/.qwenpaw/skill_pool` and a bundled local icon asset.
17
+
18
+
### Developer & Governance
19
+
-**Remote Scan API Completion** — Added a dedicated `remote_list_skill_snapshots` command so the frontend can reload persisted remote scan results without forcing a fresh SSH scan.
20
+
-**Scanner Parity Coverage** — Extended remote workspace tests to cover `SKILL.md` validation, additional scan roots, and recursive Lobster directory discovery so remote scanning now follows the same compatibility rules as local scanning.
0 commit comments