@sentry/junior 0.174.0 → 0.176.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.
- package/dist/{agent-hooks-HBZUWB4D.js → agent-hooks-ZPCHKYXI.js} +13 -12
- package/dist/api.js +27 -27
- package/dist/app.js +272 -344
- package/dist/{catalog-runtime-J3R3LC7Y.js → catalog-runtime-3Z2Y5IP6.js} +5 -5
- package/dist/chat/agent-dispatch/heartbeat.d.ts +1 -1
- package/dist/chat/agent-dispatch/store.d.ts +3 -16
- package/dist/chat/resource-events/catalog.d.ts +2 -0
- package/dist/chat/resource-events/notification.d.ts +1 -1
- package/dist/chat/resource-events/tool-support.d.ts +4 -0
- package/dist/{chunk-47LO5GDT.js → chunk-2N7YRFMW.js} +12 -12
- package/dist/{chunk-RL23S5DG.js → chunk-5JB5JJO5.js} +1 -1
- package/dist/{chunk-2BNKQSPC.js → chunk-64EGCW34.js} +8 -16
- package/dist/{chunk-DIW6IQYK.js → chunk-665JOQEP.js} +6 -6
- package/dist/{chunk-WEL4NWRR.js → chunk-6NQJQP7O.js} +5 -5
- package/dist/{chunk-5EWBGDW2.js → chunk-AJEZETLT.js} +1 -1
- package/dist/{chunk-GWZBBIV6.js → chunk-B65VEBJV.js} +2 -2
- package/dist/{chunk-HJFWO72I.js → chunk-B6IOTX7W.js} +1 -1
- package/dist/{chunk-T5VGNZ7F.js → chunk-B7U2QBMT.js} +16 -58
- package/dist/{chunk-ZBWAXCR3.js → chunk-BNGK2J6X.js} +1 -1
- package/dist/{chunk-IYI7RPHU.js → chunk-CI4JX64I.js} +1 -1
- package/dist/{chunk-XOXKL2DL.js → chunk-CNC65LIX.js} +1 -1
- package/dist/{chunk-4ALVTB7F.js → chunk-COFZR2CO.js} +1 -1
- package/dist/{chunk-KIU7RKE5.js → chunk-CTYWFV6L.js} +6 -6
- package/dist/{chunk-VZFLAGFK.js → chunk-CUA5SZR5.js} +1 -1
- package/dist/{chunk-2E353AHN.js → chunk-DVHYQDGM.js} +1 -1
- package/dist/{chunk-BFNNCBTK.js → chunk-FNOLPLXJ.js} +4 -4
- package/dist/{chunk-GX2ISGLH.js → chunk-GYRGJVWR.js} +472 -903
- package/dist/{chunk-FFUNPZA2.js → chunk-H7KTMGNI.js} +1 -1
- package/dist/{chunk-OTAPFODZ.js → chunk-IPOB6IL5.js} +98 -96
- package/dist/{chunk-JVORBSUR.js → chunk-JHCAX7XY.js} +3 -3
- package/dist/{chunk-BLBKORDG.js → chunk-JIZ3RFER.js} +505 -11
- package/dist/{chunk-DRRUFZKZ.js → chunk-KYHHJ6LS.js} +1 -1
- package/dist/{chunk-N7Y3T47I.js → chunk-OKXHYVKE.js} +4 -4
- package/dist/{chunk-REUKFWLH.js → chunk-PS3ZPRL2.js} +1 -1
- package/dist/{chunk-7V25DLCB.js → chunk-Q374NKGS.js} +8 -8
- package/dist/{chunk-W6HVH5JJ.js → chunk-RSIHA3XC.js} +5 -5
- package/dist/{chunk-Z23POK2V.js → chunk-SBIQ5MZW.js} +1 -1
- package/dist/{chunk-WH7F67EN.js → chunk-SGLLADGQ.js} +17 -17
- package/dist/{chunk-AJMUVCXW.js → chunk-VUAHVGPY.js} +4 -4
- package/dist/{chunk-6FWEUJGH.js → chunk-VVLQGGJJ.js} +1 -1
- package/dist/{chunk-OXYAEFKS.js → chunk-Z2YZ6QLG.js} +2 -2
- package/dist/cli/chat.js +31 -31
- package/dist/cli/check.js +6 -6
- package/dist/cli/plugins.js +14 -13
- package/dist/cli/snapshot-create.js +10 -10
- package/dist/cli/upgrade.js +7 -7
- package/dist/{db-6JOWUGLP.js → db-63K2IY36.js} +7 -7
- package/dist/instrumentation.js +4 -4
- package/dist/nitro.js +2 -2
- package/dist/{oauth-callback-server-ZLOKNXOW.js → oauth-callback-server-JZXBDXGO.js} +24 -24
- package/dist/{runner-YD4J2GBE.js → runner-3KWZJVK6.js} +16 -16
- package/dist/{skills-YMSY2LFN.js → skills-TFQQ3WSE.js} +6 -6
- package/dist/spawn-3GVQNWFH.js +37 -0
- package/dist/{validation-KAOZ7UHD.js → validation-RKLSF2UH.js} +6 -6
- package/dist/version.js +1 -1
- package/dist/{work-ILZ3L7AD.js → work-RKDS3J2X.js} +19 -19
- package/dist/worker-5RJNDPYW.js +24 -0
- package/package.json +4 -4
- package/dist/chat/agent-dispatch/signing.d.ts +0 -14
- package/dist/handlers/agent-dispatch.d.ts +0 -12
- package/dist/spawn-ZVO5IUCR.js +0 -37
- package/dist/worker-D34ZL6RU.js +0 -24
|
@@ -13,24 +13,25 @@ import {
|
|
|
13
13
|
getPlugins,
|
|
14
14
|
setPlugins,
|
|
15
15
|
validatePlugins
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-JIZ3RFER.js";
|
|
17
|
+
import "./chunk-3Y47VMHV.js";
|
|
18
|
+
import "./chunk-JHCAX7XY.js";
|
|
19
|
+
import "./chunk-CUA5SZR5.js";
|
|
20
|
+
import "./chunk-CNC65LIX.js";
|
|
21
|
+
import "./chunk-B6IOTX7W.js";
|
|
22
|
+
import "./chunk-Z2YZ6QLG.js";
|
|
22
23
|
import "./chunk-VFUK3X5B.js";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-H7KTMGNI.js";
|
|
25
|
+
import "./chunk-5JB5JJO5.js";
|
|
26
|
+
import "./chunk-CI4JX64I.js";
|
|
26
27
|
import "./chunk-CGA4ERJ5.js";
|
|
27
28
|
import "./chunk-M63DETLL.js";
|
|
28
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-SBIQ5MZW.js";
|
|
29
30
|
import "./chunk-6GWA276C.js";
|
|
30
31
|
import "./chunk-OOUNJNMR.js";
|
|
31
32
|
import "./chunk-H4HBKISO.js";
|
|
32
|
-
import "./chunk-
|
|
33
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-KYHHJ6LS.js";
|
|
34
|
+
import "./chunk-DVHYQDGM.js";
|
|
34
35
|
import "./chunk-MLKGABMK.js";
|
|
35
36
|
export {
|
|
36
37
|
PluginHookDeniedError,
|
package/dist/api.js
CHANGED
|
@@ -59,15 +59,15 @@ import {
|
|
|
59
59
|
revokePersonalToken,
|
|
60
60
|
viewerConversationMembership,
|
|
61
61
|
webActorFromEmail
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-2N7YRFMW.js";
|
|
63
63
|
import {
|
|
64
64
|
buildSentryConversationUrl,
|
|
65
65
|
getWebAuthorization
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-VVLQGGJJ.js";
|
|
67
67
|
import {
|
|
68
68
|
cancelHumanFacingPendingMessages,
|
|
69
69
|
getConversation
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-OKXHYVKE.js";
|
|
71
71
|
import {
|
|
72
72
|
readTaskExecutionByConversationId,
|
|
73
73
|
readTaskExecutionDays,
|
|
@@ -75,8 +75,8 @@ import {
|
|
|
75
75
|
readTaskExecutionSummaries,
|
|
76
76
|
readTaskExecutions,
|
|
77
77
|
readTaskRuns
|
|
78
|
-
} from "./chunk-
|
|
79
|
-
import "./chunk-
|
|
78
|
+
} from "./chunk-B7U2QBMT.js";
|
|
79
|
+
import "./chunk-6NQJQP7O.js";
|
|
80
80
|
import {
|
|
81
81
|
healthReportSchema,
|
|
82
82
|
pluginOperationalReportFeedSchema,
|
|
@@ -101,20 +101,19 @@ import {
|
|
|
101
101
|
listPublicScheduledTasksForTeams,
|
|
102
102
|
readLiveAttachment,
|
|
103
103
|
readStats
|
|
104
|
-
} from "./chunk-
|
|
104
|
+
} from "./chunk-IPOB6IL5.js";
|
|
105
105
|
import {
|
|
106
106
|
parseSlackThreadId
|
|
107
|
-
} from "./chunk-
|
|
107
|
+
} from "./chunk-AJEZETLT.js";
|
|
108
108
|
import {
|
|
109
109
|
agentTurnUsageSchema,
|
|
110
110
|
fallbackShortTitle,
|
|
111
111
|
hasAgentTurnUsage,
|
|
112
112
|
renderJuniorNativeConversationEvent
|
|
113
|
-
} from "./chunk-
|
|
114
|
-
import "./chunk-3Y47VMHV.js";
|
|
113
|
+
} from "./chunk-64EGCW34.js";
|
|
115
114
|
import {
|
|
116
115
|
getCachedSnapshot
|
|
117
|
-
} from "./chunk-
|
|
116
|
+
} from "./chunk-FNOLPLXJ.js";
|
|
118
117
|
import "./chunk-PDO5BLNM.js";
|
|
119
118
|
import {
|
|
120
119
|
SANDBOX_RUNTIME,
|
|
@@ -135,7 +134,8 @@ import {
|
|
|
135
134
|
updateWorkspace,
|
|
136
135
|
withSlackRetries,
|
|
137
136
|
workspaceRepoCheckoutPath
|
|
138
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-JIZ3RFER.js";
|
|
138
|
+
import "./chunk-3Y47VMHV.js";
|
|
139
139
|
import {
|
|
140
140
|
decodeStoredConversationEvent,
|
|
141
141
|
getConversationStore,
|
|
@@ -143,25 +143,25 @@ import {
|
|
|
143
143
|
getSqlExecutor,
|
|
144
144
|
locationFromRow,
|
|
145
145
|
parseSessionSource
|
|
146
|
-
} from "./chunk-
|
|
146
|
+
} from "./chunk-JHCAX7XY.js";
|
|
147
147
|
import {
|
|
148
148
|
juniorConversationEvents,
|
|
149
149
|
juniorConversations,
|
|
150
150
|
juniorIdentities,
|
|
151
151
|
juniorUsers
|
|
152
|
-
} from "./chunk-
|
|
152
|
+
} from "./chunk-CUA5SZR5.js";
|
|
153
153
|
import {
|
|
154
154
|
create,
|
|
155
155
|
hash
|
|
156
|
-
} from "./chunk-
|
|
157
|
-
import "./chunk-
|
|
158
|
-
import "./chunk-
|
|
156
|
+
} from "./chunk-CNC65LIX.js";
|
|
157
|
+
import "./chunk-B6IOTX7W.js";
|
|
158
|
+
import "./chunk-Z2YZ6QLG.js";
|
|
159
159
|
import {
|
|
160
160
|
juniorDestinations
|
|
161
161
|
} from "./chunk-VFUK3X5B.js";
|
|
162
|
-
import "./chunk-
|
|
163
|
-
import "./chunk-
|
|
164
|
-
import "./chunk-
|
|
162
|
+
import "./chunk-H7KTMGNI.js";
|
|
163
|
+
import "./chunk-5JB5JJO5.js";
|
|
164
|
+
import "./chunk-CI4JX64I.js";
|
|
165
165
|
import "./chunk-CGA4ERJ5.js";
|
|
166
166
|
import {
|
|
167
167
|
parseSlackChannelId,
|
|
@@ -171,12 +171,12 @@ import {
|
|
|
171
171
|
import {
|
|
172
172
|
logException,
|
|
173
173
|
logWarn
|
|
174
|
-
} from "./chunk-
|
|
174
|
+
} from "./chunk-SBIQ5MZW.js";
|
|
175
175
|
import "./chunk-6GWA276C.js";
|
|
176
176
|
import "./chunk-OOUNJNMR.js";
|
|
177
177
|
import "./chunk-H4HBKISO.js";
|
|
178
|
-
import "./chunk-
|
|
179
|
-
import "./chunk-
|
|
178
|
+
import "./chunk-KYHHJ6LS.js";
|
|
179
|
+
import "./chunk-DVHYQDGM.js";
|
|
180
180
|
import "./chunk-MLKGABMK.js";
|
|
181
181
|
|
|
182
182
|
// src/api.ts
|
|
@@ -4079,7 +4079,7 @@ async function readPeoplePluginReports(args) {
|
|
|
4079
4079
|
source: "plugins"
|
|
4080
4080
|
});
|
|
4081
4081
|
}
|
|
4082
|
-
const { getPluginProfileReports } = await import("./agent-hooks-
|
|
4082
|
+
const { getPluginProfileReports } = await import("./agent-hooks-ZPCHKYXI.js");
|
|
4083
4083
|
return pluginOperationalReportFeedSchema.parse({
|
|
4084
4084
|
generatedAt: new Date(nowMs).toISOString(),
|
|
4085
4085
|
reports: await getPluginProfileReports({
|
|
@@ -4798,7 +4798,7 @@ function readDescriptionText(home) {
|
|
|
4798
4798
|
}
|
|
4799
4799
|
}
|
|
4800
4800
|
async function readSkillReports() {
|
|
4801
|
-
const { discoverSkills } = await import("./skills-
|
|
4801
|
+
const { discoverSkills } = await import("./skills-TFQQ3WSE.js");
|
|
4802
4802
|
const skills = await discoverSkills();
|
|
4803
4803
|
return skillReportsSchema.parse(
|
|
4804
4804
|
skills.map((skill) => ({
|
|
@@ -4808,7 +4808,7 @@ async function readSkillReports() {
|
|
|
4808
4808
|
);
|
|
4809
4809
|
}
|
|
4810
4810
|
async function readPlugins() {
|
|
4811
|
-
const { pluginCatalogRuntime } = await import("./catalog-runtime-
|
|
4811
|
+
const { pluginCatalogRuntime } = await import("./catalog-runtime-3Z2Y5IP6.js");
|
|
4812
4812
|
return pluginsSchema.parse(
|
|
4813
4813
|
pluginCatalogRuntime.getProviders().map((plugin) => ({
|
|
4814
4814
|
configKeys: plugin.manifest.configKeys ?? [],
|
|
@@ -4821,7 +4821,7 @@ async function readPlugins() {
|
|
|
4821
4821
|
async function readRuntimeInfoReport() {
|
|
4822
4822
|
const [{ homeDir }, { pluginCatalogRuntime }, plugins, skills] = await Promise.all([
|
|
4823
4823
|
import("./discovery-GUFTFBTL.js"),
|
|
4824
|
-
import("./catalog-runtime-
|
|
4824
|
+
import("./catalog-runtime-3Z2Y5IP6.js"),
|
|
4825
4825
|
readPlugins(),
|
|
4826
4826
|
readSkillReports()
|
|
4827
4827
|
]);
|
|
@@ -4837,7 +4837,7 @@ async function readRuntimeInfoReport() {
|
|
|
4837
4837
|
}
|
|
4838
4838
|
async function readPluginOperationalReportFeed() {
|
|
4839
4839
|
const nowMs = Date.now();
|
|
4840
|
-
const { getPluginOperationalReports } = await import("./agent-hooks-
|
|
4840
|
+
const { getPluginOperationalReports } = await import("./agent-hooks-ZPCHKYXI.js");
|
|
4841
4841
|
return pluginOperationalReportFeedSchema.parse({
|
|
4842
4842
|
source: "plugins",
|
|
4843
4843
|
generatedAt: new Date(nowMs).toISOString(),
|