@agent-native/core 0.0.0-beta-20260820155159 → 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.
Files changed (50) hide show
  1. package/corpus/templates/analytics/CHANGELOG.md +44 -3
  2. package/corpus/templates/analytics/changelog/2026-08-20-staged-data-limit-recovery.md +5 -0
  3. package/corpus/templates/assets/CHANGELOG.md +36 -2
  4. package/corpus/templates/brain/CHANGELOG.md +33 -3
  5. package/corpus/templates/calendar/CHANGELOG.md +45 -2
  6. package/corpus/templates/chat/CHANGELOG.md +29 -3
  7. package/corpus/templates/clips/CHANGELOG.md +54 -2
  8. package/corpus/templates/clips/app/i18n/en-US.ts +0 -9
  9. package/corpus/templates/clips/app/root.tsx +2 -1
  10. package/corpus/templates/clips/app/routes/_app.settings._index.tsx +3 -3
  11. package/corpus/templates/clips/changelog/2026-08-20-cross-tab-recording-controls.md +5 -0
  12. package/corpus/templates/clips/changelog/2026-08-20-overlay-follow-review-fixes.md +5 -0
  13. package/corpus/templates/clips/changelog/2026-08-20-provider-key-recovery.md +5 -0
  14. package/corpus/templates/clips/chrome-extension/PERMISSIONS.md +29 -46
  15. package/corpus/templates/clips/chrome-extension/STORE_DRAFT.md +1 -1
  16. package/corpus/templates/clips/chrome-extension/public/manifest.json +9 -2
  17. package/corpus/templates/clips/chrome-extension/src/background.ts +65 -46
  18. package/corpus/templates/clips/chrome-extension/src/content-script.ts +25 -17
  19. package/corpus/templates/clips/chrome-extension/src/overlay-follow.ts +25 -0
  20. package/corpus/templates/content/CHANGELOG.md +45 -2
  21. package/corpus/templates/crm/CHANGELOG.md +28 -16
  22. package/corpus/templates/design/CHANGELOG.md +54 -2
  23. package/corpus/templates/dispatch/CHANGELOG.md +51 -2
  24. package/corpus/templates/factory/CHANGELOG.md +28 -2
  25. package/corpus/templates/forms/CHANGELOG.md +39 -3
  26. package/corpus/templates/macros/CHANGELOG.md +30 -2
  27. package/corpus/templates/mail/CHANGELOG.md +34 -3
  28. package/corpus/templates/plan/CHANGELOG.md +34 -3
  29. package/corpus/templates/slides/CHANGELOG.md +73 -2
  30. package/corpus/templates/tasks/CHANGELOG.md +35 -0
  31. package/corpus/templates/tasks/app/root.tsx +8 -1
  32. package/dist/changelog/parse.d.ts +12 -4
  33. package/dist/changelog/parse.js +61 -23
  34. package/dist/cli/changelog.js +9 -11
  35. package/dist/client/chat/run-recovery.js +8 -3
  36. package/dist/collab/awareness.d.ts +2 -2
  37. package/dist/collab/routes.d.ts +1 -1
  38. package/dist/notifications/routes.d.ts +3 -3
  39. package/dist/provider-api/actions/provider-api.js +16 -4
  40. package/dist/resources/handlers.d.ts +2 -2
  41. package/dist/server/realtime-token.d.ts +1 -1
  42. package/dist/templates/chat/CHANGELOG.md +29 -3
  43. package/package.json +1 -1
  44. package/src/templates/chat/CHANGELOG.md +29 -3
  45. package/corpus/templates/.retired/issues/package.json +0 -7
  46. package/corpus/templates/.retired/meeting-notes/package.json +0 -7
  47. package/corpus/templates/.retired/recruiting/package.json +0 -7
  48. package/corpus/templates/.retired/scheduling/package.json +0 -7
  49. package/corpus/templates/.retired/voice/package.json +0 -7
  50. package/corpus/templates/voice/.agents/skills/upgrade-agent-native/SKILL.md +0 -87
@@ -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
- ## 2026-06-23
6
+ Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
7
7
 
8
- ### Added
8
+ ## 2026-08-18
9
9
 
10
- - See what's new right inside Agent-Native Analytics — a changelog now lives in the command menu (Cmd+K) and in Settings.
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.
@@ -0,0 +1,5 @@
1
+ ---
2
+ type: improved
3
+ date: 2026-08-20
4
+ ---
5
+ Analytics now explains how to recover when staged data reaches its size limit.
@@ -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
- ## 2026-06-23
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
- - See what's new right inside Assets — a changelog now lives in the command menu (Cmd+K) and in Settings.
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
- ## 2026-06-23
6
+ Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
7
7
 
