@sentry/junior 0.203.0 → 0.205.0

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 (174) hide show
  1. package/dist/agent-D4nu8MQV.js +17521 -0
  2. package/dist/agent-hooks-DXHpTJ4m.js +4042 -0
  3. package/dist/agent-runner-C04colea.js +678 -0
  4. package/dist/api/schema.d.ts +2736 -2639
  5. package/dist/api/schema.js +4 -169
  6. package/dist/api.d.ts +23 -17
  7. package/dist/api.js +3881 -5326
  8. package/dist/app-Cb776lL8.d.ts +247 -0
  9. package/dist/app.d.ts +4 -520
  10. package/dist/app.js +9524 -11875
  11. package/dist/auth-pause-state-C2P3guS1.js +168 -0
  12. package/dist/catalog-runtime-CXw3asJD.js +7 -0
  13. package/dist/checkpoint-CrViJ8Ps.js +2450 -0
  14. package/dist/cli/chat.d.ts +20 -0
  15. package/dist/cli/chat.js +229 -336
  16. package/dist/cli/check.d.ts +8 -0
  17. package/dist/cli/check.js +513 -806
  18. package/dist/cli/env.d.ts +13 -0
  19. package/dist/cli/env.js +63 -12
  20. package/dist/cli/init.d.ts +3 -0
  21. package/dist/cli/init.js +90 -159
  22. package/dist/cli/main.d.ts +6 -0
  23. package/dist/cli/main.js +43 -64
  24. package/dist/cli/plugins.d.ts +13 -0
  25. package/dist/cli/plugins.js +148 -227
  26. package/dist/cli/run.d.ts +16 -0
  27. package/dist/cli/run.js +52 -8
  28. package/dist/cli/snapshot-create.d.ts +4 -0
  29. package/dist/cli/snapshot-create.js +71 -125
  30. package/dist/cli/upgrade.d.ts +15 -0
  31. package/dist/cli/upgrade.js +232 -335
  32. package/dist/config-BOtJQ7Pc.js +941 -0
  33. package/dist/context-B45_WqVX.js +298 -0
  34. package/dist/conversation-privacy-BZRA6Pes.js +182 -0
  35. package/dist/conversation-work-C6y3T5Hx.js +51 -0
  36. package/dist/credential-sync-Bep34IB_.js +2661 -0
  37. package/dist/db-BeyXKJOI.d.ts +5 -0
  38. package/dist/destinations-BeBiJeEM.js +29 -0
  39. package/dist/execution-stats-B6lgWxCK.js +373 -0
  40. package/dist/executor-BlUhFL7_.js +721 -0
  41. package/dist/experimental-CIXf7Uye.js +46 -0
  42. package/dist/history-ClE4toxe.d.ts +32 -0
  43. package/dist/history-CqTuSAdI.js +441 -0
  44. package/dist/instrumentation.d.ts +3 -3
  45. package/dist/instrumentation.js +130 -176
  46. package/dist/job-queue-DLMqIK74.js +63 -0
  47. package/dist/logging-BMJzdDlP.js +1210 -0
  48. package/dist/model-profile-CZmVoGdX.js +49 -0
  49. package/dist/nitro.d.ts +31 -36
  50. package/dist/nitro.js +275 -456
  51. package/dist/oauth-callback-server-WwG5_Zgm.js +130 -0
  52. package/dist/oauth-relay-CdCnu80W.js +62 -0
  53. package/dist/package-discovery-7a9YqLhE.js +455 -0
  54. package/dist/pending-auth-CUbXq06G.js +185 -0
  55. package/dist/plugin-module-BKGOXca2.js +81 -0
  56. package/dist/plugins-BI9A1vKA.d.ts +95 -0
  57. package/dist/plugins-egKWjgue.js +99 -0
  58. package/dist/private-trace-result-BLvBjy_e.js +16 -0
  59. package/dist/profile-T0tXE4zu.js +861 -0
  60. package/dist/registry-BA0__8ai.js +1419 -0
  61. package/dist/reporting-schema-DosTN__Q.js +105 -0
  62. package/dist/resolve-bvD1ORdv.js +546 -0
  63. package/dist/rolldown-runtime-B4FMCO8f.js +28 -0
  64. package/dist/runner-BXYxfIUL.js +392 -0
  65. package/dist/sandbox-egress-signals-ngEPjSEW.js +46 -0
  66. package/dist/schema-Rn8-XEaN.js +1140 -0
  67. package/dist/sentry-CD3SdJl-.js +26 -0
  68. package/dist/skills-DJOlYdBs.js +316 -0
  69. package/dist/spawn-h0R1bTEo.js +29 -0
  70. package/dist/stats-3YZn-Swi.js +2648 -0
  71. package/dist/store-C5qxF2ac.d.ts +208 -0
  72. package/dist/task-queue-CoXwd2eq.js +136 -0
  73. package/dist/task-runner-B2_mJZj0.js +639 -0
  74. package/dist/thread-state-CqZ1m-es.js +431 -0
  75. package/dist/turn-execution-fI6PZ0iI.js +47 -0
  76. package/dist/turn-lifecycle-CcnwrOcp.js +54 -0
  77. package/dist/usage-B5SfMb3H.js +296 -0
  78. package/dist/usage-schema-CKaDkH_j.js +20 -0
  79. package/dist/validation-DfWcvhuS.js +40 -0
  80. package/dist/vercel-queue-DIkVcfK4.js +167 -0
  81. package/dist/vercel.d.ts +6 -6
  82. package/dist/vercel.js +14 -6
  83. package/dist/version-CnXZ614E.d.ts +5 -0
  84. package/dist/version-oD-oPrbO.js +8 -0
  85. package/dist/version.d.ts +2 -4
  86. package/dist/version.js +2 -6
  87. package/dist/web-authorization-Crbzlmzo.js +76 -0
  88. package/dist/web-input-BOuq3oKK.js +494 -0
  89. package/dist/work-B91LQKHr.js +509 -0
  90. package/dist/worker-BcRRTe6k.js +625 -0
  91. package/package.json +9 -9
  92. package/dist/agent-hooks-GB2VPTNA.js +0 -51
  93. package/dist/catalog-runtime-UBLIWD3O.js +0 -14
  94. package/dist/chunk-2LYHWMR4.js +0 -46
  95. package/dist/chunk-352OWAZH.js +0 -320
  96. package/dist/chunk-3Y47VMHV.js +0 -6
  97. package/dist/chunk-3YJSKOWF.js +0 -164
  98. package/dist/chunk-4KSSKTQ5.js +0 -229
  99. package/dist/chunk-4UO6FK4G.js +0 -64
  100. package/dist/chunk-5AHX53NQ.js +0 -717
  101. package/dist/chunk-5J3E5FWA.js +0 -700
  102. package/dist/chunk-5PDAG6O3.js +0 -206
  103. package/dist/chunk-6Y5B5PEX.js +0 -80
  104. package/dist/chunk-7GWQ5S5R.js +0 -2086
  105. package/dist/chunk-7H2VZTWN.js +0 -103
  106. package/dist/chunk-7NL7T6VU.js +0 -406
  107. package/dist/chunk-A5L27LE4.js +0 -387
  108. package/dist/chunk-ADIAWL34.js +0 -81
  109. package/dist/chunk-ASTEMBKJ.js +0 -519
  110. package/dist/chunk-CEMMLV5L.js +0 -98
  111. package/dist/chunk-CM5HNV2W.js +0 -131
  112. package/dist/chunk-CRTRBBRI.js +0 -105
  113. package/dist/chunk-DA2KGZZI.js +0 -13
  114. package/dist/chunk-DIB4GX3G.js +0 -8
  115. package/dist/chunk-DKIJ2RP5.js +0 -68
  116. package/dist/chunk-DWPN6SCH.js +0 -172
  117. package/dist/chunk-EDKUFGPL.js +0 -64
  118. package/dist/chunk-ENY6SKIU.js +0 -1228
  119. package/dist/chunk-F4MGCZOX.js +0 -2943
  120. package/dist/chunk-FA6POGLH.js +0 -70
  121. package/dist/chunk-FSUR7GTG.js +0 -20475
  122. package/dist/chunk-GKEOHJL5.js +0 -1856
  123. package/dist/chunk-GMCB6W5Y.js +0 -333
  124. package/dist/chunk-IE2VPG7O.js +0 -1135
  125. package/dist/chunk-IZ5B5IHQ.js +0 -3656
  126. package/dist/chunk-JAL3CH4G.js +0 -27
  127. package/dist/chunk-KIIEUXD3.js +0 -1764
  128. package/dist/chunk-KXU4NIL7.js +0 -692
  129. package/dist/chunk-MTM5IFCY.js +0 -1190
  130. package/dist/chunk-N7TMSOZH.js +0 -235
  131. package/dist/chunk-NCEBK6PH.js +0 -36
  132. package/dist/chunk-NHJU2ZAL.js +0 -56
  133. package/dist/chunk-P6KTRNVC.js +0 -321
  134. package/dist/chunk-PDO5BLNM.js +0 -22
  135. package/dist/chunk-PDRNLLFT.js +0 -3295
  136. package/dist/chunk-PEQXYSSE.js +0 -45
  137. package/dist/chunk-PKEX2AQX.js +0 -198
  138. package/dist/chunk-PSJCGIGO.js +0 -1163
  139. package/dist/chunk-PZUSUL55.js +0 -506
  140. package/dist/chunk-R45M4TUS.js +0 -37
  141. package/dist/chunk-RC745GGZ.js +0 -122
  142. package/dist/chunk-SP3QKZXJ.js +0 -820
  143. package/dist/chunk-TXKUKMVO.js +0 -417
  144. package/dist/chunk-UE4GPWSD.js +0 -931
  145. package/dist/chunk-UIE3R5XU.js +0 -17
  146. package/dist/chunk-UXPG6ZIN.js +0 -84
  147. package/dist/chunk-VFUK3X5B.js +0 -50
  148. package/dist/chunk-VNMJWREK.js +0 -787
  149. package/dist/chunk-VZ7CSOX2.js +0 -706
  150. package/dist/chunk-WCNQJKFT.js +0 -10
  151. package/dist/chunk-WDZR3QQM.js +0 -135
  152. package/dist/chunk-WLYVJCHV.js +0 -1433
  153. package/dist/chunk-WS7NAFTM.js +0 -1520
  154. package/dist/chunk-X6GDDWQH.js +0 -60
  155. package/dist/chunk-XPDEYNQI.js +0 -102
  156. package/dist/chunk-XRW44VGM.js +0 -58
  157. package/dist/chunk-Y2CM7HXH.js +0 -111
  158. package/dist/chunk-Y7X25LFY.js +0 -15
  159. package/dist/conversation-work-VIOQ5ZF3.js +0 -54
  160. package/dist/db-NGDJV7YH.js +0 -26
  161. package/dist/discovery-DWVDM7UK.js +0 -44
  162. package/dist/experimental-P5FZM4CU.js +0 -12
  163. package/dist/oauth-callback-server-YFY7YEGK.js +0 -243
  164. package/dist/oauth-relay-5XPVRPYB.js +0 -8
  165. package/dist/plugins-YTYJMMJF.js +0 -14
  166. package/dist/runner-ORTNSB2Q.js +0 -522
  167. package/dist/sandbox-egress-signals-FIL7EGPR.js +0 -73
  168. package/dist/sentry-MB3NL3IR.js +0 -42
  169. package/dist/skills-H376WQOH.js +0 -27
  170. package/dist/spawn-T43WHLOS.js +0 -42
  171. package/dist/task-runner-LBZWF32V.js +0 -36
  172. package/dist/validation-REJLRKI6.js +0 -17
  173. package/dist/work-3KJ3RE76.js +0 -51
  174. package/dist/worker-QFEBU72E.js +0 -24
