Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/angular/demo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node --env-file=.env --loader tsx src/index.ts"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"@ag-ui/langgraph": "^0.0.11",
"@copilotkitnext/demo-agents": "workspace:^",
"@copilotkitnext/runtime": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion apps/angular/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"storybook:build": "ng run storybook-angular:build-storybook"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"@angular/animations": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/react/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"@copilotkitnext/agent": "workspace:*",
"@copilotkitnext/core": "workspace:*",
"@copilotkitnext/react": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"vitest": "^3.0.5"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"@ai-sdk/anthropic": "^2.0.22",
"@ai-sdk/google": "^2.0.17",
"@ai-sdk/mcp": "^0.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"test:watch": "vitest --watch"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/core": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"@ag-ui/core": "0.0.42",
"@copilotkitnext/core": "workspace:*",
"@copilotkitnext/shared": "workspace:*",
"clsx": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"vitest": "^3.2.4"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"@copilotkitnext/shared": "workspace:*",
"rxjs": "7.8.1",
"zod": "^3.25.75",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"vitest": "^3.2.4"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/core": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"@ag-ui/core": "0.0.42",
"@copilotkitnext/core": "workspace:*",
"@copilotkitnext/shared": "workspace:*",
"@copilotkitnext/web-inspector": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"vitest": "^3.0.5"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/core": "0.0.42-alpha.1",
"@ag-ui/encoder": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"@ag-ui/core": "0.0.42",
"@ag-ui/encoder": "0.0.42",
"@copilotkitnext/shared": "workspace:*",
"cors": "^2.8.5",
"express": "^4.21.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "5.8.2"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"uuid": "^11.1.0",
"partial-json": "^0.1.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"vitest": "^3.0.5"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"@copilotkitnext/runtime": "workspace:*",
"rxjs": "7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"clean": "rm -rf dist src/styles/generated.css"
},
"dependencies": {
"@ag-ui/client": "0.0.42-alpha.1",
"@ag-ui/client": "0.0.42",
"@copilotkitnext/core": "workspace:*",
"lit": "^3.2.0",
"lucide": "^0.525.0"
Expand Down
806 changes: 308 additions & 498 deletions pnpm-lock.yaml

Large diffs are not rendered by default.