Skip to content

Commit 2847887

Browse files
release: v1.8.2
- AG-UI Multi-Step Wizards (branching, stateful interactions) - Marketplace Creator Analytics dashboard (trends, rating dist, per-agent table) - Settings sub-navigation (14 tabs → collapsible sidebar groups) - Admin Panel sub-navigation (8 tabs → collapsible sidebar group) - Updated CHANGELOG.md and docs/changelog.mdx - Bumped version to 1.8.2
1 parent ca816a0 commit 2847887

3 files changed

Lines changed: 48 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [1.8.2] - 2026-04-11
10+
11+
### Added
12+
13+
- **AG-UI Multi-Step Wizards** — Agents can orchestrate complex, stateful, branching user interactions via `requestWizard()`. Supports 5 input types (approval, confirm_data, choice, text_input, form) with conditional step branching, cancellation, and a glassmorphism modal UI
14+
- **Marketplace: Creator Analytics Dashboard** — Comprehensive usage analytics for template authors replacing the basic stat cards:
15+
- 4 summary cards: Published Agents, Total Installs, Average Rating, Total Reviews
16+
- Install trend area chart (30-day daily + cumulative)
17+
- Rating distribution bar chart (1–5★ color-coded)
18+
- Per-agent performance table with installs, rating, reviews, and publish date
19+
- Recent reviews feed with star display
20+
- **Navigation: Settings Sub-Navigation** — Migrated 14 settings tabs from horizontal scroll bar to collapsible sidebar groups, organized into 3 categories (Configuration, Integrations, Workspace) with URL-based routing (`/settings/:tab`)
21+
- **Navigation: Admin Panel Sub-Navigation** — Migrated 8 admin tabs (Overview, Workspaces, Abuse, Activity, Beta Users, Licenses, Marketplace, Review Queue) to collapsible sidebar group with URL-based routing (`/admin/:tab`), auto-expand, and super-admin gating
22+
23+
### Changed
24+
25+
- Settings and Admin pages no longer render their own tab bars — navigation is driven entirely by sidebar sub-items
26+
- TopBar dynamically shows per-section titles for all Settings and Admin sub-pages
27+
928
## [1.8.1] - 2026-04-10
1029

1130
### Added

docs/changelog.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,34 @@ All notable changes to CrewForm will be documented here.
99

1010
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1111

12+
## [1.8.2] — 2026-04-11
13+
14+
### Added
15+
16+
- **AG-UI Multi-Step Wizards** — Agents can orchestrate complex, stateful, branching user interactions with 5 input types (approval, confirm_data, choice, text_input, form), conditional branching, and cancellation support
17+
- **Marketplace: Creator Analytics** — Comprehensive usage dashboard for template authors: install trend charts (30-day), rating distribution, per-agent performance table, and recent reviews feed
18+
- **Navigation: Settings Sub-Navigation** — 14 settings tabs migrated to collapsible sidebar groups with URL-based routing (`/settings/:tab`)
19+
- **Navigation: Admin Panel Sub-Navigation** — 8 admin tabs migrated to collapsible sidebar group with URL-based routing (`/admin/:tab`)
20+
21+
### Changed
22+
23+
- Settings and Admin pages now use sidebar sub-navigation instead of horizontal tab bars
24+
- TopBar shows per-section titles for all Settings and Admin sub-pages
25+
26+
## [1.8.1] — 2026-04-10
27+
28+
### Added
29+
30+
- **Canvas: Copy/Paste Nodes**`Ctrl+C` / `Ctrl+V` to duplicate agent nodes with auto-connection
31+
- **Canvas: Sticky Notes** — Right-click annotations with 5 color presets and persistence
32+
- **Canvas: Node I/O Inspector** — Click any agent node to inspect input/output data
33+
- **Canvas: Autosave Infrastructure** — Draft config support for Save vs. Publish workflow
34+
35+
### Fixed
36+
37+
- Canvas node blur, copy/paste reliability, sticky note persistence across navigation
38+
- Orchestrator final answer aggregation and webhook output consistency
39+
1240
## [1.8.0] — 2026-04-08
1341

1442
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "crewform",
33
"private": true,
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)