Skip to content

Commit 92f6b98

Browse files
committed
feat: implement plugin marketplace, on-device dictation, and OpenAI authentication in v0.42.0 release
1 parent 7eaf3b9 commit 92f6b98

2 files changed

Lines changed: 27 additions & 3 deletions

File tree

changelogs/0.42.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Features
2+
- plugins: Add detail view with install/uninstall functionality and marketplace integration (7eaf3b9e)
3+
- plugins: Implement management and marketplace views with backend integration (f156635e)
4+
- plugins: Add sidebar toggle to header and refine spacing (5ee65074)
5+
- dictation: Add on-device dictation with model management and UI integration (0ef0bd61)
6+
- auth: Support OpenAI API key authentication in CodexAuth and render in AgentView (8baeafcc)
7+
8+
## Refactoring & Code Quality
9+
- plugins: Modularize PluginsView into feature components and hook-driven context (5df29df0)
10+
- structure: Relocate ProjectSelector components and update imports to use @/features alias (1ef222da, ac982a37)
11+
12+
## Chore & Docs
13+
- ci: Add pkg-config and libasound2-dev to Linux workflows (443b73d0)
14+
- docs: Update architecture diagrams and brew installation instructions (c1c7c139, dfe82683)
15+
- build: Cleanup Homebrew tap automation (220f5be8)

docs/RELEASE_NOTE.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## What's new
1+
## What's New in v0.42.0
22

3-
- Set agent view solo mode as default
4-
- Small improvements
3+
### 🧩 Plugin System & Marketplace
4+
- Plugin Detail View: Added full detail view for plugins with install/uninstall functionality and marketplace integration.
5+
- Marketplace UI: Integrated backend services for browsing, installing, and managing plugins directly in the UI.
6+
- Layout Enhancements: Added a sidebar toggle to the plugins header and refined component spacing.
7+
8+
### 🎙️ AI & Voice Features
9+
- On-Device Dictation: Implemented local voice dictation with dedicated model management and UI integration.
10+
- OpenAI Integration: Added API key authentication support to CodexAuth and exposed status in the AgentView.
11+
12+
### 🛠️ Architecture & Maintenance
13+
- Code Base Refactoring: Modularized PluginsView into feature-based components, added a dedicated hook-driven context, and updated imports to use the @/features alias.

0 commit comments

Comments
 (0)