@agent-native/core 0.79.23 → 0.79.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.
@@ -42,8 +42,8 @@ export declare const postCollabUpdate: import("h3").EventHandlerWithFetch<import
42
42
  */
43
43
  export declare const postCollabText: import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
44
44
  ok?: undefined;
45
- error: string;
46
45
  text?: undefined;
46
+ error: string;
47
47
  } | {
48
48
  error?: undefined;
49
49
  ok: boolean;
@@ -3,18 +3,18 @@ declare const _default: import("../../action.js").ActionDefinition<{
3
3
  url?: string;
4
4
  filename?: string;
5
5
  }, {
6
- id?: undefined;
7
6
  error: string;
8
7
  configured?: undefined;
9
8
  connectPath?: undefined;
10
9
  url?: undefined;
10
+ id?: undefined;
11
11
  provider?: undefined;
12
12
  } | {
13
- id?: undefined;
14
13
  error: string;
15
14
  configured: boolean;
16
15
  connectPath: string;
17
16
  url?: undefined;
17
+ id?: undefined;
18
18
  provider?: undefined;
19
19
  } | {
20
20
  error?: undefined;
@@ -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
- error?: undefined;
17
16
  ok?: undefined;
17
+ error?: undefined;
18
18
  } | {
19
19
  count?: undefined;
20
20
  updated: number;
21
- error?: undefined;
22
21
  ok?: undefined;
22
+ error?: undefined;
23
23
  } | {
24
24
  count?: undefined;
25
25
  updated?: undefined;
@@ -41,28 +41,28 @@ export declare function createObservabilityHandler(): import("h3").EventHandlerW
41
41
  thumbsUpRate: number;
42
42
  avgEvalScore: number;
43
43
  } | {
44
- error?: undefined;
44
+ ok?: undefined;
45
45
  summary: import("./types.js").TraceSummary;
46
46
  spans: import("./types.js").TraceSpan[];
47
+ error?: undefined;
47
48
  id?: undefined;
48
- ok?: undefined;
49
49
  } | {
50
- error?: undefined;
50
+ ok?: undefined;
51
51
  summary?: undefined;
52
52
  spans?: undefined;
53
53
  id: string;
54
- ok?: undefined;
54
+ error?: undefined;
55
55
  } | {
56
+ ok?: undefined;
56
57
  summary?: undefined;
57
58
  spans?: undefined;
58
- id?: undefined;
59
59
  error: any;
60
- ok?: undefined;
60
+ id?: undefined;
61
61
  } | {
62
- error?: undefined;
63
62
  summary?: undefined;
64
63
  spans?: undefined;
65
- id?: undefined;
66
64
  ok: boolean;
65
+ error?: undefined;
66
+ id?: undefined;
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
- error?: undefined;
19
18
  ok: boolean;
19
+ error?: undefined;
20
20
  }>>;
21
21
  //# 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;
31
30
  ok: boolean;
32
31
  key: string;
33
32
  baseUrlKey?: string;
34
33
  scope: AgentEngineApiKeyScope;
34
+ error?: undefined;
35
35
  }>>;
36
36
  export {};
37
37
  //# sourceMappingURL=agent-engine-api-key-route.d.ts.map
@@ -51,7 +51,7 @@ Le troisième chemin (écriture manuelle du fichier `jobs/<name>.md` via `resour
51
51
  {
52
52
  lines: "2",
53
53
  label: "Pas de cron",
54
- note: 'Les déclencheurs d'événement définissent `schedule` sur `""` ; le champ cron reste vide.',
54
+ note: 'Les déclencheurs d\'événement définissent `schedule` sur `""` ; le champ cron reste vide.',
55
55
  },
56
56
  {
57
57
  lines: "4-5",
@@ -76,7 +76,7 @@ export default defineAction({
76
76
  {
77
77
  lines: "11",
78
78
  label: "Étiquette de secours universelle",
79
- note: '`openLabel` est le texte visible `"Open in … "` utilisé comme échappatoire de lien profond lorsqu'un hôte ne rend pas l'iframe intégré.',
79
+ note: "`openLabel` est le texte visible `\"Open in … →\"` utilisé comme échappatoire de lien profond lorsqu'un hôte ne rend pas l'iframe intégré.",
80
80
  },
81
81
  ]}
82
82
  />
@@ -140,7 +140,7 @@ Drives the sidebar checklist — returns each step's id, title, methods, require
140
140
  {
141
141
  lines: "20-26",
142
142
  label: "Chemin du délégué",
143
- note: '`kind: "agent-task"` confie la configuration au chat de l'agent avec une invite.',
143
+ note: '`kind: "agent-task"` confie la configuration au chat de l\'agent avec une invite.',
144
144
  },
145
145
  {
146
146
  lines: "28-31",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/core",
3
- "version": "0.79.23",
3
+ "version": "0.79.25",
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": {