@@ -1,133 +1,79 @@
1
- import {
2
- resolve
3
- } from "../chunk-VZ7CSOX2.js";
4
- import {
5
- create
6
- } from "../chunk-5AHX53NQ.js";
7
- import {
8
- disconnectStateAdapter
9
- } from "../chunk-P6KTRNVC.js";
10
- import "../chunk-ENY6SKIU.js";
11
- import "../chunk-NHJU2ZAL.js";
12
- import "../chunk-PKEX2AQX.js";
13
- import {
14
- pluginCatalogRuntime
15
- } from "../chunk-WCNQJKFT.js";
16
- import "../chunk-7GWQ5S5R.js";
17
- import "../chunk-CEMMLV5L.js";
18
- import "../chunk-N7TMSOZH.js";
19
- import "../chunk-DWPN6SCH.js";
20
- import "../chunk-TXKUKMVO.js";
21
- import "../chunk-WS7NAFTM.js";
22
- import "../chunk-PEQXYSSE.js";
23
- import "../chunk-WDZR3QQM.js";
24
-
25
- // src/cli/snapshot-create.ts
26
- var DEFAULT_RUNTIME = "node22";
27
- var DEFAULT_TIMEOUT_MS = 10 * 60 * 1e3;
1
+ import { n as pluginCatalogRuntime } from "../catalog-runtime-CXw3asJD.js";
2
+ import { S as disconnectStateAdapter, t as create } from "../profile-T0tXE4zu.js";
3
+ import { r as resolve } from "../resolve-bvD1ORdv.js";
4
+ //#region src/cli/snapshot-create.ts
5
+ const DEFAULT_RUNTIME = "node22";
6
+ const DEFAULT_TIMEOUT_MS = 6e5;
28
7
  function progressMessage(phase) {
29
- if (phase === "resolve_start") {
30
- return "Resolving sandbox snapshot profile...";
31
- }
32
- if (phase === "cache_hit") {
33
- return "Using cached sandbox snapshot.";
34
- }
35
- if (phase === "waiting_for_lock") {
36
- return "Waiting for sandbox snapshot build lock...";
37
- }
38
- if (phase === "building_snapshot") {
39
- return "Building sandbox snapshot...";
40
- }
41
- return "Sandbox snapshot build complete.";
8
+ if (phase === "resolve_start") return "Resolving sandbox snapshot profile...";
9
+ if (phase === "cache_hit") return "Using cached sandbox snapshot.";
10
+ if (phase === "waiting_for_lock") return "Waiting for sandbox snapshot build lock...";
11
+ if (phase === "building_snapshot") return "Building sandbox snapshot...";
12
+ return "Sandbox snapshot build complete.";
42
13
  }
