@agent-native/core 0.110.1 → 0.110.2

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,5 +1,11 @@
1
1
  # @agent-native/core
2
2
 
3
+ ## 0.110.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b3f04e7: Correct the prepublished registry editor migration so the framework-wired data provider remains on Core's blocks entry.
8
+
3
9
  ## 0.110.1
4
10
 
5
11
  ### Patch Changes
@@ -374,7 +374,7 @@
374
374
  "status": "planned"
375
375
  },
376
376
  "RegistryBlockDataProvider": {
377
- "to": "@agent-native/toolkit/editor",
377
+ "to": "@agent-native/core/blocks",
378
378
  "status": "planned"
379
379
  },
380
380
  "RegistryBlockDataValue": {
@@ -1311,7 +1311,10 @@
1311
1311
  "UseCollabReconcileResult": "UseCollabReconcileResult",
1312
1312
  "createRegistryBlockNode": "createRegistryBlockNode",
1313
1313
  "RegistryBlockNodeView": "RegistryBlockNodeView",
1314
- "RegistryBlockDataProvider": "RegistryBlockDataProvider",
1314
+ "RegistryBlockDataProvider": {
1315
+ "to": "@agent-native/core/blocks",
1316
+ "status": "planned"
1317
+ },
1315
1318
  "useRegistryBlockData": "useRegistryBlockData",
1316
1319
  "CreateRegistryBlockNodeOptions": "CreateRegistryBlockNodeOptions",
1317
1320
  "RegistryBlockDataValue": "RegistryBlockDataValue",
@@ -1382,7 +1385,10 @@
1382
1385
  "UseCollabReconcileResult": "UseCollabReconcileResult",
1383
1386
  "createRegistryBlockNode": "createRegistryBlockNode",
1384
1387
  "RegistryBlockNodeView": "RegistryBlockNodeView",
1385
- "RegistryBlockDataProvider": "RegistryBlockDataProvider",
1388
+ "RegistryBlockDataProvider": {
1389
+ "to": "@agent-native/core/blocks",
1390
+ "status": "planned"
1391
+ },
1386
1392
  "useRegistryBlockData": "useRegistryBlockData",
1387
1393
  "CreateRegistryBlockNodeOptions": "CreateRegistryBlockNodeOptions",
1388
1394
  "RegistryBlockDataValue": "RegistryBlockDataValue",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/core",
3
- "version": "0.110.1",
3
+ "version": "0.110.2",
4
4
  "description": "Framework for agent-native application development — where AI agents and UI share SQL state, actions, and context",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {
@@ -26,8 +26,8 @@ export declare const getCollabState: import("h3").EventHandlerWithFetch<import("
26
26
  * Body: { update: string (base64), requestSource?: string }
27
27
  */
28
28
  export declare const postCollabUpdate: import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
29
- error: string;
30
29
  ok?: undefined;
30
+ error: string;
31
31
  } | {
32
32
  error?: undefined;
33
33
  ok: boolean;
@@ -13,8 +13,8 @@
13
13
  * Body: { json: any, fieldName?: string, type?: "map"|"array", requestSource?: string }
14
14
  */
15
15
  export declare const postCollabJson: import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
16
- error: string;
17
16
  ok?: undefined;
17
+ error: string;
18
18
  } | {
19
19
  error?: undefined;
20
20
  ok: boolean;
@@ -13,13 +13,13 @@
13
13
  export declare function createNotificationsHandler(): import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<"" | import("./types.js").Notification[] | {
14
14
  count: number;
15
15
  updated?: undefined;
16
- ok?: undefined;
17
16
  error?: undefined;
17
+ ok?: undefined;
18
18
  } | {
19
19
  count?: undefined;
20
20
  updated: number;
21
- ok?: undefined;
22
21
  error?: undefined;
22
+ ok?: undefined;
23
23
  } | {
24
24
  count?: undefined;
25
25
  updated?: undefined;
@@ -28,7 +28,7 @@ export declare function createNotificationsHandler(): import("h3").EventHandlerW
28
28
  } | {
29
29
  count?: undefined;
30
30
  updated?: undefined;
31
- ok: boolean;
32
31
  error?: undefined;
32
+ ok: boolean;
33
33
  }>>;
34
34
  //# sourceMappingURL=routes.d.ts.map
@@ -62,7 +62,7 @@ export declare function createObservabilityHandler(): import("h3").EventHandlerW
62
62
  summary?: undefined;
63
63
  spans?: undefined;
64
64
  id?: undefined;
65
- ok: boolean;
66
65
  error?: undefined;
66
+ ok: boolean;
67
67
  }>>;
68
68
  //# sourceMappingURL=routes.d.ts.map
@@ -15,7 +15,7 @@ export declare function createProgressHandler(): import("h3").EventHandlerWithFe
15
15
  error: string;
16
16
  ok?: undefined;
17
17
  } | {
18
- ok: boolean;
19
18
  error?: undefined;
19
+ ok: boolean;
20
20
  }>>;
21
21
  //# sourceMappingURL=routes.d.ts.map
@@ -49,8 +49,8 @@ export declare function handleUpdateResource(event: any): Promise<import("./stor
49
49
  }>;
50
50
  /** DELETE /_agent-native/resources/:id — delete a resource */
51
51
  export declare function handleDeleteResource(event: any): Promise<{
52
- error: string;
53
52
  ok?: undefined;
53
+ error: string;
54
54
  } | {
55
55
  error?: undefined;
56
56
  ok: boolean;
@@ -34,37 +34,37 @@ export declare function createListSecretsHandler(): import("h3").EventHandlerWit
34
34
  /** POST /_agent-native/secrets/:key — write a secret. */
35
35
  export declare function createWriteSecretHandler(): import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
36
36
  error: string;
37
- status?: undefined;
38
37
  ok?: undefined;
38
+ status?: undefined;
39
39
  } | {
40
+ error?: undefined;
40
41
  ok: boolean;
41
42
  status: string;
42
- error?: undefined;
43
43
  } | {
44
+ ok?: undefined;
44
45
  error: string;
45
46
  removed?: undefined;
46
- ok?: undefined;
47
47
  } | {
48
+ error?: undefined;
48
49
  ok: boolean;
49
50
  removed: boolean;
50
- error?: undefined;
51
51
  }>>;
52
52
  /**
53
53
  * POST /_agent-native/secrets/:key/test — re-run the validator against the
54
54
  * current stored value without changing anything. Useful for the "Test" button.
55
55
  */
56
56
  export declare function createTestSecretHandler(): import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
57
+ ok?: undefined;
57
58
  error: string;
58
59
  note?: undefined;
59
- ok?: undefined;
60
60
  } | {
61
+ error?: undefined;
61
62
  ok: boolean;
62
63
  note?: undefined;
63
- error?: undefined;
64
64
  } | {
65
+ error?: undefined;
65
66
  ok: boolean;
66
67
  note: string;
67
- error?: undefined;
68
68
  } | {
69
69
  note?: undefined;
70
70
  ok: boolean;
@@ -95,12 +95,12 @@ export interface AdHocSecretPayload {
95
95
  export declare function createAdHocSecretHandler(): import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<AdHocSecretPayload[] | {
96
96
  error: string;
97
97
  } | {
98
+ error?: undefined;
98
99
  ok: boolean;
99
100
  key: string;
100
- error?: undefined;
101
101
  } | {
102
+ error?: undefined;
102
103
  ok: boolean;
103
104
  removed: boolean;
104
- error?: undefined;
105
105
  }>>;
106
106
  //# sourceMappingURL=routes.d.ts.map
@@ -27,11 +27,11 @@ export declare function resolveAgentEngineApiKeyWriteTarget(event: H3Event, scop
27
27
  export declare function createAgentEngineApiKeyHandler(): import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
28
28
  error: any;
29
29
  } | {
30
+ error?: undefined;
30
31
  ok: boolean;
31
32
  key: string;
32
33
  baseUrlKey?: string;
33
34
  scope: AgentEngineApiKeyScope;
34
- error?: undefined;
35
35
  }>>;
36
36
  export {};
37
37
  //# sourceMappingURL=agent-engine-api-key-route.d.ts.map
@@ -20,7 +20,7 @@ export declare function createTranscribeVoiceHandler(): import("h3").EventHandle
20
20
  error: string;
21
21
  text?: undefined;
22
22
  } | {
23
- text: string;
24
23
  error?: undefined;
24
+ text: string;
25
25
  }>>;
26
26
  //# sourceMappingURL=transcribe-voice.d.ts.map
@@ -374,7 +374,7 @@
374
374
  "status": "planned"
375
375
  },
