@agent-native/core 0.178.1-nightly-20260910183826 → 0.178.1
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.
- package/corpus/templates/analytics/CHANGELOG.md +1 -0
- package/corpus/templates/calendar/CHANGELOG.md +7 -0
- package/corpus/templates/clips/CHANGELOG.md +22 -0
- package/corpus/templates/content/CHANGELOG.md +1 -0
- package/corpus/templates/design/CHANGELOG.md +9 -4
- package/corpus/templates/factory/CHANGELOG.md +11 -0
- package/dist/file-upload/actions/upload-image.d.ts +2 -2
- package/dist/notifications/routes.d.ts +2 -2
- package/dist/observability/routes.d.ts +6 -6
- package/dist/resources/handlers.d.ts +1 -1
- package/dist/secrets/routes.d.ts +3 -3
- package/package.json +3 -3
|
@@ -3,10 +3,17 @@
|
|
|
3
3
|
All notable user-facing changes to Agent-Native Calendar are documented here. Open it any
|
|
4
4
|
time from the command menu (Cmd+K → "What's new") or from Settings.
|
|
5
5
|
|
|
6
|
+
## 2026-09-10
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
|
|
10
|
+
- Calendar keeps shared and overlaid events read-only instead of reporting a false deletion
|
|
11
|
+
|
|
6
12
|
## 2026-09-09
|
|
7
13
|
|
|
8
14
|
### Improved
|
|
9
15
|
|
|
16
|
+
- Calendar's command menu surfaces the right actions for booking links and settings
|
|
10
17
|
- Calendar can color Google events by meeting type again
|
|
11
18
|
- Connected account avatars use a slimmer border.
|
|
12
19
|
|
|
@@ -3,12 +3,34 @@
|
|
|
3
3
|
All notable user-facing changes to Clips are documented here. Open it any time
|
|
4
4
|
from the command menu (Cmd+K → "What's new") or from Settings.
|
|
5
5
|
|
|
6
|
+
## 2026-09-10
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
|
|
10
|
+
- Builder and other MCP connections now open setup in a new tab.
|
|
11
|
+
|
|
6
12
|
## 2026-09-09
|
|
7
13
|
|
|
8
14
|
### Improved
|
|
9
15
|
|
|
10
16
|
- Attendee and viewer avatars use a slimmer border.
|
|
11
17
|
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- The Agent sidebar now fits below the app toolbar without clipping its composer.
|
|
21
|
+
- Desktop recorder switches now keep their checked state clear and legible in dark mode.
|
|
22
|
+
- Recording pages now open the same contextual Agent panel used throughout the app.
|
|
23
|
+
|
|
24
|
+
## 2026-09-08
|
|
25
|
+
|
|
26
|
+
### Improved
|
|
27
|
+
|
|
28
|
+
- The Cmd+K command menu now searches and navigates across recordings, meetings, dictations, folders, and spaces.
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- Fixed desktop comment threads by keeping them in a full-height viewer tab, polished the side-panel tabs and spacing, added move, minimize, and close controls to desktop Clips windows, corrected the shared New recording action’s split-button corners, made library sub-item selection clear in the sidebar, and added visible folder tiles plus scoped recording actions to library and space views.
|
|
33
|
+
|
|
12
34
|
## 2026-09-04
|
|
13
35
|
|
|
14
36
|
### Fixed
|
|
@@ -11,6 +11,7 @@ time from the command menu (Cmd+K → "What's new").
|
|
|
11
11
|
|
|
12
12
|
### Fixed
|
|
13
13
|
|
|
14
|
+
- Sidebar Search opens the command picker, icon controls have accessible names, and the sidebar can be resized with the keyboard.
|
|
14
15
|
- First title edits no longer hit a stale-version conflict, open databases recover after agent Trash and restore actions, and database settings preserve keyboard focus when closing or returning to Add property. Source-managed database fields stay read-only in tables, page property editors, and agent actions, while local fields remain editable. Property editors stay inside mobile Info so edits can be saved without closing the panel.
|
|
15
16
|
- Remote collaborator cursors in the document editor now stay compact above the text instead of expanding into full-width color bars.
|
|
16
17
|
|
|
@@ -9,15 +9,20 @@ from the command menu (Cmd+K → "What's new") or from Settings.
|
|
|
9
9
|
|
|
10
10
|
- Design editor version history: browse and restore saved checkpoints from the top-left menu or Cmd+K.
|
|
11
11
|
|
|
12
|
-
### Removed
|
|
13
|
-
|
|
14
|
-
- Removed the always-visible design system picker above the design editor chat.
|
|
15
|
-
|
|
16
12
|
### Improved
|
|
17
13
|
|
|
14
|
+
- The Layers panel is denser with smaller text, icons, and row height.
|
|
18
15
|
- Opening or closing the left sidebar (or toggling minimal mode) no longer shifts designs on the canvas.
|
|
19
16
|
- Breakpoint add control keeps a clear gap from the screen edge and shows immediate feedback while adding.
|
|
20
17
|
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Design canvas chrome now overlays instead of resizing the board, so opening or closing the left panel and minimal mode no longer shifts screens on the canvas.
|
|
21
|
+
|
|
22
|
+
### Removed
|
|
23
|
+
|
|
24
|
+
- Removed the always-visible design system picker above the design editor chat.
|
|
25
|
+
|
|
21
26
|
## 2026-09-09
|
|
22
27
|
|
|
23
28
|
### Improved
|
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable user-facing changes to Chat are documented here. Open it any
|
|
4
4
|
time from the command menu (Cmd+K → "What's new").
|
|
5
5
|
|
|
6
|
+
## 2026-09-09
|
|
7
|
+
|
|
8
|
+
### Improved
|
|
9
|
+
|
|
10
|
+
- Slack feedback jobs skip threads whose parent already has 👀 or 🤖, instead of tagging Builder again.
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Slack feedback keeps a claimed 👀/🤖 marker after polling, so those threads stay out of the review queue.
|
|
15
|
+
- Slack feedback no longer moves an already-started thread to needs-manual just because the parent already has 👀 or 🤖.
|
|
16
|
+
|
|
6
17
|
## 2026-09-08
|
|
7
18
|
|
|
8
19
|
### Fixed
|
|
@@ -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;
|
|
@@ -43,25 +43,25 @@ export declare function createObservabilityHandler(): import("h3").EventHandlerW
|
|
|
43
43
|
} | {
|
|
44
44
|
summary: import("./types.js").TraceSummary;
|
|
45
45
|
spans: import("./types.js").TraceSpan[];
|
|
46
|
-
id?: undefined;
|
|
47
|
-
error?: undefined;
|
|
48
46
|
ok?: undefined;
|
|
47
|
+
error?: undefined;
|
|
48
|
+
id?: undefined;
|
|
49
49
|
} | {
|
|
50
50
|
summary?: undefined;
|
|
51
51
|
spans?: undefined;
|
|
52
52
|
id: string;
|
|
53
|
-
error?: undefined;
|
|
54
53
|
ok?: undefined;
|
|
54
|
+
error?: undefined;
|
|
55
55
|
} | {
|
|
56
56
|
summary?: undefined;
|
|
57
57
|
spans?: undefined;
|
|
58
|
-
id?: undefined;
|
|
59
58
|
error: any;
|
|
60
59
|
ok?: undefined;
|
|
60
|
+
id?: undefined;
|
|
61
61
|
} | {
|
|
62
62
|
summary?: undefined;
|
|
63
63
|
spans?: undefined;
|
|
64
|
-
id?: undefined;
|
|
65
|
-
error?: undefined;
|
|
66
64
|
ok: boolean;
|
|
65
|
+
error?: undefined;
|
|
66
|
+
id?: undefined;
|
|
67
67
|
}>>;
|
|
@@ -48,8 +48,8 @@ export declare function handleUpdateResource(event: any): Promise<import("./stor
|
|
|
48
48
|
}>;
|
|
49
49
|
/** DELETE /_agent-native/resources/:id — delete a resource */
|
|
50
50
|
export declare function handleDeleteResource(event: any): Promise<{
|
|
51
|
-
ok?: undefined;
|
|
52
51
|
error: string;
|
|
52
|
+
ok?: undefined;
|
|
53
53
|
} | {
|
|
54
54
|
error?: undefined;
|
|
55
55
|
ok: boolean;
|
package/dist/secrets/routes.d.ts
CHANGED
|
@@ -53,16 +53,16 @@ export declare function createListSecretsHandler(): import("h3").EventHandlerWit
|
|
|
53
53
|
/** POST /_agent-native/secrets/:key — write a secret. */
|
|
54
54
|
export declare function createWriteSecretHandler(): import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
|
|
55
55
|
error: string;
|
|
56
|
-
ok?: undefined;
|
|
57
56
|
status?: undefined;
|
|
57
|
+
ok?: undefined;
|
|
58
58
|
} | {
|
|
59
59
|
error?: undefined;
|
|
60
60
|
ok: boolean;
|
|
61
61
|
status: string;
|
|
62
62
|
} | {
|
|
63
|
-
ok?: undefined;
|
|
64
63
|
error: string;
|
|
65
64
|
removed?: undefined;
|
|
65
|
+
ok?: undefined;
|
|
66
66
|
} | {
|
|
67
67
|
error?: undefined;
|
|
68
68
|
ok: boolean;
|
|
@@ -73,9 +73,9 @@ export declare function createWriteSecretHandler(): import("h3").EventHandlerWit
|
|
|
73
73
|
* or the current stored value without changing anything.
|
|
74
74
|
*/
|
|
75
75
|
export declare function createTestSecretHandler(): import("h3").EventHandlerWithFetch<import("h3").EventHandlerRequest, Promise<{
|
|
76
|
-
ok?: undefined;
|
|
77
76
|
error: string;
|
|
78
77
|
note?: undefined;
|
|
78
|
+
ok?: undefined;
|
|
79
79
|
} | {
|
|
80
80
|
error?: undefined;
|
|
81
81
|
ok: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-native/core",
|
|
3
|
-
"version": "0.178.1
|
|
3
|
+
"version": "0.178.1",
|
|
4
4
|
"description": "The agentic application framework for building autonomous agents with intuitive UIs",
|
|
5
5
|
"homepage": "https://github.com/BuilderIO/agent-native#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -446,8 +446,8 @@
|
|
|
446
446
|
"y-protocols": "^1.0.7",
|
|
447
447
|
"yjs": "^13.6.32",
|
|
448
448
|
"zod": "^4.3.6",
|
|
449
|
-
"@agent-native/recap-cli": "0.5.
|
|
450
|
-
"@agent-native/toolkit": "^0.19.7
|
|
449
|
+
"@agent-native/recap-cli": "0.5.29",
|
|
450
|
+
"@agent-native/toolkit": "^0.19.7"
|
|
451
451
|
},
|
|
452
452
|
"devDependencies": {
|
|
453
453
|
"@ai-sdk/anthropic": "^3.0.71",
|