43
14
  function formatList(values) {
44
- return values.length > 0 ? values.join(", ") : "none";
15
+ return values.length > 0 ? values.join(", ") : "none";
45
16
  }
46
17
  function logSnapshotProfile(runtime, log) {
47
- const providers = pluginCatalogRuntime.getProviders();
48
- const currentProfile = create(runtime);
49
- const pluginNames = providers.map((plugin) => plugin.manifest.name).sort();
50
- const snapshotPluginNames = providers.filter(
51
- (plugin) => (plugin.manifest.runtimeDependencies?.length ?? 0) > 0 || (plugin.manifest.runtimePostinstall?.length ?? 0) > 0
52
- ).map((plugin) => plugin.manifest.name).sort();
53
- const systemDependencies = [];
54
- const npmDependencies = [];
55
- for (const dep of currentProfile?.dependencies ?? []) {
56
- if (dep.type === "npm") {
57
- npmDependencies.push(`${dep.package}@${dep.version}`);
58
- continue;
59
- }
60
- systemDependencies.push("package" in dep ? dep.package : dep.url);
61
- }
62
- const postinstallCommands = (currentProfile?.postinstall ?? []).map(
63
- ({ cmd, args }) => [cmd, ...args ?? []].filter((part) => part.trim().length > 0).join(" ")
64
- );
65
- log(`Loaded plugins (${pluginNames.length}): ${formatList(pluginNames)}`);
66
- log(
67
- "Sandbox snapshot inputs: " + [
68
- `plugins=${snapshotPluginNames.length}`,
69
- `system_dependencies=${systemDependencies.length}`,
70
- `npm_dependencies=${npmDependencies.length}`,
71
- `postinstall_commands=${postinstallCommands.length}`
72
- ].join(" ")
73
- );
74
- if (snapshotPluginNames.length === 0 && systemDependencies.length === 0 && npmDependencies.length === 0 && postinstallCommands.length === 0) {
75
- return;
76
- }
77
- log(
78
- `Snapshot plugins (${snapshotPluginNames.length}): ${formatList(snapshotPluginNames)}`
79
- );
80
- if (systemDependencies.length > 0) {
81
- log(
82
- `System dependencies (${systemDependencies.length}): ${systemDependencies.join(", ")}`
83
- );
84
- }
85
- if (npmDependencies.length > 0) {
86
- log(
87
- `NPM dependencies (${npmDependencies.length}): ${npmDependencies.join(", ")}`
88
- );
89
- }
90
- if (postinstallCommands.length > 0) {
91
- log(
92
- `Runtime postinstall (${postinstallCommands.length}): ${postinstallCommands.join(", ")}`
93
- );
94
- }
18
+ const providers = pluginCatalogRuntime.getProviders();
19
+ const currentProfile = create(runtime);
20
+ const pluginNames = providers.map((plugin) => plugin.manifest.name).sort();
21
+ const snapshotPluginNames = providers.filter((plugin) => (plugin.manifest.runtimeDependencies?.length ?? 0) > 0 || (plugin.manifest.runtimePostinstall?.length ?? 0) > 0).map((plugin) => plugin.manifest.name).sort();
22
+ const systemDependencies = [];
23
+ const npmDependencies = [];
24
+ for (const dep of currentProfile?.dependencies ?? []) {
25
+ if (dep.type === "npm") {
26
+ npmDependencies.push(`${dep.package}@${dep.version}`);
27
+ continue;
28
+ }
29
+ systemDependencies.push("package" in dep ? dep.package : dep.url);
30
+ }
31
+ const postinstallCommands = (currentProfile?.postinstall ?? []).map(({ cmd, args }) => [cmd, ...args ?? []].filter((part) => part.trim().length > 0).join(" "));
32
+ log(`Loaded plugins (${pluginNames.length}): ${formatList(pluginNames)}`);
33
+ log("Sandbox snapshot inputs: " + [
34
+ `plugins=${snapshotPluginNames.length}`,
35
+ `system_dependencies=${systemDependencies.length}`,
36
+ `npm_dependencies=${npmDependencies.length}`,
37
+ `postinstall_commands=${postinstallCommands.length}`
38
+ ].join(" "));
39
+ if (snapshotPluginNames.length === 0 && systemDependencies.length === 0 && npmDependencies.length === 0 && postinstallCommands.length === 0) return;
40
+ log(`Snapshot plugins (${snapshotPluginNames.length}): ${formatList(snapshotPluginNames)}`);
41
+ if (systemDependencies.length > 0) log(`System dependencies (${systemDependencies.length}): ${systemDependencies.join(", ")}`);
42
+ if (npmDependencies.length > 0) log(`NPM dependencies (${npmDependencies.length}): ${npmDependencies.join(", ")}`);
43
+ if (postinstallCommands.length > 0) log(`Runtime postinstall (${postinstallCommands.length}): ${postinstallCommands.join(", ")}`);
95
44
  }