8
- ### Added
8
+ ## 2026-08-11
9
9
 
10
- - See what's new right inside Agent-Native Brain — a changelog now lives in the command menu (Cmd+K) and in Settings.
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
- ## 2026-06-23
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
- - See what's new right inside Agent-Native Calendar — a changelog now lives in the command menu (Cmd+K) and in Settings.
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
- ## 2026-06-23
6
+ Older updates live in [the changelog folder](./changelog/) and are included in the in-app "What's new" view.
7
7
 
8
- ### Added
8
+ ## 2026-08-11
9
9
 
10
- - See what's new right inside Chat — a changelog now lives in the command menu (Cmd+K).
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
- ## 2026-06-23
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
- - See what's new right inside Clips — a changelog now lives in the command menu (Cmd+K) and in Settings.
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={t("settings.changelogMarkdown")}
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={localizedChangelog}
459
+ markdown={changelog}
460
460
  title={t("settings.whatsNew")}
461
461
  closeLabel={t("common.cancel")}
462
462
  emptyText={t("settings.changelogEmpty")}
@@ -0,0 +1,5 @@
1
+ ---
2
+ type: improved
3
+ date: 2026-08-20
4
+ ---
5
+ Recording controls now follow you across browser tabs and page navigations.
@@ -0,0 +1,5 @@
1
+ ---
2
+ type: fixed
3
+ date: 2026-08-20
4
+ ---
5
+ Clips overlays now follow tab switches during the recording countdown and recover cleanly on tabs opened before Clips.
@@ -0,0 +1,5 @@
1
+ ---
2
+ type: fixed
3
+ date: 2026-08-20
4
+ ---
5
+ Clips now opens provider setup instead of retrying a rejected key in a loop.
@@ -1,41 +1,45 @@
1
1
  # Permissions model
2
2
 
3
- This extension ships **activeTab-only for recording overlays**: it deliberately
4
- does **not** request the broad `<all_urls>` host permission for recording UI.
3
+ This extension ships **cross-tab follow for recording overlays**: it declares
4
+ the broad `<all_urls>` host permission and a matching declarative content script
5
+ so the camera bubble and controls can survive tab switches and navigations.
5
6
 
6
7
  ## Why
7
8
 
8
9
  A declarative content script on `<all_urls>` (and the matching `<all_urls>` host
9
10
  permission) triggers Chrome Web Store's **broad host permission in-depth review**,
10
- which significantly delays publishing and updates. We avoid that.
11
+ which significantly delays publishing and updates. We take that review path only
12
+ for the release that re-enables cross-tab follow.
11
13
 
12
- The only declarative content script is scoped to `https://github.com/*`. It
13
- looks for Clips links in GitHub issue/PR markdown and replaces them with a
14
- playable preview iframe owned by the extension. That adds a narrow GitHub host
15
- disclosure, but does not grant broad access to every page.
14
+ The declarative content scripts are scoped to:
15
+
16
+ - `https://github.com/*` for Clips link previews in GitHub issue/PR markdown.
17
+ - `<all_urls>` for the recording overlay host that keeps the face bubble and
18
+ controls mounted across pages while a recording is active.
19
+
20
+ The GitHub preview script adds a narrow host disclosure, while the overlay host
21
+ is the broad review boundary.
16
22
 
17
23
  ## How the overlay gets on the page
18
24
 
19
25
  When the user clicks the extension and starts a recording, the background service
20
- worker injects the content script into the **launch tab** with
21
- `chrome.scripting.executeScript({ target: { tabId }, files: ["assets/content-script.js"] })`.
22
- That call is authorized by the **`activeTab`** permission, which Chrome grants for
23
- the tab that was active when the user invoked the extension — no broad host access
24
- needed. The content script then mounts the overlay iframes (countdown, camera
25
- bubble, controls). `web_accessible_resources` stays `<all_urls>` — that is **not**
26
- a host permission and does not trigger the review.
26
+ worker mounts the overlay on the active tab and keeps rebroadcasting it as the
27
+ active tab changes. The content script then mounts the overlay iframes
28
+ (countdown, camera bubble, controls). `web_accessible_resources` stays
29
+ `<all_urls>` — that is **not** a host permission and does not trigger the review.
27
30
 
28
31
  Declared permissions: `activeTab`, `debugger`, `offscreen`, `scripting`,
29
- `storage`. Host permissions: only the configured Clips app + `forms.agent-native.com`
32
+ `storage`. Host permissions: the configured Clips app + `forms.agent-native.com`
30
33
 
31
34
  - `localhost`/`127.0.0.1`.
