@sentry/junior 0.215.0 → 0.217.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 (49) hide show
  1. package/dist/{agent-DL7L5IGV.js → agent-CV4MPfCD.js} +271 -119
  2. package/dist/{agent-hooks-CbS_0qVT.js → agent-hooks-BtGATjr2.js} +6 -6
  3. package/dist/{agent-runner-Dv_3inX5.js → agent-runner-DCj_cPjl.js} +5 -5
  4. package/dist/api.js +15 -15
  5. package/dist/app.js +30 -30
  6. package/dist/{auth-pause-state-CKyGi5MA.js → auth-pause-state-C7GMUpb9.js} +6 -6
  7. package/dist/{briefs-ObAqH9xe.js → briefs-eG5Jo1xa.js} +2 -2
  8. package/dist/{catalog-runtime-d65qfc1w.js → catalog-runtime-LUAIHslF.js} +1 -1
  9. package/dist/{checkpoint-DrgS0aKI.js → checkpoint-CmkbGGiR.js} +6 -6
  10. package/dist/cli/chat.js +13 -13
  11. package/dist/cli/check.js +3 -3
  12. package/dist/cli/main.js +1 -1
  13. package/dist/cli/plugins.js +3 -3
  14. package/dist/cli/snapshot-create.js +3 -3
  15. package/dist/cli/upgrade.js +3 -3
  16. package/dist/{client-CI4MF188.js → client-ciJRmcY5.js} +6 -6
  17. package/dist/{config-CC2WLw37.js → config-BMwzCmw-.js} +2 -2
  18. package/dist/{conversation-privacy-Dr3jEHg8.js → conversation-privacy-CLkpzAlt.js} +1 -1
  19. package/dist/{credential-sync-DFuzxOk0.js → credential-sync-BoWHpDBP.js} +22 -22
  20. package/dist/{execution-stats-D0CDD8i5.js → execution-stats-C-E5FIsT.js} +3 -3
  21. package/dist/{executor-DJBc9GHM.js → executor-D0xETqi8.js} +1 -1
  22. package/dist/instrumentation.js +2 -2
  23. package/dist/{job-queue-FDxeYtda.js → job-queue-C8FZ3LSY.js} +1 -1
  24. package/dist/{logging-X8-jOuNZ.js → logging-CHZ0aJXO.js} +1 -1
  25. package/dist/nitro.js +3 -3
  26. package/dist/{oauth-callback-server-C236l0dz.js → oauth-callback-server-D2JPUvY4.js} +2 -2
  27. package/dist/{pending-auth-WG65bhYl.js → pending-auth-HNSPyxoN.js} +2 -2
  28. package/dist/{profile-BygAXI52.js → profile-6veboDue.js} +4 -4
  29. package/dist/{registry-C8xgqDPT.js → registry-DR6TJe4J.js} +1 -1
  30. package/dist/{resolve-BcoTZROi.js → resolve-DprAzyQN.js} +2 -2
  31. package/dist/{runner-Gl6Iy-pT.js → runner-CV9Wahh9.js} +9 -9
  32. package/dist/{sandbox-egress-signals-BsXjnJrx.js → sandbox-egress-signals-BpRsWlQP.js} +1 -1
  33. package/dist/{short-title-CZv2wyYI.js → short-title-XUBD7AYC.js} +2 -2
  34. package/dist/{skills-XhDVA_7_.js → skills-DeUBvhdn.js} +2 -2
  35. package/dist/{spawn-Dgwv-HvF.js → spawn-BFzlrZae.js} +2 -2
  36. package/dist/{stats-feF70h9e.js → stats-BvNqVRdB.js} +5 -5
  37. package/dist/{task-queue-DDKd0vE_.js → task-queue-CbxNVEAg.js} +3 -3
  38. package/dist/{task-runner-KOTg-g4J.js → task-runner-BH5M3JHb.js} +7 -7
  39. package/dist/{thread-state-CVZMgZrC.js → thread-state-Db98GdYL.js} +5 -5
  40. package/dist/{turn-execution-Du5ai0bJ.js → turn-execution-mZIWtngI.js} +3 -3
  41. package/dist/{turn-lifecycle-CgmJKAad.js → turn-lifecycle-CNsgouon.js} +1 -1
  42. package/dist/{validation-eh1Obe24.js → validation-Dy7SUhLv.js} +1 -1
  43. package/dist/{version-nVlRbCxY.js → version-Es4nurl1.js} +1 -1
  44. package/dist/version.js +1 -1
  45. package/dist/{web-authorization-D5Lpo_X1.js → web-authorization-DG2K_bpi.js} +1 -1
  46. package/dist/{web-input-Ba4qiF7l.js → web-input-CZjYeCFh.js} +4 -4
  47. package/dist/{work-DgWqzN7_.js → work-DTqDMGeD.js} +9 -9
  48. package/dist/{worker-Bn2cv6mD.js → worker-BvuVxS4T.js} +5 -5
  49. package/package.json +5 -5
