@copilotkitnext/agent 0.0.24 → 0.0.25

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @copilotkitnext/agent@0.0.23 build /Users/mikeryan/Repos/cpk/vnext_experimental/packages/agent
3
+ > @copilotkitnext/agent@0.0.24 build /Users/mikeryan/Repos/cpk/vnext_experimental/packages/agent
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -16,8 +16,8 @@
16
16
  ESM ⚡️ Build success in 9ms
17
17
  CJS dist/index.js 22.62 KB
18
18
  CJS dist/index.js.map 43.60 KB
19
- CJS ⚡️ Build success in 9ms
19
+ CJS ⚡️ Build success in 10ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1024ms
21
+ DTS ⚡️ Build success in 929ms
22
22
  DTS dist/index.d.ts 5.88 KB
23
23
  DTS dist/index.d.mts 5.88 KB
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @copilotkitnext/agent@0.0.23 test /Users/mikeryan/Repos/cpk/vnext_experimental/packages/agent
3
+ > @copilotkitnext/agent@0.0.24 test /Users/mikeryan/Repos/cpk/vnext_experimental/packages/agent
4
4
  > vitest run
5
5
 
6
6
  [?25l
@@ -11,19 +11,9 @@
11
11
 
12
12
   Test Files 0 passed (4)
13
13
   Tests 0 passed (0)
14
-  Start at 10:25:21
15
-  Duration 306ms
14
+  Start at 09:51:10
15
+  Duration 101ms
16
16
  [?2026l[?2026h
17
-  ❯ src/__tests__/basic-agent.test.ts [queued]
18
-  ❯ src/__tests__/property-overrides.test.ts [queued]
19
-  ❯ src/__tests__/state-tools.test.ts [queued]
20
-  ❯ src/__tests__/utils.test.ts [queued]
21
-
22
-  Test Files 0 passed (4)
23
-  Tests 0 passed (0)
24
-  Start at 10:25:21
25
-  Duration 921ms
26
- [?2026l[?2026h
27
17
   ❯ src/__tests__/basic-agent.test.ts 0/14
28
18
   ❯ src/__tests__/property-overrides.test.ts [queued]
29
19
   ❯ src/__tests__/state-tools.test.ts [queued]
@@ -31,24 +21,25 @@
31
21
 
32
22
   Test Files 0 passed (4)
33
23
   Tests 0 passed (14)
34
-  Start at 10:25:21
35
-  Duration 1.42s
36
- [?2026l[?2026h ✓ src/__tests__/basic-agent.test.ts (14 tests) 19ms
37
- ✓ src/__tests__/property-overrides.test.ts (21 tests) 10ms
38
- ✓ src/__tests__/state-tools.test.ts (10 tests) 33ms
39
-
24
+  Start at 09:51:10
25
+  Duration 778ms
26
+ [?2026l[?2026h ✓ src/__tests__/basic-agent.test.ts (14 tests) 15ms
40
27
 
41
-  ❯ src/__tests__/utils.test.ts 0/27
28
+  ❯ src/__tests__/property-overrides.test.ts [queued]
29
+  ❯ src/__tests__/state-tools.test.ts 1/10
30
+  ❯ src/__tests__/utils.test.ts [queued]
42
31
 
43
-  Test Files 3 passed (4)
44
-  Tests 45 passed (72)
45
-  Start at 10:25:21
46
-  Duration 1.52s
47
- [?2026l ✓ src/__tests__/utils.test.ts (27 tests) 6ms
32
+  Test Files 1 passed (4)
33
+  Tests 15 passed (24)
34
+  Start at 09:51:10
35
+  Duration 979ms
36
+ [?2026l ✓ src/__tests__/state-tools.test.ts (10 tests) 7ms
37
+ ✓ src/__tests__/property-overrides.test.ts (21 tests) 7ms
38
+ ✓ src/__tests__/utils.test.ts (27 tests) 6ms
48
39
 
49
40
   Test Files  4 passed (4)
50
41
   Tests  72 passed (72)
51
-  Start at  10:25:21
52
-  Duration  1.62s (transform 252ms, setup 0ms, collect 4.44s, tests 69ms, environment 0ms, prepare 712ms)
42
+  Start at  09:51:10
43
+  Duration  1.06s (transform 369ms, setup 0ms, collect 3.08s, tests 36ms, environment 0ms, prepare 229ms)
53
44
 
54
45
  [?25h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/agent",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "Basic Agent for CopilotKit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "@copilotkitnext/typescript-config": "0.0.0"
26
26
  },
27
27
  "dependencies": {
28
- "@ag-ui/client": "0.0.42-alpha.1",
28
+ "@ag-ui/client": "0.0.42",
29
29
  "@ai-sdk/anthropic": "^2.0.22",
30
30
  "@ai-sdk/google": "^2.0.17",
31
31
  "@ai-sdk/mcp": "^0.0.8",