@copilotkitnext/core 0.0.2 → 0.0.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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @copilotkitnext/core@0.0.1 build /Users/mme/Code/vnext_experimental/packages/core
3
+ > @copilotkitnext/core@0.0.3 build /Users/mme/Code/vnext_experimental/packages/core
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -11,13 +11,13 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- CJS dist/index.js 16.30 KB
15
- CJS dist/index.js.map 30.55 KB
16
- CJS ⚡️ Build success in 11ms
17
14
  ESM dist/index.mjs 15.02 KB
18
15
  ESM dist/index.mjs.map 30.38 KB
19
- ESM ⚡️ Build success in 11ms
16
+ ESM ⚡️ Build success in 29ms
17
+ CJS dist/index.js 16.30 KB
18
+ CJS dist/index.js.map 30.55 KB
19
+ CJS ⚡️ Build success in 30ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 1131ms
21
+ DTS ⚡️ Build success in 1204ms
22
22
  DTS dist/index.d.ts 3.38 KB
23
23
  DTS dist/index.d.mts 3.38 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @copilotkit/core@0.0.0 check-types /Users/mme/Code/CopilotKit2/packages/core
2
+ > @copilotkitnext/core@0.0.2 check-types /Users/mme/Code/vnext_experimental/packages/core
3
3
  > tsc --noEmit
4
4
 
@@ -1,10 +1,23 @@
1
1
 
2
- > @copilotkitnext/core@0.0.0 test /Users/mme/Code/CopilotKit2/packages/core
2
+ > @copilotkitnext/core@0.0.2 test /Users/mme/Code/vnext_experimental/packages/core
3
3
  > vitest run
4
4
 
5
5
 
6
- RUN v3.2.4 /Users/mme/Code/CopilotKit2/packages/core
6
+ RUN v3.2.4 /Users/mme/Code/vnext_experimental/packages/core
7
7
 
8
+ ✓ src/__tests__/simple.test.ts (1 test) 1ms
9
+ stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
10
+ Starting simple tool test
11
+ About to run agent
12
+
13
+ stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
14
+ Tool handler called
15
+
16
+ stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
17
+ Agent run complete
18
+
19
+ ✓ src/__tests__/core-tool-simple.test.ts (1 test) 5ms
20
+ ✓ src/__tests__/core-wildcard.test.ts (2 tests) 2ms
8
21
  stdout | src/__tests__/core-full.test.ts > CopilotKitCore.runAgent - Full Test Suite > Tests that might reveal problems > TEST 4: should handle follow-up with recursion
9
22
  TEST 4: Starting follow-up test
10
23
  TEST 4: Call count: 1
@@ -63,34 +76,21 @@ TEST 9: Success - calls: 3
63
76
  stdout | src/__tests__/core-full.test.ts > CopilotKitCore.runAgent - Full Test Suite > Tests that might reveal problems > TEST 10: should handle concurrent tool calls
64
77
  TEST 10: Starting concurrent tools test
65
78
 
66
- ✓ src/__tests__/core-basic.test.ts (2 tests) 14ms
67
- ✓ src/__tests__/core-wildcard.test.ts (2 tests) 3ms
68
- ✓ src/__tests__/core-simple.test.ts (1 test) 2ms
69
- stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
70
- Starting simple tool test
71
- About to run agent
72
-
73
- stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
74
- Tool handler called
75
-
76
- ✓ src/__tests__/core-basic-functionality.test.ts (10 tests) 61ms
77
- ✓ src/__tests__/core-tool-minimal.test.ts (2 tests) 4ms
79
+ ✓ src/__tests__/core-edge-cases.test.ts (7 tests) 6ms
80
+ ✓ src/__tests__/core-follow-up.test.ts (7 tests) 10ms
81
+ ✓ src/__tests__/core-tool-minimal.test.ts (2 tests) 13ms
82
+ src/__tests__/core-basic.test.ts (2 tests) 32ms
78
83
  stdout | src/__tests__/core-full.test.ts > CopilotKitCore.runAgent - Full Test Suite > Tests that might reveal problems > TEST 10: should handle concurrent tool calls
79
- TEST 10: Success - duration: 176ms
80
-
81
- stdout | src/__tests__/core-tool-simple.test.ts > CopilotKitCore Tool Simple > should execute a simple tool
82
- Agent run complete
84
+ TEST 10: Success - duration: 167ms
83
85
 
84
- ✓ src/__tests__/core-follow-up.test.ts (7 tests) 16ms
85
- ✓ src/__tests__/core-full.test.ts (10 tests) 194ms
86
- ✓ src/__tests__/core-edge-cases.test.ts (7 tests) 23ms
87
- ✓ src/__tests__/core-tool-simple.test.ts (1 test) 79ms
88
- ✓ src/__tests__/simple.test.ts (1 test) 4ms
86
+ ✓ src/__tests__/core-full.test.ts (10 tests) 176ms
87
+ ✓ src/__tests__/core-basic-functionality.test.ts (10 tests) 24ms
88
+ ✓ src/__tests__/core-agent-constraints.test.ts (3 tests) 4ms
89
89
  ✓ src/__tests__/import.test.ts (1 test) 1ms
90
- ✓ src/__tests__/core-agent-constraints.test.ts (3 tests) 3ms
90
+ ✓ src/__tests__/core-simple.test.ts (1 test) 4ms
91
91
 
92
92
  Test Files 12 passed (12)
93
93
  Tests 47 passed (47)
94
- Start at 10:38:15
95
- Duration 2.27s (transform 488ms, setup 0ms, collect 5.43s, tests 404ms, environment 1ms, prepare 4.27s)
94
+ Start at 10:13:52
95
+ Duration 3.22s (transform 812ms, setup 0ms, collect 7.32s, tests 278ms, environment 1ms, prepare 3.93s)
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/core",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Core web utilities for CopilotKit2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "@ag-ui/client": "0.0.36-alpha.1",
29
29
  "rxjs": "7.8.1",
30
30
  "zod": "^3.25.75",
31
- "@copilotkitnext/shared": "0.0.2"
31
+ "@copilotkitnext/shared": "0.0.3"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=18"