@@ -1,7 +1,7 @@
1
- import { w as toOptionalTrimmed } from "./client-CI4MF188.js";
2
- import { _ as setSpanAttributes, v as setSpanStatus } from "./logging-X8-jOuNZ.js";
3
- import { a as getChatConfig } from "./config-CC2WLw37.js";
4
- import { n as pluginCatalogRuntime } from "./catalog-runtime-d65qfc1w.js";
1
+ import { w as toOptionalTrimmed } from "./client-ciJRmcY5.js";
2
+ import { _ as setSpanAttributes, v as setSpanStatus } from "./logging-CHZ0aJXO.js";
3
+ import { a as getChatConfig } from "./config-BMwzCmw-.js";
4
+ import { n as pluginCatalogRuntime } from "./catalog-runtime-LUAIHslF.js";
5
5
  import { createHash } from "node:crypto";
6
6
  import { createMemoryState } from "@chat-adapter/state-memory";
7
7
  import { createRedisState } from "@chat-adapter/state-redis";
@@ -1,4 +1,4 @@
1
- import { _ as setSpanAttributes, d as logInfo, f as logWarn } from "./logging-X8-jOuNZ.js";
1
+ import { _ as setSpanAttributes, d as logInfo, f as logWarn } from "./logging-CHZ0aJXO.js";
2
2
  import { i as credentialUserSubjectId } from "./context-Bplcgypl.js";
3
3
  import { n as normalizePluginPackageNames, o as pluginRoots, t as discoverInstalledPluginPackageContent } from "./package-discovery-7a9YqLhE.js";
4
4
  import path from "node:path";
@@ -1,5 +1,5 @@
1
- import { C as withSpan, _ as setSpanAttributes } from "./logging-X8-jOuNZ.js";
2
- import { A as sleep, P as SANDBOX_WORKSPACE_ROOT, r as isStale, t as create, u as isSandboxUnavailableError, v as getVercelSandboxCredentials, w as getStateAdapter, x as runNonInteractiveCommand } from "./profile-BygAXI52.js";
1
+ import { C as withSpan, _ as setSpanAttributes } from "./logging-CHZ0aJXO.js";
2
+ import { A as sleep, P as SANDBOX_WORKSPACE_ROOT, r as isStale, t as create, u as isSandboxUnavailableError, v as getVercelSandboxCredentials, w as getStateAdapter, x as runNonInteractiveCommand } from "./profile-6veboDue.js";
3
3
  import { z } from "zod";
4
4
  import { FileSystem, Sandbox } from "@vercel/sandbox";
5
5
  //#region src/chat/sandbox/resources.ts
@@ -1,13 +1,13 @@
1
- import { p as authorizationId } from "./agent-DL7L5IGV.js";
2
- import { S as withLogContext, u as logException, y as setTags } from "./logging-X8-jOuNZ.js";
1
+ import { p as authorizationId } from "./agent-CV4MPfCD.js";
2
+ import { S as withLogContext, u as logException, y as setTags } from "./logging-CHZ0aJXO.js";
3
3
  import { t as credentialContextForActor } from "./context-Bplcgypl.js";
