@nextclaw/ui 0.3.16 → 0.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @nextclaw/ui
2
2
 
3
+ ## 0.3.17
4
+
5
+ ### Patch Changes
6
+
7
+ - feat(marketplace): add VSCode-style marketplace with installed state and install integration
8
+ - add marketplace query/install API on UI server
9
+ - connect install actions to existing CLI plugin/skill install commands
10
+ - add marketplace frontend page with search, filters, recommendations, and installed tab
11
+ - add installed-status API and UI badges/button states for installed items
12
+
3
13
  ## 0.3.16
4
14
 
5
15
  ### Patch Changes