45
+ /** Resolve or create the default sandbox snapshot and report its progress. */
96
46
  async function runSnapshotCreate(log = console.log) {
97
- if (process.env.JUNIOR_SKIP_SNAPSHOT === "1") {
98
- log("Skipping sandbox snapshot create (JUNIOR_SKIP_SNAPSHOT=1)");
99
- return;
100
- }
101
- const runtime = DEFAULT_RUNTIME;
102
- const timeoutMs = DEFAULT_TIMEOUT_MS;
103
- try {
104
- logSnapshotProfile(runtime, log);
105
- const emitted = /* @__PURE__ */ new Set();
106
- const snapshot = await resolve({
107
- runtime,
108
- timeoutMs,
109
- onProgress: async (phase) => {
110
- if (emitted.has(phase)) {
111
- return;
112
- }
113
- emitted.add(phase);
114
- log(progressMessage(phase));
115
- }
116
- });
117
- const fields = [
118
- `runtime=${runtime}`,
119
- `resolve_outcome=${snapshot.resolveOutcome}`,
120
- `cache_hit=${snapshot.cacheHit}`,
121
- `dependency_count=${snapshot.dependencyCount}`,
122
- ...snapshot.profileHash ? [`profile_hash=${snapshot.profileHash}`] : [],
123
- ...snapshot.snapshotId ? [`snapshot_id=${snapshot.snapshotId}`] : [],
124
- ...snapshot.rebuildReason ? [`rebuild_reason=${snapshot.rebuildReason}`] : []
125
- ];
126
- log(`Sandbox snapshot create complete: ${fields.join(" ")}`);
127
- } finally {
128
- await disconnectStateAdapter();
129
- }
47
+ if (process.env.JUNIOR_SKIP_SNAPSHOT === "1") {
48
+ log("Skipping sandbox snapshot create (JUNIOR_SKIP_SNAPSHOT=1)");
49
+ return;
50
+ }
51
+ const runtime = DEFAULT_RUNTIME;
52
+ const timeoutMs = DEFAULT_TIMEOUT_MS;
53
+ try {
54
+ logSnapshotProfile(runtime, log);
55
+ const emitted = /* @__PURE__ */ new Set();
56
+ const snapshot = await resolve({
57
+ runtime,
58
+ timeoutMs,
59
+ onProgress: async (phase) => {
60
+ if (emitted.has(phase)) return;
61
+ emitted.add(phase);
62
+ log(progressMessage(phase));
63
+ }
64
+ });
65
+ log(`Sandbox snapshot create complete: ${[
66
+ `runtime=${runtime}`,
67
+ `resolve_outcome=${snapshot.resolveOutcome}`,
68
+ `cache_hit=${snapshot.cacheHit}`,
69
+ `dependency_count=${snapshot.dependencyCount}`,
70
+ ...snapshot.profileHash ? [`profile_hash=${snapshot.profileHash}`] : [],
71
+ ...snapshot.snapshotId ? [`snapshot_id=${snapshot.snapshotId}`] : [],
72
+ ...snapshot.rebuildReason ? [`rebuild_reason=${snapshot.rebuildReason}`] : []
73
+ ].join(" ")}`);
74
+ } finally {
75
+ await disconnectStateAdapter();
76
+ }
130
77
  }
131
- export {
132
- runSnapshotCreate
133
- };
78
+ //#endregion
79
+ export { runSnapshotCreate };
@@ -0,0 +1,15 @@
1
+ import "../db-BeyXKJOI.js";
2
+ import { n as JuniorPluginSet } from "../plugins-BI9A1vKA.js";
3
+ //#region src/cli/upgrade/types.d.ts
4
+ interface UpgradeIo {
5
+ info: (line: string) => void;
6
+ }
7
+ //#endregion
8
+ //#region src/cli/upgrade.d.ts
9
+ /** Resolve the plugin set available to upgrade migrations in source and built CLI runs. */
10
+ export declare function resolveUpgradePluginSet(): Promise<JuniorPluginSet | undefined>;
11
+ /** Apply Junior and enabled-plugin database migrations. */
12
+ export declare function runUpgrade(io?: UpgradeIo, options?: {
13
+ pluginSet?: JuniorPluginSet | null;
14
+ }): Promise<void>;
15
+ //#endregion