@sentry/junior 0.84.0 → 0.84.1
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-XDS5DIVS.js → agent-hooks-TFPY6V3T.js} +3 -3
- package/dist/app.js +11 -11
- package/dist/{catalog-runtime-IVWRAPSI.js → catalog-runtime-XOD7YPRS.js} +2 -2
- package/dist/chat/requester.d.ts +1 -1
- package/dist/{chunk-FAGWUF44.js → chunk-2TAIGJPQ.js} +1 -1
- package/dist/{chunk-WCXVEQPI.js → chunk-64ACM6AP.js} +1 -1
- package/dist/{chunk-KNVN4HUT.js → chunk-AL6ZFV7U.js} +2 -2
- package/dist/{chunk-TW23AT22.js → chunk-BQ3ITJA6.js} +1 -1
- package/dist/{chunk-S7SC5IUJ.js → chunk-FPN7NYTE.js} +1 -1
- package/dist/{chunk-ZPCGQRFJ.js → chunk-IXTBFABZ.js} +4 -5
- package/dist/{chunk-JUI6XIHU.js → chunk-JK7376UT.js} +2 -2
- package/dist/{chunk-MZ4DUVFD.js → chunk-LSG6PQF4.js} +1 -1
- package/dist/{chunk-AAD2D7K3.js → chunk-QWKB6NJV.js} +1 -1
- package/dist/{chunk-ZPD5YQFZ.js → chunk-SVFA43LT.js} +1 -1
- package/dist/{chunk-BFPOSIYV.js → chunk-T2YRJZ5A.js} +7 -7
- package/dist/cli/chat.js +6 -6
- package/dist/cli/check.js +3 -3
- package/dist/cli/plugins.js +5 -5
- package/dist/cli/snapshot-warmup.js +3 -3
- package/dist/cli/upgrade.js +4 -4
- package/dist/{db-7RRWCYF3.js → db-ELRCNB4A.js} +2 -2
- package/dist/reporting.js +7 -7
- package/dist/{runner-CJL5IKFO.js → runner-2XU6QQND.js} +8 -8
- package/dist/{validation-TN6HMZAD.js → validation-MBNJKWPQ.js} +3 -3
- package/package.json +5 -5
|
@@ -11,15 +11,15 @@ import {
|
|
|
11
11
|
getPlugins,
|
|
12
12
|
setPlugins,
|
|
13
13
|
validatePlugins
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-AL6ZFV7U.js";
|
|
15
15
|
import "./chunk-CWMMGUWM.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-QWKB6NJV.js";
|
|
17
17
|
import "./chunk-G3E7SCME.js";
|
|
18
18
|
import "./chunk-MJ4E2PK7.js";
|
|
19
19
|
import "./chunk-BAPRSWNW.js";
|
|
20
20
|
import "./chunk-ALL7GG6U.js";
|
|
21
21
|
import "./chunk-DR75T7J3.js";
|
|
22
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-IXTBFABZ.js";
|
|
23
23
|
import "./chunk-KF7522P3.js";
|
|
24
24
|
import "./chunk-FTMXFBDC.js";
|
|
25
25
|
import "./chunk-3DA7X2U3.js";
|
package/dist/app.js
CHANGED
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
updateConversationStats,
|
|
69
69
|
uploadFilesToThread,
|
|
70
70
|
upsertConversationMessage
|
|
71
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-T2YRJZ5A.js";
|
|
72
72
|
import {
|
|
73
73
|
CONVERSATION_WORK_CHECK_IN_INTERVAL_MS,
|
|
74
74
|
CONVERSATION_WORK_STALE_ENQUEUE_MS,
|
|
@@ -88,12 +88,12 @@ import {
|
|
|
88
88
|
requestConversationContinuation,
|
|
89
89
|
requestConversationWork,
|
|
90
90
|
startConversationWork
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-FPN7NYTE.js";
|
|
92
92
|
import {
|
|
93
93
|
JUNIOR_THREAD_STATE_TTL_MS,
|
|
94
94
|
coerceThreadConversationState
|
|
95
95
|
} from "./chunk-66NX7MNW.js";
|
|
96
|
-
import "./chunk-
|
|
96
|
+
import "./chunk-LSG6PQF4.js";
|
|
97
97
|
import {
|
|
98
98
|
getVercelConversationWorkQueue,
|
|
99
99
|
resolveConversationWorkQueueTopic,
|
|
@@ -111,7 +111,7 @@ import {
|
|
|
111
111
|
resolveSlackChannelTypeFromMessage,
|
|
112
112
|
resolveSlackConversationContext,
|
|
113
113
|
setConversationTitle
|
|
114
|
-
} from "./chunk-
|
|
114
|
+
} from "./chunk-SVFA43LT.js";
|
|
115
115
|
import {
|
|
116
116
|
abandonAgentTurnSessionRecord,
|
|
117
117
|
buildSlackOutputMessage,
|
|
@@ -127,11 +127,11 @@ import {
|
|
|
127
127
|
recordAuthorizationCompleted,
|
|
128
128
|
splitSlackReplyText,
|
|
129
129
|
truncateStatusText
|
|
130
|
-
} from "./chunk-
|
|
130
|
+
} from "./chunk-JK7376UT.js";
|
|
131
131
|
import {
|
|
132
132
|
validatePluginEgressCredentialHooks,
|
|
133
133
|
validatePluginRegistrations
|
|
134
|
-
} from "./chunk-
|
|
134
|
+
} from "./chunk-2TAIGJPQ.js";
|
|
135
135
|
import {
|
|
136
136
|
defineJuniorPlugins,
|
|
137
137
|
pluginCatalogConfigFromEnv,
|
|
@@ -147,7 +147,7 @@ import {
|
|
|
147
147
|
setPlugins,
|
|
148
148
|
validatePlugins,
|
|
149
149
|
verifySlackDirectCredentialSubject
|
|
150
|
-
} from "./chunk-
|
|
150
|
+
} from "./chunk-AL6ZFV7U.js";
|
|
151
151
|
import {
|
|
152
152
|
createPluginLogger,
|
|
153
153
|
createPluginState
|
|
@@ -155,7 +155,7 @@ import {
|
|
|
155
155
|
import {
|
|
156
156
|
getConversationStore,
|
|
157
157
|
getDb
|
|
158
|
-
} from "./chunk-
|
|
158
|
+
} from "./chunk-QWKB6NJV.js";
|
|
159
159
|
import "./chunk-G3E7SCME.js";
|
|
160
160
|
import {
|
|
161
161
|
acquireActiveLock,
|
|
@@ -200,13 +200,13 @@ import {
|
|
|
200
200
|
} from "./chunk-DR75T7J3.js";
|
|
201
201
|
import {
|
|
202
202
|
discoverSkills
|
|
203
|
-
} from "./chunk-
|
|
203
|
+
} from "./chunk-64ACM6AP.js";
|
|
204
204
|
import {
|
|
205
205
|
buildOAuthTokenRequest,
|
|
206
206
|
hasRequiredOAuthScope,
|
|
207
207
|
parseOAuthTokenResponse,
|
|
208
208
|
pluginCatalogRuntime
|
|
209
|
-
} from "./chunk-
|
|
209
|
+
} from "./chunk-BQ3ITJA6.js";
|
|
210
210
|
import {
|
|
211
211
|
createRequester,
|
|
212
212
|
createSlackRequester,
|
|
@@ -214,7 +214,7 @@ import {
|
|
|
214
214
|
isActorUserId,
|
|
215
215
|
parseActorUserId,
|
|
216
216
|
toStoredSlackRequester
|
|
217
|
-
} from "./chunk-
|
|
217
|
+
} from "./chunk-IXTBFABZ.js";
|
|
218
218
|
import {
|
|
219
219
|
homeDir
|
|
220
220
|
} from "./chunk-6APU57E6.js";
|
package/dist/chat/requester.d.ts
CHANGED
|
@@ -59,7 +59,7 @@ export declare function createSlackRequester(teamId: string, userId: string, pro
|
|
|
59
59
|
export declare function parseStoredSlackRequester(value: unknown): StoredSlackRequester | undefined;
|
|
60
60
|
/** Convert a runtime Slack requester into its durable session shape. */
|
|
61
61
|
export declare function toStoredSlackRequester(requester: SlackRequester): StoredSlackRequester;
|
|
62
|
-
/** Resolve a Slack resume requester from stored
|
|
62
|
+
/** Resolve a Slack resume requester from stored profile data and the active actor. */
|
|
63
63
|
export declare function createSlackResumeRequester(args: {
|
|
64
64
|
requester?: Requester;
|
|
65
65
|
teamId: string;
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-CWMMGUWM.js";
|
|
5
5
|
import {
|
|
6
6
|
getDb
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-QWKB6NJV.js";
|
|
8
8
|
import {
|
|
9
9
|
SANDBOX_WORKSPACE_ROOT
|
|
10
10
|
} from "./chunk-G3E7SCME.js";
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
isActorUserId,
|
|
24
24
|
parseActorUserId
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-IXTBFABZ.js";
|
|
26
26
|
import {
|
|
27
27
|
logInfo,
|
|
28
28
|
logWarn
|
|
@@ -157,11 +157,10 @@ function toStoredSlackRequester(requester) {
|
|
|
157
157
|
};
|
|
158
158
|
}
|
|
159
159
|
function createSlackResumeRequester(args) {
|
|
160
|
-
if (
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
throw new Error("Stored Slack requester did not match resume actor");
|
|
160
|
+
if (args.requester) {
|
|
161
|
+
if (args.requester.platform !== "slack" || args.requester.teamId !== args.teamId || args.requester.userId !== args.userId) {
|
|
162
|
+
throw new Error("Stored Slack requester did not match resume actor");
|
|
163
|
+
}
|
|
165
164
|
}
|
|
166
165
|
const requester = createRequester(args.requester, {
|
|
167
166
|
platform: "slack",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getConversationStore
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QWKB6NJV.js";
|
|
4
4
|
import {
|
|
5
5
|
SANDBOX_DATA_ROOT,
|
|
6
6
|
SANDBOX_WORKSPACE_ROOT,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
parseRequester,
|
|
23
23
|
storedSlackRequesterSchema,
|
|
24
24
|
toStoredSlackRequester
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-IXTBFABZ.js";
|
|
26
26
|
import {
|
|
27
27
|
listReferenceFiles,
|
|
28
28
|
soulPathCandidates,
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
isSnapshotMissingError,
|
|
11
11
|
resolveRuntimeDependencySnapshot,
|
|
12
12
|
runNonInteractiveCommand
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-LSG6PQF4.js";
|
|
14
14
|
import {
|
|
15
15
|
pluginTaskId,
|
|
16
16
|
pluginTaskParamsSchema,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
recordSubagentStarted,
|
|
32
32
|
recordToolExecutionStarted,
|
|
33
33
|
upsertAgentTurnSessionRecord
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-JK7376UT.js";
|
|
35
35
|
import {
|
|
36
36
|
createPluginEmbedder,
|
|
37
37
|
createPluginHookRunner,
|
|
@@ -42,14 +42,14 @@ import {
|
|
|
42
42
|
getPlugins,
|
|
43
43
|
getSlackToolContext,
|
|
44
44
|
resolveChannelCapabilities
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-AL6ZFV7U.js";
|
|
46
46
|
import {
|
|
47
47
|
createPluginLogger,
|
|
48
48
|
createPluginState
|
|
49
49
|
} from "./chunk-CWMMGUWM.js";
|
|
50
50
|
import {
|
|
51
51
|
getDb
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-QWKB6NJV.js";
|
|
53
53
|
import {
|
|
54
54
|
SANDBOX_DATA_ROOT,
|
|
55
55
|
SANDBOX_SKILLS_ROOT,
|
|
@@ -120,18 +120,18 @@ import {
|
|
|
120
120
|
findSkillByName,
|
|
121
121
|
loadSkillsByName,
|
|
122
122
|
parseSkillInvocation
|
|
123
|
-
} from "./chunk-
|
|
123
|
+
} from "./chunk-64ACM6AP.js";
|
|
124
124
|
import {
|
|
125
125
|
CredentialUnavailableError,
|
|
126
126
|
credentialContextSchema,
|
|
127
127
|
pluginCatalogRuntime,
|
|
128
128
|
resolveAuthTokenPlaceholder,
|
|
129
129
|
resolvePluginCommandEnv
|
|
130
|
-
} from "./chunk-
|
|
130
|
+
} from "./chunk-BQ3ITJA6.js";
|
|
131
131
|
import {
|
|
132
132
|
createRequester,
|
|
133
133
|
parseActorUserId
|
|
134
|
-
} from "./chunk-
|
|
134
|
+
} from "./chunk-IXTBFABZ.js";
|
|
135
135
|
import {
|
|
136
136
|
listReferenceFiles
|
|
137
137
|
} from "./chunk-6APU57E6.js";
|
package/dist/cli/chat.js
CHANGED
|
@@ -130,10 +130,10 @@ async function configureLocalChatPlugins(pluginSet) {
|
|
|
130
130
|
databaseModule
|
|
131
131
|
] = await Promise.all([
|
|
132
132
|
import("../plugins-PZMDS7AT.js"),
|
|
133
|
-
import("../agent-hooks-
|
|
134
|
-
import("../catalog-runtime-
|
|
135
|
-
import("../validation-
|
|
136
|
-
import("../db-
|
|
133
|
+
import("../agent-hooks-TFPY6V3T.js"),
|
|
134
|
+
import("../catalog-runtime-XOD7YPRS.js"),
|
|
135
|
+
import("../validation-MBNJKWPQ.js"),
|
|
136
|
+
import("../db-ELRCNB4A.js")
|
|
137
137
|
]);
|
|
138
138
|
const resolvedPluginSet = pluginSet === void 0 ? await loadLocalPluginSet() : pluginSet ?? void 0;
|
|
139
139
|
const plugins = pluginsModule.pluginRuntimeRegistrationsFromPluginSet(resolvedPluginSet);
|
|
@@ -195,7 +195,7 @@ async function runPrompt(options, io, pluginSet) {
|
|
|
195
195
|
defaultStateAdapterForLocalChat();
|
|
196
196
|
await configureLocalChatPlugins(pluginSet);
|
|
197
197
|
const conversationId = newRunConversationId();
|
|
198
|
-
const { runLocalAgentTurn } = await import("../runner-
|
|
198
|
+
const { runLocalAgentTurn } = await import("../runner-2XU6QQND.js");
|
|
199
199
|
const result = await runLocalAgentTurn(
|
|
200
200
|
{
|
|
201
201
|
conversationId,
|
|
@@ -219,7 +219,7 @@ async function runInteractive(io, pluginSet) {
|
|
|
219
219
|
defaultStateAdapterForLocalChat();
|
|
220
220
|
await configureLocalChatPlugins(pluginSet);
|
|
221
221
|
const conversationId = newRunConversationId();
|
|
222
|
-
const { runLocalAgentTurn } = await import("../runner-
|
|
222
|
+
const { runLocalAgentTurn } = await import("../runner-2XU6QQND.js");
|
|
223
223
|
const rl = readline.createInterface({
|
|
224
224
|
input: io.input,
|
|
225
225
|
output: io.output,
|
package/dist/cli/check.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
parseSkillFile
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-64ACM6AP.js";
|
|
4
4
|
import {
|
|
5
5
|
parseInlinePluginManifest,
|
|
6
6
|
parsePluginManifest
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
} from "../chunk-BQ3ITJA6.js";
|
|
8
|
+
import "../chunk-IXTBFABZ.js";
|
|
9
9
|
import "../chunk-6APU57E6.js";
|
|
10
10
|
import "../chunk-KF7522P3.js";
|
|
11
11
|
import {
|
package/dist/cli/plugins.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
validatePluginEgressCredentialHooks,
|
|
3
3
|
validatePluginRegistrations
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-2TAIGJPQ.js";
|
|
5
5
|
import {
|
|
6
6
|
pluginCatalogConfigFromPluginSet,
|
|
7
7
|
pluginCliRegistrationsFromPluginSet,
|
|
@@ -10,13 +10,13 @@ import {
|
|
|
10
10
|
import {
|
|
11
11
|
setPlugins,
|
|
12
12
|
validatePlugins
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-AL6ZFV7U.js";
|
|
14
14
|
import {
|
|
15
15
|
createPluginLogger
|
|
16
16
|
} from "../chunk-CWMMGUWM.js";
|
|
17
17
|
import {
|
|
18
18
|
getDb
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-QWKB6NJV.js";
|
|
20
20
|
import "../chunk-G3E7SCME.js";
|
|
21
21
|
import "../chunk-MJ4E2PK7.js";
|
|
22
22
|
import "../chunk-BAPRSWNW.js";
|
|
@@ -27,8 +27,8 @@ import {
|
|
|
27
27
|
} from "../chunk-Y2CM7HXH.js";
|
|
28
28
|
import {
|
|
29
29
|
pluginCatalogRuntime
|
|
30
|
-
} from "../chunk-
|
|
31
|
-
import "../chunk-
|
|
30
|
+
} from "../chunk-BQ3ITJA6.js";
|
|
31
|
+
import "../chunk-IXTBFABZ.js";
|
|
32
32
|
import "../chunk-6APU57E6.js";
|
|
33
33
|
import "../chunk-KF7522P3.js";
|
|
34
34
|
import "../chunk-FTMXFBDC.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
resolveRuntimeDependencySnapshot
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-LSG6PQF4.js";
|
|
4
4
|
import "../chunk-G3E7SCME.js";
|
|
5
5
|
import {
|
|
6
6
|
disconnectStateAdapter
|
|
@@ -9,8 +9,8 @@ import "../chunk-ALL7GG6U.js";
|
|
|
9
9
|
import "../chunk-DR75T7J3.js";
|
|
10
10
|
import {
|
|
11
11
|
pluginCatalogRuntime
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
12
|
+
} from "../chunk-BQ3ITJA6.js";
|
|
13
|
+
import "../chunk-IXTBFABZ.js";
|
|
14
14
|
import "../chunk-6APU57E6.js";
|
|
15
15
|
import "../chunk-KF7522P3.js";
|
|
16
16
|
import "../chunk-FTMXFBDC.js";
|
package/dist/cli/upgrade.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
recordConversationActivity,
|
|
5
5
|
recordConversationExecution,
|
|
6
6
|
requestConversationWork
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-FPN7NYTE.js";
|
|
8
8
|
import {
|
|
9
9
|
JUNIOR_THREAD_STATE_TTL_MS,
|
|
10
10
|
coerceThreadConversationState
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
createJuniorSqlExecutor,
|
|
24
24
|
createSqlStore,
|
|
25
25
|
getDb
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-QWKB6NJV.js";
|
|
27
27
|
import {
|
|
28
28
|
disconnectStateAdapter,
|
|
29
29
|
getConnectedStateContext
|
|
@@ -41,8 +41,8 @@ import {
|
|
|
41
41
|
} from "../chunk-Y2CM7HXH.js";
|
|
42
42
|
import {
|
|
43
43
|
pluginCatalogRuntime
|
|
44
|
-
} from "../chunk-
|
|
45
|
-
import "../chunk-
|
|
44
|
+
} from "../chunk-BQ3ITJA6.js";
|
|
45
|
+
import "../chunk-IXTBFABZ.js";
|
|
46
46
|
import "../chunk-6APU57E6.js";
|
|
47
47
|
import "../chunk-KF7522P3.js";
|
|
48
48
|
import {
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
closeDb,
|
|
3
3
|
getConversationStore,
|
|
4
4
|
getDb
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-QWKB6NJV.js";
|
|
6
6
|
import "./chunk-BAPRSWNW.js";
|
|
7
7
|
import "./chunk-ALL7GG6U.js";
|
|
8
8
|
import "./chunk-DR75T7J3.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-IXTBFABZ.js";
|
|
10
10
|
import "./chunk-KF7522P3.js";
|
|
11
11
|
import "./chunk-FTMXFBDC.js";
|
|
12
12
|
import "./chunk-3DA7X2U3.js";
|
package/dist/reporting.js
CHANGED
|
@@ -6,20 +6,20 @@ import {
|
|
|
6
6
|
getConversationDetails,
|
|
7
7
|
getConversationDetailsForIds,
|
|
8
8
|
resolveSlackConversationContextFromThreadId
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-SVFA43LT.js";
|
|
10
10
|
import {
|
|
11
11
|
buildSystemPrompt,
|
|
12
12
|
getAgentTurnSessionRecord,
|
|
13
13
|
listAgentTurnSessionSummariesForConversation,
|
|
14
14
|
loadActivityEntries
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-JK7376UT.js";
|
|
16
16
|
import {
|
|
17
17
|
getPluginOperationalReports
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-AL6ZFV7U.js";
|
|
19
19
|
import "./chunk-CWMMGUWM.js";
|
|
20
20
|
import {
|
|
21
21
|
getConversationStore
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-QWKB6NJV.js";
|
|
23
23
|
import "./chunk-G3E7SCME.js";
|
|
24
24
|
import {
|
|
25
25
|
getStateAdapter
|
|
@@ -33,13 +33,13 @@ import {
|
|
|
33
33
|
} from "./chunk-DR75T7J3.js";
|
|
34
34
|
import {
|
|
35
35
|
discoverSkills
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-64ACM6AP.js";
|
|
37
37
|
import {
|
|
38
38
|
pluginCatalogRuntime
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-BQ3ITJA6.js";
|
|
40
40
|
import {
|
|
41
41
|
toStoredSlackRequester
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-IXTBFABZ.js";
|
|
43
43
|
import {
|
|
44
44
|
homeDir
|
|
45
45
|
} from "./chunk-6APU57E6.js";
|
|
@@ -14,19 +14,19 @@ import {
|
|
|
14
14
|
startActiveTurn,
|
|
15
15
|
updateConversationStats,
|
|
16
16
|
upsertConversationMessage
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-T2YRJZ5A.js";
|
|
18
18
|
import {
|
|
19
19
|
coerceThreadConversationState
|
|
20
20
|
} from "./chunk-66NX7MNW.js";
|
|
21
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-LSG6PQF4.js";
|
|
22
22
|
import "./chunk-KNFROR7R.js";
|
|
23
23
|
import {
|
|
24
24
|
commitMessages,
|
|
25
25
|
loadProjection
|
|
26
|
-
} from "./chunk-
|
|
27
|
-
import "./chunk-
|
|
26
|
+
} from "./chunk-JK7376UT.js";
|
|
27
|
+
import "./chunk-AL6ZFV7U.js";
|
|
28
28
|
import "./chunk-CWMMGUWM.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-QWKB6NJV.js";
|
|
30
30
|
import "./chunk-G3E7SCME.js";
|
|
31
31
|
import "./chunk-MJ4E2PK7.js";
|
|
32
32
|
import "./chunk-BAPRSWNW.js";
|
|
@@ -35,9 +35,9 @@ import {
|
|
|
35
35
|
trimTrailingAssistantMessages
|
|
36
36
|
} from "./chunk-ALL7GG6U.js";
|
|
37
37
|
import "./chunk-DR75T7J3.js";
|
|
38
|
-
import "./chunk-
|
|
39
|
-
import "./chunk-
|
|
40
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-64ACM6AP.js";
|
|
39
|
+
import "./chunk-BQ3ITJA6.js";
|
|
40
|
+
import "./chunk-IXTBFABZ.js";
|
|
41
41
|
import "./chunk-6APU57E6.js";
|
|
42
42
|
import {
|
|
43
43
|
logException
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
validatePluginEgressCredentialHooks,
|
|
3
3
|
validatePluginRegistrations
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-2TAIGJPQ.js";
|
|
5
|
+
import "./chunk-BQ3ITJA6.js";
|
|
6
|
+
import "./chunk-IXTBFABZ.js";
|
|
7
7
|
import "./chunk-6APU57E6.js";
|
|
8
8
|
import "./chunk-KF7522P3.js";
|
|
9
9
|
import "./chunk-FTMXFBDC.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/junior",
|
|
3
|
-
"version": "0.84.
|
|
3
|
+
"version": "0.84.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"pg": "^8.16.3",
|
|
71
71
|
"yaml": "^2.9.0",
|
|
72
72
|
"zod": "^4.4.3",
|
|
73
|
-
"@sentry/junior-plugin-api": "0.84.
|
|
73
|
+
"@sentry/junior-plugin-api": "0.84.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@emnapi/core": "^1.10.0",
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"typescript": "^6.0.3",
|
|
87
87
|
"vercel": "^54.4.0",
|
|
88
88
|
"vitest": "^4.1.7",
|
|
89
|
-
"@sentry/junior-github": "0.84.
|
|
90
|
-
"@sentry/junior-scheduler": "0.84.0",
|
|
89
|
+
"@sentry/junior-github": "0.84.1",
|
|
91
90
|
"@sentry/junior-testing": "0.0.0",
|
|
92
|
-
"@sentry/junior-memory": "0.84.
|
|
91
|
+
"@sentry/junior-memory": "0.84.1",
|
|
92
|
+
"@sentry/junior-scheduler": "0.84.1"
|
|
93
93
|
},
|
|
94
94
|
"scripts": {
|
|
95
95
|
"build": "tsup && tsc -p tsconfig.build.json --emitDeclarationOnly",
|