@copilotkit/runtime 0.0.0-fix-thread-id-prop-20260123171313 → 0.0.0-fix-shared-agent-state-20260123211820

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 +4 -4
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @copilotkit/runtime
2
2
 
3
- ## 0.0.0-fix-thread-id-prop-20260123171313
3
+ ## 0.0.0-fix-shared-agent-state-20260123211820
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,9 +9,9 @@
9
9
  - Updated dependencies [d655e75]
10
10
  - Updated dependencies [d268c49]
11
11
  - Updated dependencies [29d70a5]
12
- - @copilotkit/shared@0.0.0-fix-thread-id-prop-20260123171313
13
- - @copilotkitnext/agent@0.0.0-fix-thread-id-prop-20260123171313
14
- - @copilotkitnext/runtime@0.0.0-fix-thread-id-prop-20260123171313
12
+ - @copilotkit/shared@0.0.0-fix-shared-agent-state-20260123211820
13
+ - @copilotkitnext/agent@0.0.0-fix-shared-agent-state-20260123211820
14
+ - @copilotkitnext/runtime@0.0.0-fix-shared-agent-state-20260123211820
15
15
 
16
16
  ## 1.51.3-next.3
17
17
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.0.0-fix-thread-id-prop-20260123171313",
12
+ "version": "0.0.0-fix-shared-agent-state-20260123211820",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -46,8 +46,8 @@
46
46
  "tsup": "^6.7.0",
47
47
  "typescript": "^5.2.3",
48
48
  "vitest": "^3.2.4",
49
- "eslint-config-custom": "0.0.0-fix-thread-id-prop-20260123171313",
50
- "tsconfig": "0.0.0-fix-thread-id-prop-20260123171313"
49
+ "eslint-config-custom": "0.0.0-fix-shared-agent-state-20260123211820",
50
+ "tsconfig": "0.0.0-fix-shared-agent-state-20260123211820"
51
51
  },
52
52
  "dependencies": {
53
53
  "@ag-ui/client": "^0.0.43",
@@ -70,9 +70,9 @@
70
70
  "rxjs": "7.8.1",
71
71
  "type-graphql": "2.0.0-rc.1",
72
72
  "zod": "^3.23.3",
73
- "@copilotkit/shared": "0.0.0-fix-thread-id-prop-20260123171313",
74
- "@copilotkitnext/agent": "0.0.0-fix-thread-id-prop-20260123171313",
75
- "@copilotkitnext/runtime": "0.0.0-fix-thread-id-prop-20260123171313"
73
+ "@copilotkit/shared": "0.0.0-fix-shared-agent-state-20260123211820",
74
+ "@copilotkitnext/agent": "0.0.0-fix-shared-agent-state-20260123211820",
75
+ "@copilotkitnext/runtime": "0.0.0-fix-shared-agent-state-20260123211820"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "@anthropic-ai/sdk": "^0.57.0",
@@ -85,9 +85,9 @@
85
85
  "groq-sdk": ">=0.3.0 <1.0.0",
86
86
  "langchain": ">=0.3.3",
87
87
  "openai": "^4.85.1",
88
- "@copilotkit/shared": "0.0.0-fix-thread-id-prop-20260123171313",
89
- "@copilotkitnext/agent": "0.0.0-fix-thread-id-prop-20260123171313",
90
- "@copilotkitnext/runtime": "0.0.0-fix-thread-id-prop-20260123171313"
88
+ "@copilotkit/shared": "0.0.0-fix-shared-agent-state-20260123211820",
89
+ "@copilotkitnext/agent": "0.0.0-fix-shared-agent-state-20260123211820",
90
+ "@copilotkitnext/runtime": "0.0.0-fix-shared-agent-state-20260123211820"
91
91
  },
92
92
  "peerDependenciesMeta": {
93
93
  "@anthropic-ai/sdk": {