@agent-native/core 0.79.7 → 0.79.9

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 (84) hide show
  1. package/corpus/README.md +2 -2
  2. package/corpus/core/CHANGELOG.md +13 -0
  3. package/corpus/core/package.json +1 -1
  4. package/corpus/core/src/agent/run-manager.ts +9 -1
  5. package/corpus/core/src/client/agent-chat-adapter.ts +24 -16
  6. package/corpus/core/src/client/session-replay.ts +67 -13
  7. package/corpus/core/src/onboarding/default-steps.ts +3 -3
  8. package/corpus/core/src/server/agent-chat-plugin.ts +82 -162
  9. package/corpus/core/src/server/agent-run-context.ts +204 -0
  10. package/corpus/core/src/server/credential-provider.ts +20 -4
  11. package/corpus/templates/analytics/app/components/dashboard/SqlChart.tsx +14 -4
  12. package/corpus/templates/analytics/changelog/2026-06-26-session-replay-uploads-now-accept-compressed-payloads-so-lar.md +6 -0
  13. package/corpus/templates/analytics/changelog/2026-06-26-sql-chart-tooltips-now-stay-stable-while-moving-across-dense.md +6 -0
  14. package/corpus/templates/analytics/server/handlers/session-replay.ts +56 -8
  15. package/corpus/templates/clips/app/components/player/transcript-panel.tsx +1 -1
  16. package/corpus/templates/clips/app/components/recorder/storage-setup-card.tsx +44 -16
  17. package/corpus/templates/clips/app/i18n/ar-SA.ts +12 -9
  18. package/corpus/templates/clips/app/i18n/de-DE.ts +12 -9
  19. package/corpus/templates/clips/app/i18n/en-US.ts +19 -16
  20. package/corpus/templates/clips/app/i18n/es-ES.ts +12 -9
  21. package/corpus/templates/clips/app/i18n/fr-FR.ts +12 -9
  22. package/corpus/templates/clips/app/i18n/hi-IN.ts +13 -9
  23. package/corpus/templates/clips/app/i18n/ja-JP.ts +12 -9
  24. package/corpus/templates/clips/app/i18n/ko-KR.ts +12 -9
  25. package/corpus/templates/clips/app/i18n/pt-BR.ts +12 -9
  26. package/corpus/templates/clips/app/i18n/zh-CN.ts +19 -14
  27. package/corpus/templates/clips/app/i18n/zh-TW.ts +19 -14
  28. package/corpus/templates/clips/app/routes/r.$recordingId.tsx +7 -0
  29. package/corpus/templates/clips/app/routes/record.tsx +2 -2
  30. package/corpus/templates/clips/changelog/2026-06-26-desktop-recordings-recover-more-reliably-when-macos-reports-.md +6 -0
  31. package/corpus/templates/clips/changelog/2026-06-26-slack-unfurls-now-recognize-recording-dashboard-links-pasted.md +6 -0
  32. package/corpus/templates/clips/changelog/2026-06-26-storage-setup-now-explains-why-clips-needs-connected-storage.md +6 -0
  33. package/corpus/templates/clips/chrome-extension/public/manifest.json +1 -1
  34. package/corpus/templates/clips/chrome-extension/src/background.ts +24 -3
  35. package/corpus/templates/clips/chrome-extension/src/offscreen.ts +28 -2
  36. package/corpus/templates/clips/chrome-extension/src/popup.html +16 -0
  37. package/corpus/templates/clips/chrome-extension/src/popup.ts +59 -7
  38. package/corpus/templates/clips/chrome-extension/src/sentry.ts +28 -1
  39. package/corpus/templates/clips/chrome-extension/src/styles.css +74 -0
  40. package/corpus/templates/clips/desktop/src/app.tsx +85 -18
  41. package/corpus/templates/clips/desktop/src/styles.css +55 -0
  42. package/corpus/templates/clips/desktop/src-tauri/src/native_screen.rs +88 -51
  43. package/corpus/templates/clips/desktop/src-tauri/src/native_speech.rs +12 -3
  44. package/corpus/templates/clips/server/lib/slack-unfurls.ts +5 -2
  45. package/dist/agent/run-manager.d.ts.map +1 -1
  46. package/dist/agent/run-manager.js +12 -1
  47. package/dist/agent/run-manager.js.map +1 -1
  48. package/dist/client/agent-chat-adapter.d.ts.map +1 -1
  49. package/dist/client/agent-chat-adapter.js +15 -8
  50. package/dist/client/agent-chat-adapter.js.map +1 -1
  51. package/dist/client/session-replay.d.ts.map +1 -1
  52. package/dist/client/session-replay.js +55 -14
  53. package/dist/client/session-replay.js.map +1 -1
  54. package/dist/collab/awareness.d.ts +2 -2
  55. package/dist/collab/awareness.d.ts.map +1 -1
  56. package/dist/notifications/routes.d.ts +3 -3
  57. package/dist/observability/routes.d.ts +6 -6
  58. package/dist/onboarding/default-steps.js +3 -3
  59. package/dist/onboarding/default-steps.js.map +1 -1
  60. package/dist/server/agent-chat-plugin.d.ts.map +1 -1
  61. package/dist/server/agent-chat-plugin.js +69 -154
  62. package/dist/server/agent-chat-plugin.js.map +1 -1
  63. package/dist/server/agent-engine-api-key-route.d.ts +2 -2
  64. package/dist/server/agent-run-context.d.ts +35 -0
  65. package/dist/server/agent-run-context.d.ts.map +1 -0
  66. package/dist/server/agent-run-context.js +137 -0
  67. package/dist/server/agent-run-context.js.map +1 -0
  68. package/dist/server/credential-provider.d.ts.map +1 -1
  69. package/dist/server/credential-provider.js +15 -4
  70. package/dist/server/credential-provider.js.map +1 -1
  71. package/package.json +1 -1
  72. package/corpus/templates/.retired/README.md +0 -9
  73. package/corpus/templates/.retired/calls/package.json +0 -8
  74. package/corpus/templates/.retired/code/package.json +0 -8
  75. package/corpus/templates/.retired/contracts/package.json +0 -8
  76. package/corpus/templates/.retired/images/package.json +0 -8
  77. package/corpus/templates/.retired/issues/package.json +0 -8
  78. package/corpus/templates/.retired/meeting-notes/package.json +0 -8
  79. package/corpus/templates/.retired/migration/package.json +0 -8
  80. package/corpus/templates/.retired/recruiting/package.json +0 -8
  81. package/corpus/templates/.retired/scheduling/package.json +0 -8
  82. package/corpus/templates/.retired/visual-plans/package.json +0 -8
  83. package/corpus/templates/.retired/voice/package.json +0 -8
  84. package/corpus/templates/.retired/workbench/package.json +0 -8
@@ -1,8 +0,0 @@
1
- {
2
- "name": "images",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "tsx ../../../scripts/build-retired-netlify-site.ts images"
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "name": "issues",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "tsx ../../../scripts/build-retired-netlify-site.ts issues"
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "name": "meeting-notes",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "tsx ../../../scripts/build-retired-netlify-site.ts meeting-notes"
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "name": "migration",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "tsx ../../../scripts/build-retired-netlify-site.ts migration"
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "name": "recruiting",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "tsx ../../../scripts/build-retired-netlify-site.ts recruiting"
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "name": "scheduling",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "tsx ../../../scripts/build-retired-netlify-site.ts scheduling"
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "name": "visual-plans",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "tsx ../../../scripts/build-retired-netlify-site.ts visual-plans"
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "name": "voice",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "tsx ../../../scripts/build-retired-netlify-site.ts voice"
7
- }
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "name": "workbench",
3
- "private": true,
4
- "type": "module",
5
- "scripts": {
6
- "build": "tsx ../../../scripts/build-retired-netlify-site.ts workbench"
7
- }
8
- }