@nextclaw/ui 0.3.8 → 0.3.9

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.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Introduce Action Schema v1 end-to-end:
8
+ - add schema-driven `actions` metadata in config schema response
9
+ - add unified action execute API (`POST /api/config/actions/:actionId/execute`)
10
+ - migrate Feishu verify flow to generic action runner in UI
11
+ - expose Discord/Slack `allowBots` fields in channel config form
12
+
3
13
  ## 0.3.8
4
14
 
5
15
  ### Patch Changes