376
376
  "RegistryBlockDataProvider": {
377
- "to": "@agent-native/toolkit/editor",
377
+ "to": "@agent-native/core/blocks",
378
378
  "status": "planned"
379
379
  },
380
380
  "RegistryBlockDataValue": {
@@ -1311,7 +1311,10 @@
1311
1311
  "UseCollabReconcileResult": "UseCollabReconcileResult",
1312
1312
  "createRegistryBlockNode": "createRegistryBlockNode",
1313
1313
  "RegistryBlockNodeView": "RegistryBlockNodeView",
1314
- "RegistryBlockDataProvider": "RegistryBlockDataProvider",
1314
+ "RegistryBlockDataProvider": {
1315
+ "to": "@agent-native/core/blocks",
1316
+ "status": "planned"
1317
+ },
1315
1318
  "useRegistryBlockData": "useRegistryBlockData",
1316
1319
  "CreateRegistryBlockNodeOptions": "CreateRegistryBlockNodeOptions",
1317
1320
  "RegistryBlockDataValue": "RegistryBlockDataValue",
@@ -1382,7 +1385,10 @@
1382
1385
  "UseCollabReconcileResult": "UseCollabReconcileResult",
1383
1386
  "createRegistryBlockNode": "createRegistryBlockNode",
1384
1387
  "RegistryBlockNodeView": "RegistryBlockNodeView",
1385
- "RegistryBlockDataProvider": "RegistryBlockDataProvider",
1388
+ "RegistryBlockDataProvider": {
1389
+ "to": "@agent-native/core/blocks",
1390
+ "status": "planned"
1391
+ },
1386
1392
  "useRegistryBlockData": "useRegistryBlockData",
1387
1393
  "CreateRegistryBlockNodeOptions": "CreateRegistryBlockNodeOptions",
1388
1394
  "RegistryBlockDataValue": "RegistryBlockDataValue",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/core",
3
- "version": "0.110.1",
3
+ "version": "0.110.2",
4
4
  "description": "Framework for agent-native application development — where AI agents and UI share SQL state, actions, and context",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {
@@ -360,8 +360,8 @@
360
360
  "y-protocols": "^1.0.7",
361
361
  "yjs": "^13.6.31",
362
362
  "zod": "^4.3.6",
363
- "@agent-native/toolkit": "^0.5.1",
364
- "@agent-native/recap-cli": "0.4.4"
363
+ "@agent-native/recap-cli": "0.4.4",
364
+ "@agent-native/toolkit": "^0.5.1"
365
365
  },
366
366
  "devDependencies": {
367
367
  "@ai-sdk/anthropic": "^3.0.71",