@agent-native/core 0.0.0-beta-20260820171000 → 0.0.0-beta-20260820172558
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/README.md +1 -1
- package/corpus/templates/analytics/CHANGELOG.md +44 -3
- package/corpus/templates/assets/CHANGELOG.md +36 -2
- package/corpus/templates/brain/CHANGELOG.md +33 -3
- package/corpus/templates/calendar/CHANGELOG.md +45 -2
- package/corpus/templates/chat/CHANGELOG.md +29 -3
- package/corpus/templates/clips/CHANGELOG.md +54 -2
- package/corpus/templates/clips/app/i18n/en-US.ts +0 -9
- package/corpus/templates/clips/app/root.tsx +2 -1
- package/corpus/templates/clips/app/routes/_app.settings._index.tsx +3 -3
- package/corpus/templates/content/CHANGELOG.md +45 -2
- package/corpus/templates/crm/CHANGELOG.md +28 -16
- package/corpus/templates/design/CHANGELOG.md +54 -2
- package/corpus/templates/dispatch/CHANGELOG.md +51 -2
- package/corpus/templates/factory/CHANGELOG.md +28 -2
- package/corpus/templates/forms/CHANGELOG.md +39 -3
- package/corpus/templates/macros/CHANGELOG.md +30 -2
- package/corpus/templates/mail/CHANGELOG.md +34 -3
- package/corpus/templates/plan/CHANGELOG.md +34 -3
- package/corpus/templates/slides/CHANGELOG.md +73 -2
- package/corpus/templates/tasks/CHANGELOG.md +35 -0
- package/corpus/templates/tasks/app/root.tsx +8 -1
- package/dist/changelog/parse.d.ts +12 -4
- package/dist/changelog/parse.js +61 -23
- package/dist/cli/changelog.js +9 -11
- package/dist/collab/struct-routes.d.ts +1 -1
- package/dist/secrets/routes.d.ts +3 -3
- package/dist/templates/chat/CHANGELOG.md +29 -3
- package/package.json +1 -1
- package/src/templates/chat/CHANGELOG.md +29 -3
- package/corpus/templates/.retired/issues/package.json +0 -7
- package/corpus/templates/.retired/meeting-notes/package.json +0 -7
- package/corpus/templates/.retired/recruiting/package.json +0 -7
- package/corpus/templates/.retired/scheduling/package.json +0 -7
- package/corpus/templates/.retired/voice/package.json +0 -7
- package/corpus/templates/voice/.agents/skills/upgrade-agent-native/SKILL.md +0 -87
package/corpus/README.md
CHANGED
|
@@ -3,8 +3,49 @@
|
|
|
3
3
|
All notable user-facing changes to Agent-Native Analytics are documented here. Open it any
|
|
4
4
|
time from the command menu (Cmd+K → "What's new") or from Settings.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
## 2026-08-18
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Analytics no longer carries a previous dashboard into a new Ask chat.
|
|
13
|
+
- Feature flag changes now preserve actionable failures and verify the target app's persisted state.
|
|
14
|
+
|
|
15
|
+
## 2026-08-17
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- Fixed dashboard editing focus, history recovery, panel setup focus, and repeated failed warehouse queries.
|
|
20
|
+
|
|
21
|
+
## 2026-08-13
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
|
|
25
|
+
- Account health readouts now verify customer identity, completed usage periods,
|
|
26
|
+
contract metrics, and product adoption before summarizing.
|
|
27
|
+
|
|
28
|
+
## 2026-08-12
|
|
29
|
+
|
|
30
|
+
### Improved
|
|
31
|
+
|
|
32
|
+
- Ask now toggles chat history directly, and the collapsed sidebar uses a more compact navigation rhythm.
|
|
33
|
+
- Data source statuses now distinguish workspace access from credentials configured in Analytics.
|
|
34
|
+
|
|
35
|
+
### Fixed
|
|
36
|
+
|
|
37
|
+
- Feature flags can be managed across apps whose workspace records use different local IDs
|
|
38
|
+
- Kept feature flag details readable by stacking rollout controls at narrow widths.
|
|
39
|
+
|
|
40
|
+
## 2026-08-11
|
|
41
|
+
|
|
42
|
+
### Improved
|
|
43
|
+
|
|
44
|
+
- Full-page chat composers stay at a focused 750px width.
|
|
45
|
+
|
|
46
|
+
### Fixed
|
|
47
|
+
|
|
48
|
+
- Analytics custom blocks keep loading when they use the legacy BigQuery query action name.
|
|
49
|
+
- Analytics dashboards keep the selected tab when reopened
|
|
50
|
+
- Analytics routes company-knowledge and Slack-context questions to Brain
|
|
51
|
+
- Chrome no longer offers to install Analytics as a desktop app.
|
|
@@ -3,8 +3,42 @@
|
|
|
3
3
|
All notable user-facing changes to Assets are documented here. Open it any
|
|
4
4
|
time from the command menu (Cmd+K → "What's new") or from Settings.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
7
|
+
|
|
8
|
+
## 2026-08-11
|
|
9
|
+
|
|
10
|
+
### Improved
|
|
11
|
+
|
|
12
|
+
- Full-page chat composers stay at a focused 750px width.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- Chrome no longer offers to install Assets as a desktop app.
|
|
17
|
+
|
|
18
|
+
## 2026-08-10
|
|
19
|
+
|
|
20
|
+
### Improved
|
|
21
|
+
|
|
22
|
+
- Full-page chat now uses the available width up to 1000px for more comfortable prompts and responses.
|
|
23
|
+
|
|
24
|
+
## 2026-08-05
|
|
7
25
|
|
|
8
26
|
### Added
|
|
9
27
|
|
|
10
|
-
-
|
|
28
|
+
- Brand kits can import a website's hydrated visual language and reuse it in generated imagery.
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- Generated images now hand off embeddable previews to other workspace apps.
|
|
33
|
+
|
|
34
|
+
## 2026-08-01
|
|
35
|
+
|
|
36
|
+
### Added
|
|
37
|
+
|
|
38
|
+
- Get an email when a generation you started finishes or fails, with a new toggle in Settings
|
|
39
|
+
|
|
40
|
+
## 2026-07-31
|
|
41
|
+
|
|
42
|
+
### Improved
|
|
43
|
+
|
|
44
|
+
- The Agent Native logo stays visible when the sidebar is collapsed and toggles the sidebar when clicked.
|
|
@@ -3,8 +3,38 @@
|
|
|
3
3
|
All notable user-facing changes to Agent-Native Brain are documented here. Open it any
|
|
4
4
|
time from the command menu (Cmd+K → "What's new") or from Settings.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
## 2026-08-11
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
### Improved
|
|
11
|
+
|
|
12
|
+
- Full-page chat composers stay at a focused 750px width.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- Chrome no longer offers to install Brain as a desktop app.
|
|
17
|
+
|
|
18
|
+
## 2026-08-10
|
|
19
|
+
|
|
20
|
+
### Improved
|
|
21
|
+
|
|
22
|
+
- Full-page chat now uses the available width up to 1000px for more comfortable prompts and responses.
|
|
23
|
+
|
|
24
|
+
## 2026-08-06
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
|
|
28
|
+
- Brain provider setup links open Dispatch correctly in standalone and workspace deployments.
|
|
29
|
+
|
|
30
|
+
## 2026-08-03
|
|
31
|
+
|
|
32
|
+
### Fixed
|
|
33
|
+
|
|
34
|
+
- Brain now avoids unsupported company facts when verified sources are unavailable
|
|
35
|
+
|
|
36
|
+
## 2026-07-31
|
|
37
|
+
|
|
38
|
+
### Improved
|
|
39
|
+
|
|
40
|
+
- Clicking the Agent Native logo now toggles the app sidebar.
|
|
@@ -3,8 +3,51 @@
|
|
|
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
|
-
|
|
6
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
7
|
+
|
|
8
|
+
## 2026-08-19
|
|
9
|
+
|
|
10
|
+
### Improved
|
|
11
|
+
|
|
12
|
+
- Calendar pages stay fast after periods of inactivity.
|
|
13
|
+
|
|
14
|
+
## 2026-08-18
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
- The agent can now remove many meetings at once, such as every Saturday and Sunday meeting in a range, instead of failing partway through
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- Calendar event time editing now respects the event's timezone.
|
|
23
|
+
- Calendar stays responsive in the desktop app without focus-triggered reloads
|
|
24
|
+
|
|
25
|
+
## 2026-08-17
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- Booking links now respect each required host's saved availability
|
|
30
|
+
|
|
31
|
+
## 2026-08-14
|
|
32
|
+
|
|
33
|
+
### Fixed
|
|
34
|
+
|
|
35
|
+
- Choosing Office or Other when adding a working location creates that type, and adding one on a day that already has a location updates that day instead of extending Home.
|
|
36
|
+
- Creating an Other working location now keeps the custom name instead of saving it as Working.
|
|
37
|
+
- Timed working locations keep a Home, Office, or custom title instead of the generated Working location label.
|
|
38
|
+
- Timed working locations now keep a Home, Office, or custom title instead of showing as Untitled.
|
|
39
|
+
- Turning a timed working location that ends at midnight back to all-day no longer adds an extra day.
|
|
40
|
+
|
|
41
|
+
## 2026-08-13
|
|
7
42
|
|
|
8
43
|
### Added
|
|
9
44
|
|
|
10
|
-
-
|
|
45
|
+
- Working locations can be added from calendar days, with a full-day first entry and timed same-day additions
|
|
46
|
+
|
|
47
|
+
### Fixed
|
|
48
|
+
|
|
49
|
+
- The Find a time window now closes from a clear header action.
|
|
50
|
+
|
|
51
|
+
### Changed
|
|
52
|
+
|
|
53
|
+
- Calendar stays pinned to the saved timezone and asks before adopting a changed browser timezone
|
|
@@ -3,8 +3,34 @@
|
|
|
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
|
-
|
|
6
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
## 2026-08-11
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Chrome no longer offers to install Chat as a desktop app.
|
|
13
|
+
|
|
14
|
+
## 2026-08-10
|
|
15
|
+
|
|
16
|
+
### Improved
|
|
17
|
+
|
|
18
|
+
- Full-page chat now uses the available width up to 1000px for more comfortable prompts and responses.
|
|
19
|
+
|
|
20
|
+
## 2026-07-31
|
|
21
|
+
|
|
22
|
+
### Improved
|
|
23
|
+
|
|
24
|
+
- Clicking the Agent Native logo now toggles the app sidebar.
|
|
25
|
+
|
|
26
|
+
## 2026-07-29
|
|
27
|
+
|
|
28
|
+
### Improved
|
|
29
|
+
|
|
30
|
+
- Sidebar footers now keep Feedback, Search, and Collapse together without a separate language shortcut.
|
|
31
|
+
|
|
32
|
+
## 2026-07-25
|
|
33
|
+
|
|
34
|
+
### Improved
|
|
35
|
+
|
|
36
|
+
- Settings navigation now keeps Manage agent as a dedicated linked destination at the bottom.
|
|
@@ -3,8 +3,60 @@
|
|
|
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
|
-
|
|
6
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
7
|
+
|
|
8
|
+
## 2026-08-19
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Clips Nightly builds are available for trying the latest updates.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- Shared clips now show a video frame in social previews when no thumbnail is stored.
|
|
17
|
+
|
|
18
|
+
## 2026-08-18
|
|
19
|
+
|
|
20
|
+
### Improved
|
|
21
|
+
|
|
22
|
+
- Meeting notes support rich editing for personal notes, summaries, and action items.
|
|
23
|
+
- Meeting notifications no longer show decorative left-side lines.
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
- Centered the clip play button and corrected the empty comment-panel hint.
|
|
28
|
+
- Clips no longer crashes when a camera bubble starts at a tiny size.
|
|
29
|
+
- Clips now recovers interrupted uploads and reliably restarts after installing desktop updates.
|
|
30
|
+
- Deleting a recording no longer freezes Clips or blocks starting a new recording.
|
|
31
|
+
- Pending recording files now use a Clips-prefixed name instead of a feature-ambiguous stem.
|
|
32
|
+
|
|
33
|
+
### Removed
|
|
34
|
+
|
|
35
|
+
- Clips no longer opens a welcome window on first launch.
|
|
36
|
+
|
|
37
|
+
## 2026-08-17
|
|
38
|
+
|
|
39
|
+
### Fixed
|
|
40
|
+
|
|
41
|
+
- Shared clips now clearly show sign-in, let signed-in viewers comment, and use neutral messaging for confirmed no-audio transcripts.
|
|
42
|
+
|
|
43
|
+
## 2026-08-14
|
|
44
|
+
|
|
45
|
+
### Improved
|
|
46
|
+
|
|
47
|
+
- Meetings now opens on your history instead of a wall of upcoming cards: past meetings with notes but no linked recording are back in the list, older ones keep loading as you go, and search reaches attendee names and transcript text so you can find a call by what was said in it.
|
|
48
|
+
|
|
49
|
+
### Fixed
|
|
50
|
+
|
|
51
|
+
- Long desktop recordings now complete or abort resumable uploads cleanly, preserve local recovery copies, and show the actual upload error when saving fails.
|
|
52
|
+
- Clips now uses consistent text-only share controls with compact copy actions and an expandable Share with agents section across recordings and meetings.
|
|
53
|
+
|
|
54
|
+
## 2026-08-13
|
|
7
55
|
|
|
8
56
|
### Added
|
|
9
57
|
|
|
10
|
-
-
|
|
58
|
+
- Private meeting notes can be shared with an external agent through a temporary link.
|
|
59
|
+
|
|
60
|
+
### Improved
|
|
61
|
+
|
|
62
|
+
- Comments now render inline Markdown for emphasis, inline code, links, and line breaks while keeping headings out of compact comment surfaces.
|
|
@@ -683,15 +683,6 @@ const messages = {
|
|
|
683
683
|
viewAllUpdates: "View all updates",
|
|
684
684
|
expand: "Expand",
|
|
685
685
|
collapse: "Collapse",
|
|
686
|
-
changelogMarkdown: `# Changelog
|
|
687
|
-
|
|
688
|
-
All notable user-facing changes to Clips are documented here. Open it any time from the command menu (Cmd K -> "What's new") or from Settings.
|
|
689
|
-
|
|
690
|
-
## 2026-06-23
|
|
691
|
-
|
|
692
|
-
### Added
|
|
693
|
-
|
|
694
|
-
- See what's new right inside Clips. A changelog now lives in the command menu (Cmd K) and in Settings.`,
|
|
695
686
|
playback: "Playback",
|
|
696
687
|
defaultPlaybackSpeed: "Default playback speed",
|
|
697
688
|
playbackDescription: "Applied automatically when you open a recording.",
|
|
@@ -56,6 +56,7 @@ import { AppToolkitProvider } from "@/components/ui/toolkit-provider";
|
|
|
56
56
|
import { useNavigationState } from "@/hooks/use-navigation-state";
|
|
57
57
|
import { SEARCH_FOCUS_PATH } from "@/lib/search-focus";
|
|
58
58
|
|
|
59
|
+
import changelog from "../CHANGELOG.md?raw";
|
|
59
60
|
import { i18nCatalog, loadI18nMessages } from "./i18n";
|
|
60
61
|
|
|
61
62
|
import stylesheet from "./global.css?url";
|
|
@@ -366,7 +367,7 @@ function AppContent() {
|
|
|
366
367
|
<CommandMenu
|
|
367
368
|
open={cmdkOpen}
|
|
368
369
|
onOpenChange={setCmdkOpen}
|
|
369
|
-
changelog={
|
|
370
|
+
changelog={changelog}
|
|
370
371
|
changelogLabel={t("settings.whatsNew")}
|
|
371
372
|
changelogKey="clips"
|
|
372
373
|
>
|
|
@@ -37,6 +37,8 @@ import { useSecretStatus } from "@/hooks/use-secret-status";
|
|
|
37
37
|
import { useVideoStorageStatus } from "@/hooks/use-video-storage-status";
|
|
38
38
|
import enMessages from "@/i18n/en-US";
|
|
39
39
|
|
|
40
|
+
import changelog from "../../CHANGELOG.md?raw";
|
|
41
|
+
|
|
40
42
|
export function meta() {
|
|
41
43
|
return [{ title: enMessages.settings.pageTitle }];
|
|
42
44
|
}
|
|
@@ -205,8 +207,6 @@ export default function SettingsIndexRoute() {
|
|
|
205
207
|
}
|
|
206
208
|
}
|
|
207
209
|
|
|
208
|
-
const localizedChangelog = t("settings.changelogMarkdown");
|
|
209
|
-
|
|
210
210
|
// Hashes match the row ids below, so a search hit still scrolls to the
|
|
211
211
|
// individual setting now that the one-control cards are rows in a group.
|
|
212
212
|
const generalSearchEntries = useMemo<SettingsSearchEntry[]>(
|
|
@@ -456,7 +456,7 @@ export default function SettingsIndexRoute() {
|
|
|
456
456
|
whatsNew={
|
|
457
457
|
<div className="mx-auto w-full max-w-3xl">
|
|
458
458
|
<ChangelogSettingsCard
|
|
459
|
-
markdown={
|
|
459
|
+
markdown={changelog}
|
|
460
460
|
title={t("settings.whatsNew")}
|
|
461
461
|
closeLabel={t("common.cancel")}
|
|
462
462
|
emptyText={t("settings.changelogEmpty")}
|
|
@@ -3,8 +3,51 @@
|
|
|
3
3
|
All notable user-facing changes to Agent-Native Content are documented here. Open it any
|
|
4
4
|
time from the command menu (Cmd+K → "What's new").
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
7
|
+
|
|
8
|
+
## 2026-08-14
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Images fill the page width by default and remain visible when more images are added
|
|
13
|
+
- Images inserted from the slash command stay saved after upload
|
|
14
|
+
- SVG files can be selected reliably from the image picker
|
|
15
|
+
|
|
16
|
+
## 2026-08-13
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Blocks field conflicts now keep the newer saved version visible instead of leaving a rejected edit on screen
|
|
21
|
+
|
|
22
|
+
## 2026-08-12
|
|
23
|
+
|
|
24
|
+
### Improved
|
|
25
|
+
|
|
26
|
+
- Toggle blocks now follow Notion-style Enter and Shift-Tab behavior while preserving summaries and nested paragraphs.
|
|
27
|
+
- Shared Content documents now keep viewers read-only and let commenters add comments without editing the document.
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
- Image uploads now confirm the image can be displayed before reporting success
|
|
32
|
+
|
|
33
|
+
## 2026-08-11
|
|
34
|
+
|
|
35
|
+
### Improved
|
|
36
|
+
|
|
37
|
+
- Content opens your last page on return and gives new users a private welcome page.
|
|
38
|
+
|
|
39
|
+
### Fixed
|
|
40
|
+
|
|
41
|
+
- Chrome no longer offers to install Content as a desktop app.
|
|
42
|
+
- Content mutations delegated from verified Slack DMs now use the member's exact Personal scope and return verified row receipts.
|
|
43
|
+
|
|
44
|
+
## 2026-08-10
|
|
7
45
|
|
|
8
46
|
### Added
|
|
9
47
|
|
|
10
|
-
-
|
|
48
|
+
- Agents can safely insert, update, upsert, delete, and reorder one stable block in a database Blocks field.
|
|
49
|
+
|
|
50
|
+
### Improved
|
|
51
|
+
|
|
52
|
+
- Database Blocks fields now keep logical block identity through editing, reordering, deletion recovery, and reloads
|
|
53
|
+
- Database row actions now validate exact schemas and safe retries before changing data.
|
|
@@ -1,25 +1,37 @@
|
|
|
1
1
|
# CRM changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- CRM connects to HubSpot for scoped account intelligence, saved views, follow-up tasks, evidence, and approval-gated write proposals.
|
|
8
|
-
- CRM can prepare a record-scoped, default-off Clips review recipe while keeping media and transcripts in Clips.
|
|
9
|
-
- CRM can now find and review evidence-grounded call signals without storing transcripts or media.
|
|
10
|
-
- Approved sales automations can now update routine local CRM fields while provider changes remain reviewable proposals.
|
|
11
|
-
- CRM can now run as a standalone Native SQL system for accounts, people, opportunities, views, tasks, and cadence without an external provider.
|
|
12
|
-
- Pipeline now gives each CRM user a live, permission-aware view of opportunity value by stage.
|
|
13
|
-
- CRM can now connect to Salesforce alongside HubSpot for scoped account intelligence and follow-up work.
|
|
5
|
+
## 2026-08-11
|
|
14
6
|
|
|
15
7
|
### Improved
|
|
16
8
|
|
|
17
|
-
-
|
|
9
|
+
- Full-page chat composers stay at a focused 750px width.
|
|
18
10
|
|
|
19
11
|
### Fixed
|
|
20
12
|
|
|
21
|
-
-
|
|
22
|
-
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
|
|
13
|
+
- Chrome no longer offers to install CRM as a desktop app.
|
|
14
|
+
|
|
15
|
+
## 2026-08-10
|
|
16
|
+
|
|
17
|
+
### Improved
|
|
18
|
+
|
|
19
|
+
- Full-page chat now uses the available width up to 1000px for more comfortable prompts and responses.
|
|
20
|
+
|
|
21
|
+
## 2026-08-07
|
|
22
|
+
|
|
23
|
+
### Improved
|
|
24
|
+
|
|
25
|
+
- CRM settings show stable skeleton placeholders while lists, fields, connections, and intelligence trackers load.
|
|
26
|
+
|
|
27
|
+
## 2026-08-06
|
|
28
|
+
|
|
29
|
+
### Improved
|
|
30
|
+
|
|
31
|
+
- CRM starts faster after a deploy or idle period — one-time data backfills now run once as tracked migrations instead of on every cold start.
|
|
32
|
+
|
|
33
|
+
## 2026-07-29
|
|
34
|
+
|
|
35
|
+
### Improved
|
|
36
|
+
|
|
37
|
+
- Sidebar footers now keep Feedback, Search, and Collapse together, with language preferences available in Settings.
|
|
@@ -3,8 +3,60 @@
|
|
|
3
3
|
All notable user-facing changes to Design are documented here. Open it any time
|
|
4
4
|
from the command menu (Cmd+K → "What's new") or from Settings.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
7
|
+
|
|
8
|
+
## 2026-08-18
|
|
9
|
+
|
|
10
|
+
### Improved
|
|
11
|
+
|
|
12
|
+
- Design chat keeps context out of the composer and uses shorter completion summaries.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Advanced Design editor panels are hidden by default while they are refined.
|
|
17
|
+
|
|
18
|
+
## 2026-08-13
|
|
7
19
|
|
|
8
20
|
### Added
|
|
9
21
|
|
|
10
|
-
-
|
|
22
|
+
- The design audit now catches a screen that renders behind a full-frame Alpine overlay — the failure a screenshot cannot show, because the capture waits for Alpine to settle and the overlay is gone by then.
|
|
23
|
+
- The design audit now reports when a screen uses none of its linked design system's fonts, colors, or token names.
|
|
24
|
+
|
|
25
|
+
### Improved
|
|
26
|
+
|
|
27
|
+
- Attach a UI screenshot and the design is reproduced from it instead of being reinterpreted as three alternative directions.
|
|
28
|
+
- The design system preview now shows how many named tokens were captured, so a large imported system no longer looks like a handful of colors.
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- A screen whose Alpine overlay would cover it on load — `x-cloak` without its hiding rule, or a broken Alpine script URL — is now caught when it is saved instead of shipping as a blank or covered design.
|
|
33
|
+
- Linking a design system means you never get generic direction cards: exploring variants without real HTML is now refused for that design rather than rendering placeholder screens that ignore your tokens.
|
|
34
|
+
- Your design system, original prompt, and reference screenshots now reach the turn that actually generates the design, instead of being spent on the questions step.
|
|
35
|
+
|
|
36
|
+
## 2026-08-12
|
|
37
|
+
|
|
38
|
+
### Improved
|
|
39
|
+
|
|
40
|
+
- Shared designs now keep viewers read-only and let commenters add review comments without editing the design.
|
|
41
|
+
|
|
42
|
+
## 2026-08-11
|
|
43
|
+
|
|
44
|
+
### Improved
|
|
45
|
+
|
|
46
|
+
- Design sharing now identifies viewers who can add review comments
|
|
47
|
+
- New designs now skip the intake questions and follow your existing work when Creative Context already holds closely related pieces.
|
|
48
|
+
|
|
49
|
+
### Fixed
|
|
50
|
+
|
|
51
|
+
- Chrome no longer offers to install Design as a desktop app.
|
|
52
|
+
- Design agent prompts copy successfully in the desktop app.
|
|
53
|
+
|
|
54
|
+
## 2026-08-10
|
|
55
|
+
|
|
56
|
+
### Improved
|
|
57
|
+
|
|
58
|
+
- The frame tool draws a plain frame by default, with Screen available in its dropdown
|
|
59
|
+
|
|
60
|
+
### Fixed
|
|
61
|
+
|
|
62
|
+
- Marquee-selecting layers far down a tall screen now selects the layers you dragged over
|
|
@@ -3,8 +3,57 @@
|
|
|
3
3
|
All notable user-facing changes to Agent-Native Dispatch are documented here. Open it any
|
|
4
4
|
time from the command menu (Cmd+K → "What's new").
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
7
|
+
|
|
8
|
+
## 2026-08-20
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Dispatch chat now loads its OpenRouter provider reliably in production.
|
|
13
|
+
|
|
14
|
+
## 2026-08-12
|
|
15
|
+
|
|
16
|
+
### Improved
|
|
17
|
+
|
|
18
|
+
- Search and pin workspace apps from the app catalog
|
|
19
|
+
- Workspace integration access now shows exactly which apps can reuse each connection.
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Dispatch now appears in authorized workspace app directories for fleet-wide administration
|
|
24
|
+
|
|
25
|
+
## 2026-08-11
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
|
|
29
|
+
- Dispatch shows usage trends, recent prompts, and an agent review path
|
|
30
|
+
|
|
31
|
+
### Improved
|
|
32
|
+
|
|
33
|
+
- Dispatch no longer shows the generic Chat starter among default app launchers
|
|
34
|
+
- Dispatch settings now link directly to Admin
|
|
35
|
+
- New apps accept human-friendly names and convert them to URL-safe IDs automatically.
|
|
36
|
+
- Integrations and scheduled work open as first-class Electron pages without a duplicate Dispatch navigation shell.
|
|
37
|
+
- Sidebar text is slightly easier to read in light and dark mode.
|
|
38
|
+
|
|
39
|
+
### Fixed
|
|
40
|
+
|
|
41
|
+
- Chrome no longer offers to install Dispatch as a desktop app.
|
|
42
|
+
- Clicking the Dispatch logo returns to the Overview page
|
|
43
|
+
- Dispatch omits its own app entry from the app switcher.
|
|
44
|
+
|
|
45
|
+
## 2026-08-10
|
|
46
|
+
|
|
47
|
+
### Added
|
|
48
|
+
|
|
49
|
+
- Desktop workspace sign-in can now be rolled out gradually while ordinary app sign-in remains unchanged by default.
|
|
50
|
+
|
|
51
|
+
### Improved
|
|
52
|
+
|
|
53
|
+
- Full-page chat now uses the available width up to 1000px for more comfortable prompts and responses.
|
|
54
|
+
|
|
55
|
+
## 2026-08-08
|
|
7
56
|
|
|
8
57
|
### Added
|
|
9
58
|
|
|
10
|
-
-
|
|
59
|
+
- Chat-first navigation keeps conversations central while opening workspace apps and watched sessions beside them.
|
|
@@ -3,8 +3,34 @@
|
|
|
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
|
-
|
|
6
|
+
Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
|
|
7
|
+
|
|
8
|
+
## 2026-08-11
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Chrome no longer offers to install Factory as a desktop app.
|
|
13
|
+
|
|
14
|
+
## 2026-08-10
|
|
15
|
+
|
|
16
|
+
### Improved
|
|
17
|
+
|
|
18
|
+
- Full-page chat now uses the available width up to 1000px for more comfortable prompts and responses.
|
|
19
|
+
|
|
20
|
+
## 2026-08-08
|
|
21
|
+
|
|
22
|
+
### Improved
|
|
23
|
+
|
|
24
|
+
- Scheduler health now stays in Settings until diagnostics are needed.
|
|
25
|
+
|
|
26
|
+
## 2026-08-07
|
|
7
27
|
|
|
8
28
|
### Added
|
|
9
29
|
|
|
10
|
-
-
|
|
30
|
+
- Factory can keep Builder bot pull requests moving by requesting fixes for review feedback, CI failures, and merge conflicts.
|
|
31
|
+
|
|
32
|
+
## 2026-08-05
|
|
33
|
+
|
|
34
|
+
### Improved
|
|
35
|
+
|
|
36
|
+
- Factory now keeps production automations running, shows scheduler health and run errors, and can email failure diagnostics.
|