4
- import { Ht as getConversationEventStore, Wt as getConversationStore } from "./agent-hooks-CbS_0qVT.js";
5
- import { F as loadProjection, V as recordAuthorizationCompleted, X as persistConversationMessages, Y as hydrateConversationMessages, ct as recordDeliveredAssistantMessage, d as persistWithRetry, j as commitAcceptedReply, ot as markConversationMessage, r as saveTurnCheckpoint, st as normalizeConversationText, tt as buildConversationContext, ut as upsertConversationMessage } from "./checkpoint-DrgS0aKI.js";
6
- import { S as startActiveTurn, s as getAssistantReplyText, x as markTurnFailed } from "./pending-auth-WG65bhYl.js";
7
- import { n as scheduleSessionCompletedPluginTasks, t as processPluginTask } from "./task-runner-KOTg-g4J.js";
8
- import { t as ConversationTurnLifecycleService } from "./turn-lifecycle-CgmJKAad.js";
9
- import { n as getPersistedSandboxState, o as persistThreadStateById, r as getPersistedThreadState, s as coerceThreadConversationState } from "./thread-state-CVZMgZrC.js";
10
- import { d as buildDeliveredTurnStatePatch, r as finalizeFailedTurnReplyWithEvent, t as completeAuthPauseTurn } from "./auth-pause-state-CKyGi5MA.js";
4
+ import { Ht as getConversationEventStore, Wt as getConversationStore } from "./agent-hooks-BtGATjr2.js";
5
+ import { F as loadProjection, V as recordAuthorizationCompleted, X as persistConversationMessages, Y as hydrateConversationMessages, ct as recordDeliveredAssistantMessage, d as persistWithRetry, j as commitAcceptedReply, ot as markConversationMessage, r as saveTurnCheckpoint, st as normalizeConversationText, tt as buildConversationContext, ut as upsertConversationMessage } from "./checkpoint-CmkbGGiR.js";
6
+ import { S as startActiveTurn, s as getAssistantReplyText, x as markTurnFailed } from "./pending-auth-HNSPyxoN.js";
7
+ import { n as scheduleSessionCompletedPluginTasks, t as processPluginTask } from "./task-runner-BH5M3JHb.js";
8
+ import { t as ConversationTurnLifecycleService } from "./turn-lifecycle-CNsgouon.js";
9
+ import { n as getPersistedSandboxState, o as persistThreadStateById, r as getPersistedThreadState, s as coerceThreadConversationState } from "./thread-state-Db98GdYL.js";
10
+ import { d as buildDeliveredTurnStatePatch, r as finalizeFailedTurnReplyWithEvent, t as completeAuthPauseTurn } from "./auth-pause-state-C7GMUpb9.js";
11
11
  import { randomUUID } from "node:crypto";
12
12
  import { createLocalSource, localDestinationSchema } from "@sentry/junior-plugin-api";
13
13
  //#region src/chat/local/runner.ts
@@ -1,4 +1,4 @@
1
- import { Y as sandboxEgressSignalsResponseSchema } from "./agent-DL7L5IGV.js";
1
+ import { Y as sandboxEgressSignalsResponseSchema } from "./agent-CV4MPfCD.js";
2
2
  //#region src/chat/local/sandbox-egress-signals.ts
3
3
  const SANDBOX_EGRESS_SIGNALS_PATH = "/api/internal/sandbox-egress/signals";
4
4
  const LOCAL_DEV_SERVER_TIMEOUT_MS = 1e3;
