@sentry/junior 0.110.0 → 0.111.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-ELT4ODFF.js → agent-hooks-QQ2IWKOP.js} +8 -8
- package/dist/api.js +11 -11
- package/dist/app.js +521 -394
- package/dist/build/virtual-config.d.ts +2 -0
- package/dist/{catalog-runtime-4GI22PXK.js → catalog-runtime-D22W6QEJ.js} +5 -5
- package/dist/chat/agent/request.d.ts +3 -6
- package/dist/chat/agent/sandbox.d.ts +36 -11
- package/dist/chat/agent/tools.d.ts +5 -8
- package/dist/chat/config.d.ts +8 -1
- package/dist/chat/pi/sdk.d.ts +1 -1
- package/dist/chat/plugins/agent-hooks.d.ts +2 -2
- package/dist/chat/runtime/agent-continue-runner.d.ts +7 -3
- package/dist/chat/runtime/slack-runtime.d.ts +1 -2
- package/dist/chat/runtime/thread-state.d.ts +3 -7
- package/dist/chat/runtime/turn-preparation.d.ts +2 -2
- package/dist/chat/sandbox/command-result.d.ts +91 -0
- package/dist/chat/sandbox/errors.d.ts +3 -1
- package/dist/chat/sandbox/ref.d.ts +5 -0
- package/dist/chat/sandbox/sandbox.d.ts +19 -46
- package/dist/chat/sandbox/session.d.ts +16 -20
- package/dist/chat/sandbox/skill-sync.d.ts +2 -2
- package/dist/chat/sandbox/workspace.d.ts +14 -12
- package/dist/chat/services/turn-result.d.ts +3 -4
- package/dist/chat/task-execution/slack-work.d.ts +3 -1
- package/dist/chat/task-execution/state.d.ts +75 -22
- package/dist/chat/task-execution/store.d.ts +34 -3
- package/dist/chat/task-execution/worker.d.ts +0 -1
- package/dist/chat/tool-support/normalize-result.d.ts +2 -2
- package/dist/chat/tool-support/pi-tool-adapter.d.ts +2 -2
- package/dist/chat/tool-support/structured-result.d.ts +1 -2
- package/dist/chat/tools/sandbox/file-uploads.d.ts +1 -1
- package/dist/chat/{runtime → tools/sandbox}/generated-artifacts.d.ts +3 -3
- package/dist/chat/tools/types.d.ts +1 -1
- package/dist/chat/tools/web/fetch-content.d.ts +5 -0
- package/dist/chat/tools/web/image-generate.d.ts +2 -1
- package/dist/chat/tools/web/search.d.ts +1 -1
- package/dist/{chunk-W6RJZG7F.js → chunk-B45FPP2A.js} +306 -31
- package/dist/{chunk-SBOBTS27.js → chunk-BTRNMS6A.js} +2 -2
- package/dist/{chunk-L5XQPJ7T.js → chunk-IFAHK54X.js} +2 -2
- package/dist/{chunk-IYKPU7H6.js → chunk-J7APPQIJ.js} +1 -1
- package/dist/{chunk-3S7YYHBI.js → chunk-L6JPKANW.js} +1 -1
- package/dist/{chunk-W75ZPAGG.js → chunk-MPVES2IC.js} +1 -1
- package/dist/{chunk-WNOVRQ67.js → chunk-NQLWOTY4.js} +46 -18
- package/dist/{chunk-RHHRKSPI.js → chunk-OOLU34J4.js} +8714 -9027
- package/dist/{chunk-GK47NBDE.js → chunk-PYKKM4MM.js} +1 -1
- package/dist/{chunk-3UBQI73J.js → chunk-PZELBSHC.js} +7 -8
- package/dist/{chunk-2T7TIEXI.js → chunk-QQIVLZW4.js} +11 -15
- package/dist/{chunk-C5XAFTHY.js → chunk-SL3ZKNLQ.js} +16 -13
- package/dist/{chunk-3TV7OEHL.js → chunk-WSRBFHPX.js} +1 -1
- package/dist/{chunk-Y3H2DN6F.js → chunk-XQAYFRWT.js} +1 -1
- package/dist/{chunk-Y5FK3CNG.js → chunk-Z2W4SJZ7.js} +1 -1
- package/dist/{chunk-ZKIOWEFL.js → chunk-Z4G3WCP3.js} +1 -1
- package/dist/{chunk-4QU44P7Q.js → chunk-ZRZ4SVWG.js} +2 -2
- package/dist/cli/chat.js +19 -19
- package/dist/cli/check.js +6 -6
- package/dist/cli/plugins.js +11 -11
- package/dist/cli/snapshot-warmup.js +8 -8
- package/dist/cli/upgrade.js +5 -5
- package/dist/{db-Y6W6CWWW.js → db-WXQOQESG.js} +5 -5
- package/dist/instrumentation.js +2 -2
- package/dist/nitro.js +14 -8
- package/dist/{runner-BBFV5GLR.js → runner-4QY4XH4B.js} +19 -28
- package/dist/{skills-AR4AF32L.js → skills-P5MU4EBX.js} +6 -6
- package/dist/{validation-FBIEPTC2.js → validation-PQF5OP6T.js} +6 -6
- package/dist/version.js +1 -1
- package/package.json +6 -6
|
@@ -11,21 +11,21 @@ import {
|
|
|
11
11
|
getPlugins,
|
|
12
12
|
setPlugins,
|
|
13
13
|
validatePlugins
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-QQIVLZW4.js";
|
|
15
|
+
import "./chunk-PYKKM4MM.js";
|
|
16
|
+
import "./chunk-IFAHK54X.js";
|
|
17
|
+
import "./chunk-ZRZ4SVWG.js";
|
|
18
18
|
import "./chunk-JQFJO5WH.js";
|
|
19
19
|
import "./chunk-4ZNGQH7C.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-NQLWOTY4.js";
|
|
21
21
|
import "./chunk-VFUK3X5B.js";
|
|
22
22
|
import "./chunk-6Y5L4BOM.js";
|
|
23
23
|
import "./chunk-C4MZ3GP5.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-J7APPQIJ.js";
|
|
25
25
|
import "./chunk-42WRQLJ6.js";
|
|
26
26
|
import "./chunk-6GWA276C.js";
|
|
27
|
-
import "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-MPVES2IC.js";
|
|
28
|
+
import "./chunk-Z4G3WCP3.js";
|
|
29
29
|
import "./chunk-MLKGABMK.js";
|
|
30
30
|
export {
|
|
31
31
|
PluginHookDeniedError,
|
package/dist/api.js
CHANGED
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
formatSlackConversationRedactedLabel,
|
|
22
22
|
readHealthReport,
|
|
23
23
|
resolveSlackConversationContextFromThreadId
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-L6JPKANW.js";
|
|
25
25
|
import {
|
|
26
26
|
healthReportSchema,
|
|
27
27
|
pluginOperationalReportFeedSchema,
|
|
@@ -34,12 +34,12 @@ import {
|
|
|
34
34
|
hasAgentTurnUsage
|
|
35
35
|
} from "./chunk-MU6HHZEN.js";
|
|
36
36
|
import "./chunk-PDO5BLNM.js";
|
|
37
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-IFAHK54X.js";
|
|
38
38
|
import {
|
|
39
39
|
decodeStoredConversationEvent,
|
|
40
40
|
getDb,
|
|
41
41
|
getSqlExecutor
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-ZRZ4SVWG.js";
|
|
43
43
|
import {
|
|
44
44
|
juniorConversationEvents,
|
|
45
45
|
juniorConversations,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
juniorUsers
|
|
48
48
|
} from "./chunk-JQFJO5WH.js";
|
|
49
49
|
import "./chunk-4ZNGQH7C.js";
|
|
50
|
-
import "./chunk-
|
|
50
|
+
import "./chunk-NQLWOTY4.js";
|
|
51
51
|
import {
|
|
52
52
|
juniorDestinations
|
|
53
53
|
} from "./chunk-VFUK3X5B.js";
|
|
@@ -55,11 +55,11 @@ import {
|
|
|
55
55
|
canExposeConversationPayload,
|
|
56
56
|
parseSlackThreadId
|
|
57
57
|
} from "./chunk-6Y5L4BOM.js";
|
|
58
|
-
import "./chunk-
|
|
58
|
+
import "./chunk-J7APPQIJ.js";
|
|
59
59
|
import "./chunk-42WRQLJ6.js";
|
|
60
60
|
import "./chunk-6GWA276C.js";
|
|
61
|
-
import "./chunk-
|
|
62
|
-
import "./chunk-
|
|
61
|
+
import "./chunk-MPVES2IC.js";
|
|
62
|
+
import "./chunk-Z4G3WCP3.js";
|
|
63
63
|
import "./chunk-MLKGABMK.js";
|
|
64
64
|
|
|
65
65
|
// src/api.ts
|
|
@@ -2256,7 +2256,7 @@ function readDescriptionText(home) {
|
|
|
2256
2256
|
}
|
|
2257
2257
|
}
|
|
2258
2258
|
async function readSkillReports() {
|
|
2259
|
-
const { discoverSkills } = await import("./skills-
|
|
2259
|
+
const { discoverSkills } = await import("./skills-P5MU4EBX.js");
|
|
2260
2260
|
const skills = await discoverSkills();
|
|
2261
2261
|
return skillReportsSchema.parse(
|
|
2262
2262
|
skills.map((skill) => ({
|
|
@@ -2266,7 +2266,7 @@ async function readSkillReports() {
|
|
|
2266
2266
|
);
|
|
2267
2267
|
}
|
|
2268
2268
|
async function readPluginReports() {
|
|
2269
|
-
const { pluginCatalogRuntime } = await import("./catalog-runtime-
|
|
2269
|
+
const { pluginCatalogRuntime } = await import("./catalog-runtime-D22W6QEJ.js");
|
|
2270
2270
|
return pluginReportsSchema.parse(
|
|
2271
2271
|
pluginCatalogRuntime.getProviders().map((plugin) => ({
|
|
2272
2272
|
name: plugin.manifest.name
|
|
@@ -2276,7 +2276,7 @@ async function readPluginReports() {
|
|
|
2276
2276
|
async function readRuntimeInfoReport() {
|
|
2277
2277
|
const [{ homeDir }, { pluginCatalogRuntime }, plugins, skills] = await Promise.all([
|
|
2278
2278
|
import("./discovery-RMHYSRL7.js"),
|
|
2279
|
-
import("./catalog-runtime-
|
|
2279
|
+
import("./catalog-runtime-D22W6QEJ.js"),
|
|
2280
2280
|
readPluginReports(),
|
|
2281
2281
|
readSkillReports()
|
|
2282
2282
|
]);
|
|
@@ -2292,7 +2292,7 @@ async function readRuntimeInfoReport() {
|
|
|
2292
2292
|
}
|
|
2293
2293
|
async function readPluginOperationalReportFeed() {
|
|
2294
2294
|
const nowMs = Date.now();
|
|
2295
|
-
const { getPluginOperationalReports } = await import("./agent-hooks-
|
|
2295
|
+
const { getPluginOperationalReports } = await import("./agent-hooks-QQ2IWKOP.js");
|
|
2296
2296
|
return pluginOperationalReportFeedSchema.parse({
|
|
2297
2297
|
source: "plugins",
|
|
2298
2298
|
generatedAt: new Date(nowMs).toISOString(),
|