@nextclaw/ui 0.11.2 → 0.11.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @nextclaw/ui
2
2
 
3
+ ## 0.11.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Publish the current committed runtime and UI startup fixes as one aligned patch batch. This release moves the Codex runtime plugin onto host-injected agent runtime APIs, splits UI session reads from the deferred NCP runtime so `/api/ncp/sessions` is available before the runtime agent is ready, and republishes the linked public packages above the currently published tags so the shipped dependency chain stays version-consistent.
8
+ - Updated dependencies
9
+ - @nextclaw/agent-chat-ui@0.2.7
10
+
3
11
  ## 0.11.2
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/ui",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -28,11 +28,11 @@
28
28
  "tailwind-merge": "^2.5.4",
29
29
  "zod": "^3.23.8",
30
30
  "zustand": "^5.0.2",
31
+ "@nextclaw/ncp": "0.4.0",
31
32
  "@nextclaw/ncp-http-agent-client": "0.3.4",
32
- "@nextclaw/ncp-react": "0.4.1",
33
+ "@nextclaw/agent-chat-ui": "0.2.7",
33
34
  "@nextclaw/agent-chat": "0.1.3",
34
- "@nextclaw/ncp": "0.4.0",
35
- "@nextclaw/agent-chat-ui": "0.2.6"
35
+ "@nextclaw/ncp-react": "0.4.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@testing-library/react": "^16.3.0",