@@ -1,5 +1,5 @@
1
- import { f as logWarn } from "./logging-X8-jOuNZ.js";
2
- import { n as botConfig } from "./config-CC2WLw37.js";
1
+ import { f as logWarn } from "./logging-CHZ0aJXO.js";
2
+ import { n as botConfig } from "./config-BMwzCmw-.js";
3
3
  const TITLE_PROMPTS = {
4
4
  conversation: [
5
5
  "Generate a concise 5-8 word conversation title from the first user message below.",
@@ -1,7 +1,7 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-B4FMCO8f.js";
2
- import { f as logWarn } from "./logging-X8-jOuNZ.js";
2
+ import { f as logWarn } from "./logging-CHZ0aJXO.js";
3
3
  import { s as skillRoots } from "./package-discovery-7a9YqLhE.js";
4
- import { n as pluginCatalogRuntime } from "./catalog-runtime-d65qfc1w.js";
4
+ import { n as pluginCatalogRuntime } from "./catalog-runtime-LUAIHslF.js";
5
5
  import path from "node:path";
6
6
  import { z } from "zod";
7
7
  import fs from "node:fs/promises";
@@ -1,6 +1,6 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-B4FMCO8f.js";
2
- import { C as toolInvocationDestination, y as actorFromRun } from "./agent-runner-Dv_3inX5.js";
3
- import { n as createAndEnqueueAgentInvocation } from "./work-DgWqzN7_.js";
2
+ import { C as toolInvocationDestination, y as actorFromRun } from "./agent-runner-DCj_cPjl.js";
3
+ import { n as createAndEnqueueAgentInvocation } from "./work-DTqDMGeD.js";
4
4
  //#region src/chat/agent-invocations/spawn.ts
5
5
  var spawn_exports = /* @__PURE__ */ __exportAll({ bindSpawnAgent: () => bindSpawnAgent });
6
6
  /** Bind a Run's Actor and credentials to new Agent invocations. */
@@ -1,10 +1,10 @@
1
- import { F as isRecord$1, I as toOptionalNumber, L as toOptionalString } from "./logging-X8-jOuNZ.js";
2
- import { a as getChatConfig } from "./config-CC2WLw37.js";
1
+ import { F as isRecord$1, I as toOptionalNumber, L as toOptionalString } from "./logging-CHZ0aJXO.js";
2
+ import { a as getChatConfig } from "./config-BMwzCmw-.js";
3
3
  import { _ as parseSlackMessageTs, d as parseStoredSlackActor, h as parseSlackTeamId, p as parseSlackChannelId } from "./context-Bplcgypl.js";
4
- import { Gt as getDb, J as withSlackRetries, U as getSlackClient, Wt as getConversationStore, fn as sameDestination, pt as JUNIOR_THREAD_STATE_TTL_MS, u as getPlugins, un as parseDestination } from "./agent-hooks-CbS_0qVT.js";
4
+ import { Gt as getDb, J as withSlackRetries, U as getSlackClient, Wt as getConversationStore, fn as sameDestination, pt as JUNIOR_THREAD_STATE_TTL_MS, u as getPlugins, un as parseDestination } from "./agent-hooks-BtGATjr2.js";
5
5
  import { n as juniorDestinations } from "./destinations-BeBiJeEM.js";
6
- import { E as juniorConversations, a as juniorSchedulerRuns, c as juniorStats, l as juniorEventAutomations, o as juniorSchedulerTasks, w as juniorAttachments } from "./executor-DJBc9GHM.js";
7
- import { C as getDefaultRedisStateAdapterFor, w as getStateAdapter } from "./profile-BygAXI52.js";
6
+ import { E as juniorConversations, a as juniorSchedulerRuns, c as juniorStats, l as juniorEventAutomations, o as juniorSchedulerTasks, w as juniorAttachments } from "./executor-D0xETqi8.js";
7
+ import { C as getDefaultRedisStateAdapterFor, w as getStateAdapter } from "./profile-6veboDue.js";
8
8
  import "./vercel-queue-DIkVcfK4.js";
9
9
  import { z } from "zod";
10
10
  import { createHash, randomUUID } from "node:crypto";
@@ -1,6 +1,6 @@
1
- import { f as logWarn } from "./logging-X8-jOuNZ.js";
1
+ import { f as logWarn } from "./logging-CHZ0aJXO.js";
2
2
  import { a as signQueueMessage, i as QUEUE_SIGNATURE_MAX_AGE_MS, o as verifyQueueMessage, s as createVercelQueueClient } from "./vercel-queue-DIkVcfK4.js";
3
- import { o as runWithTurnRequestDeadline } from "./job-queue-FDxeYtda.js";
3
+ import { o as runWithTurnRequestDeadline } from "./job-queue-C8FZ3LSY.js";
4
4
  import { z } from "zod";
5
5
  import { createHash } from "node:crypto";
6
6
  import { handleCallback, registerDevConsumer } from "@vercel/queue";
@@ -110,7 +110,7 @@ function pluginTaskCallback() {
110
110
  maxDeliveries: PLUGIN_TASK_MAX_DELIVERIES,
111
111
  onRejected: logPluginTaskQueueMessageRejected,
112
112
  run: async (message) => {
113
- const { processPluginTask } = await import("./task-runner-KOTg-g4J.js").then((n) => n.r);
113
+ const { processPluginTask } = await import("./task-runner-BH5M3JHb.js").then((n) => n.r);
114
114
  await processPluginTask(message);
115
115
  },
116
116
  topic: PLUGIN_TASK_QUEUE_TOPIC,
@@ -1,12 +1,12 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-B4FMCO8f.js";
2
2
  import { _ as parseSlackMessageTs, r as credentialSubjectSchema } from "./context-Bplcgypl.js";
3
- import { At as createPluginConversationEvents, Gt as getDb, Q as readActorIdentity, Wt as getConversationStore, _t as createPluginState, bt as createPluginLogger, p as coreTaskRegistrations, pt as JUNIOR_THREAD_STATE_TTL_MS, u as getPlugins, vt as createPluginEmbedder, yt as createPluginModel } from "./agent-hooks-CbS_0qVT.js";
3
+ import { At as createPluginConversationEvents, Gt as getDb, Q as readActorIdentity, Wt as getConversationStore, _t as createPluginState, bt as createPluginLogger, p as coreTaskRegistrations, pt as JUNIOR_THREAD_STATE_TTL_MS, u as getPlugins, vt as createPluginEmbedder, yt as createPluginModel } from "./agent-hooks-BtGATjr2.js";
4
4
  import { G as sameActorIdentity } from "./conversation-BpqLg4MM.js";
5
- import { E as normalizeToolNameFromResult, O as stripRuntimeTurnContext, T as isToolResultMessage, Y as hydrateConversationMessages, _ as getPiMessageRole, s as getTurnRecord, w as isToolResultError, x as instructionTextForProjection } from "./checkpoint-DrgS0aKI.js";
6
- import { w as getStateAdapter } from "./profile-BygAXI52.js";
7
- import { u as recordAutomationExecution } from "./execution-stats-D0CDD8i5.js";
8
- import { r as getPersistedThreadState, s as coerceThreadConversationState } from "./thread-state-CVZMgZrC.js";
9
- import { i as pluginTaskParamsSchema, o as sendVercelPluginTask, r as pluginTaskId } from "./task-queue-DDKd0vE_.js";
5
+ import { E as normalizeToolNameFromResult, O as stripRuntimeTurnContext, T as isToolResultMessage, Y as hydrateConversationMessages, _ as getPiMessageRole, s as getTurnRecord, w as isToolResultError, x as instructionTextForProjection } from "./checkpoint-CmkbGGiR.js";
6
+ import { w as getStateAdapter } from "./profile-6veboDue.js";
7
+ import { u as recordAutomationExecution } from "./execution-stats-C-E5FIsT.js";
8
+ import { r as getPersistedThreadState, s as coerceThreadConversationState } from "./thread-state-Db98GdYL.js";
9
+ import { i as pluginTaskParamsSchema, o as sendVercelPluginTask, r as pluginTaskId } from "./task-queue-CbxNVEAg.js";
10
10
  import { z } from "zod";
11
11
  import { createHash } from "node:crypto";
12
12
  import { destinationSchema, destinationVisibilitySchema, isSlackDestination, pluginRunContextSchema, replyAttributionSchema, sourceSchema, taskOutcomeSchema } from "@sentry/junior-plugin-api";
@@ -345,7 +345,7 @@ function slackSourceForDestination(args) {
345
345
  * Reads parent Conversations when this Conversation has no Destination.
346
346
  */
347
347
  async function resolveConversationRouting(args) {
348
- const conversationStore = args.conversationStore ?? (await import("./agent-hooks-CbS_0qVT.js").then((n) => n.Vt)).getConversationStore();
348
+ const conversationStore = args.conversationStore ?? (await import("./agent-hooks-BtGATjr2.js").then((n) => n.Vt)).getConversationStore();
349
349
  const chain = await loadConversationChain(args.conversationId, conversationStore);
350
350
  let destination;
351
351
  let source;
@@ -1,9 +1,9 @@
1
- import { F as isRecord, I as toOptionalNumber, L as toOptionalString } from "./logging-X8-jOuNZ.js";
2
- import { Gt as getDb, pt as JUNIOR_THREAD_STATE_TTL_MS } from "./agent-hooks-CbS_0qVT.js";
1
+ import { F as isRecord, I as toOptionalNumber, L as toOptionalString } from "./logging-CHZ0aJXO.js";
2
+ import { Gt as getDb, pt as JUNIOR_THREAD_STATE_TTL_MS } from "./agent-hooks-BtGATjr2.js";
3
3
  import { n as juniorDestinations } from "./destinations-BeBiJeEM.js";
4
- import { u as juniorLocationConfigurations } from "./executor-DJBc9GHM.js";
5
- import { X as persistConversationMessages } from "./checkpoint-DrgS0aKI.js";
6
- import { w as getStateAdapter } from "./profile-BygAXI52.js";
4
+ import { u as juniorLocationConfigurations } from "./executor-D0xETqi8.js";
5
+ import { X as persistConversationMessages } from "./checkpoint-CmkbGGiR.js";
6
+ import { w as getStateAdapter } from "./profile-6veboDue.js";
7
7
  import { z } from "zod";
8
8
  import { randomUUID } from "node:crypto";
9
9
  import { and, eq, sql } from "drizzle-orm";
@@ -1,6 +1,6 @@
1
- import { Ht as getConversationEventStore } from "./agent-hooks-CbS_0qVT.js";
2
- import { n as runAgentWithTimeout } from "./agent-runner-Dv_3inX5.js";
3
- import { t as ConversationTurnLifecycleService } from "./turn-lifecycle-CgmJKAad.js";
1
+ import { Ht as getConversationEventStore } from "./agent-hooks-BtGATjr2.js";
2
+ import { n as runAgentWithTimeout } from "./agent-runner-DCj_cPjl.js";
3
+ import { t as ConversationTurnLifecycleService } from "./turn-lifecycle-CNsgouon.js";
4
4
  //#region src/chat/runtime/turn-execution.ts
5
5
  /** An error thrown while the agent advances a Run. */
6
6
  var AgentRunError = class extends Error {
@@ -1,4 +1,4 @@
1
- import { Ht as getConversationEventStore } from "./agent-hooks-CbS_0qVT.js";
1
+ import { Ht as getConversationEventStore } from "./agent-hooks-BtGATjr2.js";
2
2
  //#region src/chat/conversations/turn-lifecycle.ts
3
3
  /** Persist correlated turn lifecycle facts with retry-safe terminal exclusion. */
4
4
  var ConversationTurnLifecycleService = class {
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-B4FMCO8f.js";
2
- import { n as pluginCatalogRuntime } from "./catalog-runtime-d65qfc1w.js";
2
+ import { n as pluginCatalogRuntime } from "./catalog-runtime-LUAIHslF.js";
3
3
  import { isDeepStrictEqual } from "node:util";
4
4
  //#region src/chat/plugins/validation.ts
5
5
  var validation_exports = /* @__PURE__ */ __exportAll({
@@ -1,5 +1,5 @@
1
1
  //#region package.json
2
- var version = "0.215.0";
2
+ var version = "0.217.0";
3
3
  //#endregion
4
4
  //#region src/version.ts
5
5
  /** Installed Junior package version, or `unknown` when package metadata is unavailable. */
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as JUNIOR_VERSION } from "./version-nVlRbCxY.js";
1
+ import { t as JUNIOR_VERSION } from "./version-Es4nurl1.js";
2
2
  export { JUNIOR_VERSION };
@@ -1,4 +1,4 @@
1
- import { w as getStateAdapter } from "./profile-BygAXI52.js";
1
+ import { w as getStateAdapter } from "./profile-6veboDue.js";
2
2
  import { randomUUID } from "node:crypto";
3
3
  //#region src/chat/conversations/web-authorization.ts
4
4
  const WEB_AUTHORIZATION_PREFIX = "junior:web_authorization:v1";
@@ -1,8 +1,8 @@
1
- import { f as logWarn } from "./logging-X8-jOuNZ.js";
2
- import { s as getSlackBotToken } from "./config-CC2WLw37.js";
1
+ import { f as logWarn } from "./logging-CHZ0aJXO.js";
2
+ import { s as getSlackBotToken } from "./config-BMwzCmw-.js";
3
3
  import "./context-Bplcgypl.js";
4
- import { K as normalizeSlackConversationId, Wt as getConversationStore } from "./agent-hooks-CbS_0qVT.js";
5
- import { c as parseSlackThreadId, ft as appendAndEnqueueExclusiveInboundMessage, pt as appendAndEnqueueInboundMessage, qt as buildDeterministicTurnId } from "./stats-feF70h9e.js";
4
+ import { K as normalizeSlackConversationId, Wt as getConversationStore } from "./agent-hooks-BtGATjr2.js";
5
+ import { c as parseSlackThreadId, ft as appendAndEnqueueExclusiveInboundMessage, pt as appendAndEnqueueInboundMessage, qt as buildDeterministicTurnId } from "./stats-BvNqVRdB.js";
6
6
  import { t as healthReportSchema } from "./reporting-schema-DosTN__Q.js";
7
7
  import { z } from "zod";
8
8
  import { createHash } from "node:crypto";
@@ -1,13 +1,13 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-B4FMCO8f.js";
2
- import { $ as AuthorizationFlowDisabledError, A as createAgentInvocationSchema, M as AgentInvocationLimitError, O as agentBindingSchema, f as PluginCredentialFailureError, j as AgentInvocationBusyError, k as agentInvocationSchema } from "./agent-DL7L5IGV.js";
3
- import { Ht as getConversationEventStore, Kt as getSqlExecutor, Wt as getConversationStore } from "./agent-hooks-CbS_0qVT.js";
4
- import { f as juniorAgentBindings, p as juniorAgentInvocations } from "./executor-DJBc9GHM.js";
5
- import { L as openConversationProjection, o as failTurnRecord, r as saveTurnCheckpoint, s as getTurnRecord, v as getTerminalAssistantMessages } from "./checkpoint-DrgS0aKI.js";
6
- import { pt as appendAndEnqueueInboundMessage } from "./stats-feF70h9e.js";
7
- import { _ as isTurnInputCommitLostError, h as getConversationTurnBoundaryError, p as TurnInputCommitLostError, s as getAssistantReplyText } from "./pending-auth-WG65bhYl.js";
8
- import { t as ConversationTurnLifecycleService } from "./turn-lifecycle-CgmJKAad.js";
9
- import { n as executeTurn, t as AgentRunError } from "./turn-execution-Du5ai0bJ.js";
10
- import { n as getPersistedSandboxState, o as persistThreadStateById, r as getPersistedThreadState } from "./thread-state-CVZMgZrC.js";
2
+ import { $ as AuthorizationFlowDisabledError, A as createAgentInvocationSchema, M as AgentInvocationLimitError, O as agentBindingSchema, f as PluginCredentialFailureError, j as AgentInvocationBusyError, k as agentInvocationSchema } from "./agent-CV4MPfCD.js";
3
+ import { Ht as getConversationEventStore, Kt as getSqlExecutor, Wt as getConversationStore } from "./agent-hooks-BtGATjr2.js";
4
+ import { f as juniorAgentBindings, p as juniorAgentInvocations } from "./executor-D0xETqi8.js";
5
+ import { L as openConversationProjection, o as failTurnRecord, r as saveTurnCheckpoint, s as getTurnRecord, v as getTerminalAssistantMessages } from "./checkpoint-CmkbGGiR.js";
6
+ import { pt as appendAndEnqueueInboundMessage } from "./stats-BvNqVRdB.js";
7
+ import { _ as isTurnInputCommitLostError, h as getConversationTurnBoundaryError, p as TurnInputCommitLostError, s as getAssistantReplyText } from "./pending-auth-HNSPyxoN.js";
8
+ import { t as ConversationTurnLifecycleService } from "./turn-lifecycle-CNsgouon.js";
9
+ import { n as executeTurn, t as AgentRunError } from "./turn-execution-mZIWtngI.js";
10
+ import { n as getPersistedSandboxState, o as persistThreadStateById, r as getPersistedThreadState } from "./thread-state-Db98GdYL.js";
11
11
  import { z } from "zod";
12
12
  import { createHash } from "node:crypto";
13
13
  import { and, asc, count, eq, inArray } from "drizzle-orm";
@@ -1,10 +1,10 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-B4FMCO8f.js";
2
- import { b as isProviderRetryError } from "./client-CI4MF188.js";
3
- import { S as withLogContext, d as logInfo, f as logWarn, u as logException } from "./logging-X8-jOuNZ.js";
4
- import { a as getChatConfig } from "./config-CC2WLw37.js";
5
- import { At as recordConversationRetry, Ct as drainConversationMailbox, Et as getConversationWorkState, Ft as startConversationWork, Ht as isInvalidConversationRecordError, Nt as requestAnotherSlice, St as deadLetterAttempt, Vt as isFinalAttempt, _t as clearConsumedConversationWake, bt as completeConversationWork, dt as ackMessages, gt as checkInConversationWork, jt as releaseConversationWork, kt as recordAttemptFailure, mt as beginConversationResume, wt as ensureConversationWake, xt as countPendingConversationMessages, yt as completeConversationStop, zt as hasConversationStop } from "./stats-feF70h9e.js";
2
+ import { b as isProviderRetryError } from "./client-ciJRmcY5.js";
3
+ import { S as withLogContext, d as logInfo, f as logWarn, u as logException } from "./logging-CHZ0aJXO.js";
4
+ import { a as getChatConfig } from "./config-BMwzCmw-.js";
5
+ import { At as recordConversationRetry, Ct as drainConversationMailbox, Et as getConversationWorkState, Ft as startConversationWork, Ht as isInvalidConversationRecordError, Nt as requestAnotherSlice, St as deadLetterAttempt, Vt as isFinalAttempt, _t as clearConsumedConversationWake, bt as completeConversationWork, dt as ackMessages, gt as checkInConversationWork, jt as releaseConversationWork, kt as recordAttemptFailure, mt as beginConversationResume, wt as ensureConversationWake, xt as countPendingConversationMessages, yt as completeConversationStop, zt as hasConversationStop } from "./stats-BvNqVRdB.js";
6
6
  import { c as ConversationQueueMessageRejectedError } from "./vercel-queue-DIkVcfK4.js";
7
- import { a as getTurnRequestDeadline } from "./job-queue-FDxeYtda.js";
7
+ import { a as getTurnRequestDeadline } from "./job-queue-C8FZ3LSY.js";
8
8
  //#region src/chat/task-execution/worker.ts
9
9
  var worker_exports = /* @__PURE__ */ __exportAll({
10
10
  CONVERSATION_WORK_DEFER_DELAY_MS: () => CONVERSATION_WORK_DEFER_DELAY_MS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior",
3
- "version": "0.215.0",
3
+ "version": "0.217.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -85,7 +85,7 @@
85
85
  "pg": "^8.16.3",
86
86
  "yaml": "^2.9.0",
87
87
  "zod": "^4.5.4",
88
- "@sentry/junior-plugin-api": "0.215.0"
88
+ "@sentry/junior-plugin-api": "0.217.0"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@emnapi/core": "^1.10.0",
@@ -104,9 +104,9 @@
104
104
  "typescript": "^6.0.3",
105
105
  "vercel": "^54.4.0",
106
106
  "vitest": "^4.1.7",
107
- "@sentry/junior-testing": "0.0.0",
108
- "@sentry/junior-memory": "0.215.0",
109
- "@sentry/junior-github": "0.215.0"
107
+ "@sentry/junior-github": "0.217.0",
108
+ "@sentry/junior-memory": "0.217.0",
109
+ "@sentry/junior-testing": "0.0.0"
110
110
  },
111
111
  "scripts": {
112
112
  "build": "tsdown",