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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ 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.8] - 2026-05-23
9
+
10
+
### Release Overview
11
+
-**Plugin Install Feedback and Workspace Layout Fixes** — Added live clone progress for Plugin Marketplace installs and tightened the Skill Detail project workspace layout.
12
+
13
+
### User-facing
14
+
-**Plugin Clone Progress** — Plugin Marketplace installs now surface repository clone and install progress in the install toast instead of showing a static loading state.
15
+
-**Project Workspace Fit** — Skill Detail project workspace rows are now full-width, keep Agent actions near the project name, and wrap action buttons onto additional lines when needed.
16
+
17
+
### Developer & Governance
18
+
-**Git Fetcher Progress Hook** — Added a reusable clone progress callback path for git-based installs, including system git stderr forwarding and git2 fallback progress.
0 commit comments