32
- - `https://github.com/*` is content-script scoped for link previews only.
35
+ - `https://github.com/*` is content-script scoped for link previews.
36
+ - `<all_urls>` is the overlay host required for cross-tab follow.
33
37
 
34
38
  ## What this costs
35
39
 
36
- - The overlay (countdown, camera bubble, recording controls) lives **only on the
37
- tab the recording was launched from**. It does **not** follow the user to other
38
- tabs during a full-screen or multi-tab recording.
40
+ - The overlay (countdown, camera bubble, recording controls) follows the user
41
+ across tabs while a recording is active. Navigating to a new page or tab keeps
42
+ the face bubble and controls mounted once the page loads.
39
43
  - **Recording itself is unaffected.** Capture runs in the offscreen document via
40
44
  `getDisplayMedia`, independent of any tab's content script — full-screen,
41
45
  window, and other-tab content are all still captured normally. Only the on-page
@@ -43,36 +47,15 @@ Declared permissions: `activeTab`, `debugger`, `offscreen`, `scripting`,
43
47
 
44
48
  ## Re-enabling cross-tab follow
45
49
 
46
- The full cross-tab behavior is gated behind a single flag in
47
- `src/background.ts`:
50
+ The full cross-tab behavior is gated behind a single flag in `src/background.ts`:
48
51
 
49
52
  ```ts
50
- const CROSS_TAB_FOLLOW = false; // flip to true
53
+ const CROSS_TAB_FOLLOW = true;
51
54
  ```
52
55
 
53
- Flipping it to `true` restores the all-tabs broadcast in `broadcastMount()` /
54
- `broadcastUnmount()` and the `chrome.tabs.onActivated` follow listener. To make
55
- that actually work you must **also** restore broad host access so the worker can
56
- inject into arbitrary tabs. Two options:
57
-
58
- 1. **Static (simplest, but in-depth review):** re-add to `public/manifest.json`:
59
- - `"<all_urls>"` in `host_permissions`, and
60
- - the `content_scripts` block:
61
- ```json
62
- "content_scripts": [
63
- {
64
- "matches": ["<all_urls>"],
65
- "js": ["assets/content-script.js"],
66
- "run_at": "document_idle",
67
- "all_frames": false
68
- }
69
- ],
70
- ```
71
-
72
- 2. **Optional (preferred — keeps the default install lean):** declare
73
- `"optional_host_permissions": ["<all_urls>"]` in the manifest and call
74
- `chrome.permissions.request({ origins: ["<all_urls>"] })` at runtime (e.g. from
75
- a settings toggle) before enabling follow. The user grants the broad access
76
- explicitly, only if they want cross-tab overlays.
56
+ That keeps the all-tabs broadcast in `broadcastMount()` / `broadcastUnmount()`
57
+ and the `chrome.tabs.onActivated` follow listener live. The manifest must keep
58
+ the broad host permission and the `<all_urls>` declarative content script in
59
+ place so the worker can inject into arbitrary tabs.
77
60
 
78
61
  After any change: `pnpm build`, then re-zip `dist/`.
@@ -56,7 +56,7 @@ Upload the generated artifact (the version matches `public/manifest.json`; the
56
56
  Chrome Web Store requires each upload to use a higher version than the last):
57
57
 
58
58
  ```txt
59
- templates/clips/chrome-extension/releases/clips-chrome-extension-0.1.18.zip
59
+ templates/clips/chrome-extension/releases/clips-chrome-extension-0.1.19.zip
60
60
  ```
61
61
 
62
62
  ## Web App Rollout Gate
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 3,
3
3
  "name": "Agent-Native Clips",
4
4
  "short_name": "Clips",
5
- "version": "0.1.18",
5
+ "version": "0.1.19",
6
6
  "description": "Start Clips recordings from Chrome, capture optional diagnostics, and preview Clips links on GitHub and Jira.",
7
7
  "minimum_chrome_version": "116",
8
8
  "action": {
@@ -31,7 +31,8 @@
31
31
  "https://clips.agent-native.com/*",
32
32
  "https://forms.agent-native.com/*",
33
33
  "http://localhost/*",
34
- "http://127.0.0.1/*"
34
+ "http://127.0.0.1/*",
35
+ "<all_urls>"
35
36
  ],
36
37
  "content_scripts": [
37
38
  {
@@ -43,6 +44,12 @@
43
44
  "js": ["assets/github-preview-content.js"],
44
45
  "run_at": "document_idle",
45
46
  "all_frames": false
47
+ },
48
+ {
49
+ "matches": ["<all_urls>"],
50
+ "js": ["assets/content-script.js"],
51
+ "run_at": "document_idle",
52
+ "all_frames": false
46
53
  }
47
54
  ],
48
55
  "web_accessible_resources": [