@burdenoff/fe-libs 2026.906.5 → 2026.907.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.
@@ -4,90 +4,90 @@ import { buildSandboxContextInput as i, executeSandboxGraphQL as a } from "./sha
4
4
  import { CHECK_AI_CREDITS as o, CREATE_SANDBOX as s, EXTEND_SANDBOX_TTL as c, GET_ACTIVE_SANDBOXES as l, GET_SANDBOX as u, PROXY_SANDBOX_REQUEST as d, REPORT_AI_TOKEN_USAGE as f, STOP_ASSISTANT_SANDBOX as p, WAIT_FOR_SANDBOX_RUNNING as m } from "./shared/assistant/operations.js";
5
5
  import { ASSISTANT_API_AUTH_STRATEGY as h, getImageForMode as g, getImageTagForMode as _, getResourcesForMode as v, getSandboxImageRegistry as y, resolveSandboxAssistantMode as b } from "./shared/assistant/images.js";
6
6
  import { getCapability as x, isUnknownFieldError as S, markSupported as C, markUnsupported as w } from "./shared/assistant/capabilities.js";
7
- import { buildAssistantSandboxEnv as T, buildPromptRequestBody as E, checkAssistantAiCredits as D, createAssistantSandbox as O, createAssistantSession as k, downloadAssistantArtifact as A, extendAssistantSandboxTTL as j, findExistingSandbox as M, getAssistantArtifacts as N, getAssistantMessages as P, getAssistantSession as F, getAssistantStreamAccess as I, modeRequiresConfirmWrites as L, reportAssistantAiTokenUsage as R, selectExistingAssistantSandbox as z, sendAssistantPromptAsync as B, sendHeartbeat as V, stopReapedAssistantSandbox as H, waitForAssistantServiceReady as U, waitForSandboxRunning as W } from "./shared/assistant/api.js";
8
- import { AssistantRuntimeManager as G } from "./shared/assistant/runtime.js";
9
- import { buildProgress as K, getAssistantMedia as q, getAssistantText as J, getRawMessageCreatedAt as Y, getToolProgress as X, isReapedSandboxConnectionError as Z, isRecoverable as Q, mapSessionToHistory as $, mergeMessagesById as ee, sanitize as te } from "./shared/assistant/progress.js";
10
- import { createSandboxAssistantTransport as ne } from "./shared/assistant/createSandboxAssistantTransport.js";
11
- import { useSandboxAssistantTransport as re } from "./shared/assistant/useSandboxAssistantTransport.js";
12
- import { chatTurns as ie, groupBySession as ae, groupConsecutiveBySession as oe, isVoiceTurn as se, voiceMarker as ce, voiceSessionIdOf as le, voiceTurnsOnly as ue } from "./shared/assistant/voice/turnVisibility.js";
13
- import { browserSpeechEngine as de } from "./shared/assistant/speech/browserSpeechEngine.js";
14
- import { HOSTED_TTS_TIER as fe, HOSTED_VOICES as pe, hostedLocaleFor as me, hostedSupportsLanguage as he } from "./shared/assistant/speech/hostedVoiceCatalogue.js";
15
- import { HOSTED_TTS_MAX_CHARS as ge, SPEAKING_RATE_MAX as _e, SPEAKING_RATE_MAX_STREAMING as ve, SPEAKING_RATE_MAX_SYNC as ye, SPEAKING_RATE_MIN as be, base64ToBytes as xe, buildRequest as Se, classifyHttpFailure as Ce, decodeAudioResponse as we, shouldDisableEngine as Te, splitForVendor as Ee } from "./shared/assistant/speech/hostedTtsProtocol.js";
16
- import { createHostedTtsEngine as De } from "./shared/assistant/speech/hostedTtsSpeechEngine.js";
17
- import { createRoutingSpeechEngine as Oe } from "./shared/assistant/speech/routingSpeechEngine.js";
18
- import { configureSpeechEngine as ke, createSpeechEngines as Ae, getSpeechEngine as je, readSpeechEngineConfig as Me, resetSpeechEngine as Ne } from "./shared/assistant/speech/createSpeechEngine.js";
19
- import { micIsInterrupt as Pe, showsAssistantCaption as Fe, showsUserCaption as Ie, voiceStageState as Le, waveformIsActive as Re, waveformIsSettled as ze } from "./shared/assistant/voice/voiceStageState.js";
20
- import { ENDPOINT_GRACE_MS as Be, INITIAL_SESSION as Ve, INTERRUPT_MAX_MS as He, INTERRUPT_MIN_MS as Ue, SILENCE_SUBMIT_MS as We, isCapturing as Ge, isEcho as Ke, isSubmittable as qe, orbMode as Je, planReplyConsumption as Ye, spokenSoFar as Xe, voiceSessionReducer as Ze } from "./shared/assistant/voice/voiceSession.js";
21
- import { SPEECH_LANG as Qe, VOICE_LIST_TIMEOUT_MS as $e, isSpeechBlocked as et, languageDisplayName as tt, normalizeLangTag as nt, primaryLanguageSubtag as rt, selectVoiceForLocale as it, speechGate as at, speechLangForLocale as ot, voiceAvailability as st, voiceQualityRank as ct, voicesForLocale as lt } from "./shared/assistant/voice/speechVoices.js";
22
- import { buildContinuedFromVoiceNote as ut, buildVoiceTranscriptMarkdown as dt, voiceTranscriptFilename as ft } from "./shared/assistant/voice/voiceTranscript.js";
23
- import { DEFAULT_SPEAKABLE_LABELS as pt, MAX_SPEAKABLE_CHARS as mt, MAX_SPOKEN_TABLE_ROWS as ht, SPEECH_CHUNK_CHARS as gt, SPEECH_CHUNK_CJK_CHARS as _t, chunkForSpeech as vt, containsCjk as yt, speakableEmail as bt, splitTableRow as xt, toSpeakableText as St } from "./shared/assistant/voice/speakableText.js";
24
- import { PREVIEW_LANGUAGES as Ct, voicePreviewText as wt } from "./shared/assistant/voice/voicePreview.js";
25
- import { MINI_CAPTION_BUDGET as Tt, showPreviousChunk as Et } from "./shared/assistant/voice/miniCaptionBudget.js";
26
- import { POLL_FAST_MS as Dt, POLL_FAST_UNTIL_MS as Ot, POLL_SLOW_MS as kt, POLL_STEADY_MS as At, POLL_STEADY_UNTIL_MS as jt, pollDelayMs as Mt } from "./shared/assistant/voice/assistantPollSchedule.js";
27
- import { toCaptionText as Nt } from "./shared/assistant/voice/captionText.js";
28
- import { ASSISTANT_LANGUAGES as Pt, DEFAULT_SPEECH_RATE as Ft, findAssistantLanguage as It, resolveAssistantLanguage as Lt } from "./shared/assistant/voice/languages.js";
29
- import { replyFollowsInput as Rt, resolveLanguagePair as zt } from "./shared/assistant/voice/languagePair.js";
30
- import { findPendingWrite as Bt, parseConfirmationRefusal as Vt } from "./shared/assistant/pendingWrite.js";
31
- import { AssistantProductProvider as Ht, resolveModeConfig as Ut, useAssistantPageLabel as Wt, useAssistantProduct as Gt, useAssistantProductOrNull as Kt, useAssistantStorageFolders as qt } from "./shared/assistant/product.js";
32
- import { AssistantI18nProvider as Jt, assistantTranslationKey as Yt, useAssistantI18nNamespace as Xt, useAssistantTr as Zt } from "./shared/assistant/i18n.js";
33
- import { SPOKEN_LABEL_LANGUAGES as Qt, speechLabelsFor as $t } from "./shared/assistant/voice/speechLabels.js";
34
- import { detectScriptLocale as en, resolveSpeechLocale as tn } from "./shared/assistant/voice/replyLanguage.js";
35
- import { IDLE_PLAYBACK as nn, isSpeakingMessage as rn, requiresCancel as an, speechPlaybackReducer as on } from "./shared/assistant/voice/speechPlayback.js";
36
- import { MAX_INLINE_IMAGE_BASE64_BYTES as sn, MAX_REQUEST_BODY_BYTES as cn } from "./shared/assistant/gatewayLimits.js";
37
- import { BOILERPLATE_PAGE_SHARE as ln, MAX_BOILERPLATE_LINE_CHARS as un, MAX_EXTRACTED_CHARS as dn, MAX_PDF_PAGES_SCANNED as fn, MIN_PAGE_TEXT_CHARS as pn, MIN_TEXT_PAGE_SHARE as mn, columnLetterToIndex as hn, decodeXmlEntities as gn, docxXmlToText as _n, fitPdfPages as vn, formatPageRanges as yn, isMostlyImagePages as bn, joinSheets as xn, pageMarker as Sn, parseSharedStrings as Cn, parseWorkbookSheets as wn, pdfTextItemsToPage as Tn, sheetXmlToRows as En, summarisePageText as Dn, truncatePagesForInline as On } from "./shared/assistant/documentText.js";
38
- import { ATTACHMENT_ACCEPT as kn, AttachmentRejectedError as An, INLINE_IMAGE_MAX_DIM as jn, INLINE_IMAGE_QUALITY as Mn, MAX_ATTACHMENTS as Nn, MAX_FILE_BYTES as Pn, MAX_INLINE_CHARS_PER_FILE as Fn, MAX_INLINE_CHARS_TOTAL as In, MAX_INLINE_IMAGE_BASE64_CHARS as Ln, MAX_INLINE_IMAGE_PARTS as Rn, MAX_INLINE_TURN_BODY_BYTES as zn, MAX_TURN_BODY_BYTES as Bn, PROMPT_ENVELOPE_RESERVE_BYTES as Vn, TURN_BODY_HEADROOM_BYTES as Hn, buildAttachmentPromptBlock as Un, buildPromptParts as Wn, buildPromptWithAttachments as Gn, classifyAttachment as Kn, countInlineImageCandidates as qn, countInlinedImageParts as Jn, detectDocumentFormat as Yn, estimateTurnBodyBytes as Xn, formatBytes as Zn, getAttachmentSendBlocker as Qn, getExtension as $n, getSendableAttachments as er, hasAttachmentWorkInFlight as tr, parseDataUrl as nr, toMessageAttachment as rr, truncateForInline as ir, validateFile as ar } from "./shared/assistant/attachments.js";
39
- import { useAssistantStore as or } from "./shared/assistant/store.js";
40
- import { isTurnInFlight as sr } from "./shared/assistant/turnState.js";
41
- import { AssistantToolActivity as cr, parseToolActivity as lr } from "./shared/assistant/ui/AssistantToolActivity.js";
42
- import { AssistantSpeechProvider as ur, useAssistantSpeech as dr } from "./shared/assistant/ui/AssistantSpeechProvider.js";
43
- import { useVoiceSession as fr } from "./shared/assistant/ui/useVoiceSession.js";
44
- import { copyToClipboard as pr } from "./shared/assistant/clipboard.js";
45
- import { getActorId as mr, getOrganizationId as hr, getWorkspaceId as gr } from "./shared/assistant/context.js";
46
- import { ATTACHMENT_SOURCES as _r, availableAttachmentSources as vr, deviceHasCamera as yr } from "./shared/assistant/attachmentSources.js";
47
- import { SANDBOX_READY_TTL_MS as br, createReadinessTracker as xr, isRecentlyVerified as Sr } from "./shared/assistant/sandboxReadiness.js";
48
- import { AssistantAutoSpeakToggle as Cr } from "./shared/assistant/ui/AssistantAutoSpeakToggle.js";
49
- import { AssistantMarkdownImage as wr, imageHostLabel as Tr, isRemoteImageSrc as Er } from "./shared/assistant/ui/AssistantMarkdownImage.js";
50
- import { AssistantMarkdownRenderer as Dr, assistantUrlTransform as Or } from "./shared/assistant/ui/AssistantMarkdownRenderer.js";
51
- import { AssistantMessageAttachments as kr } from "./shared/assistant/ui/AssistantMessageAttachments.js";
52
- import { AssistantPendingWriteCard as Ar } from "./shared/assistant/ui/AssistantPendingWriteCard.js";
53
- import { AssistantLanguageMenu as jr } from "./shared/assistant/ui/AssistantLanguageMenu.js";
54
- import { AssistantReplyLanguageSelector as Mr } from "./shared/assistant/ui/AssistantReplyLanguageSelector.js";
55
- import { AssistantSpeakButton as Nr } from "./shared/assistant/ui/AssistantSpeakButton.js";
56
- import { AssistantSpokenTurnsNotice as Pr } from "./shared/assistant/ui/AssistantSpokenTurnsNotice.js";
57
- import { AssistantAttachmentButton as Fr } from "./shared/assistant/ui/composer/AssistantAttachmentButton.js";
58
- import { AssistantAttachmentChips as Ir } from "./shared/assistant/ui/composer/AssistantAttachmentChips.js";
59
- import { AssistantLanguageSelector as Lr, FOLLOW_APP_LOCALE as Rr } from "./shared/assistant/ui/composer/AssistantLanguageSelector.js";
60
- import { ASSISTANT_MODE_META as zr, AssistantModeSelector as Br, nextModeIndex as Vr } from "./shared/assistant/ui/composer/AssistantModeSelector.js";
61
- import { AssistantVoiceButton as Hr } from "./shared/assistant/ui/composer/AssistantVoiceButton.js";
62
- import { AUTO_VOICE as Ur, AssistantVoiceSelector as Wr } from "./shared/assistant/ui/composer/AssistantVoiceSelector.js";
63
- import { AssistantVoiceOrb as Gr } from "./shared/assistant/ui/voice/AssistantVoiceOrb.js";
64
- import { AssistantVoiceSessionButton as Kr } from "./shared/assistant/ui/voice/AssistantVoiceSessionButton.js";
65
- import { CAPTION_SCROLL_ATTR as qr, VoiceCaption as Jr } from "./shared/assistant/ui/voice/VoiceCaption.js";
66
- import { VoiceConversationView as Yr } from "./shared/assistant/ui/voice/VoiceConversationView.js";
67
- import { VoiceWaveform as Xr } from "./shared/assistant/ui/voice/VoiceWaveform.js";
68
- import { VoiceMiniController as Zr } from "./shared/assistant/ui/voice/VoiceMiniController.js";
69
- import { VoiceStage as Qr } from "./shared/assistant/ui/voice/VoiceStage.js";
70
- import { VoiceTranscriptDrawer as $r } from "./shared/assistant/ui/voice/VoiceTranscriptDrawer.js";
71
- import { downloadFile as ei, exportConversation as ti } from "./shared/assistant/exportConversation.js";
72
- import { AssistantMoreMenu as ni } from "./shared/assistant/ui/AssistantMoreMenu.js";
73
- import { AssistantHeader as ri } from "./shared/assistant/ui/AssistantHeader.js";
74
- import { AssistantConversationList as ii } from "./shared/assistant/ui/AssistantConversationList.js";
75
- import { AssistantEmptyState as ai } from "./shared/assistant/ui/AssistantEmptyState.js";
76
- import { AssistantMessageItem as oi } from "./shared/assistant/ui/AssistantMessageItem.js";
77
- import { AssistantMessageList as si } from "./shared/assistant/ui/AssistantMessageList.js";
78
- import { AssistantVoiceSession as ci } from "./shared/assistant/ui/voice/AssistantVoiceSession.js";
79
- import { useAssistantApiAccess as li } from "./shared/assistant/useAssistantApiAccess.js";
80
- import { useConversationTurns as ui } from "./shared/assistant/useConversationTurns.js";
81
- import { isMultimodalBodyRejection as di, isRecoverableAssistantError as fi } from "./shared/assistant/transportErrors.js";
82
- import { aiCreditsUpdatedEventName as pi, dispatchAssistantQuotaExhausted as mi, notifyAiCreditsUpdated as hi } from "./shared/assistant/aiCredits.js";
83
- import { useWorkspaceWriteAccess as gi } from "./shared/assistant/useWorkspaceWriteAccess.js";
84
- import { extractDocumentText as _i } from "./shared/assistant/documentExtract.js";
85
- import { useAssistantAttachments as vi } from "./shared/assistant/useAssistantAttachments.js";
86
- import { AssistantComposer as yi } from "./shared/assistant/ui/composer/AssistantComposer.js";
87
- import { isProdRuntime as bi } from "./shared/assistant/env.js";
88
- import { useAssistantHeartbeat as xi } from "./shared/assistant/useAssistantHeartbeat.js";
89
- import { useAssistantKeyboardShortcuts as Si } from "./shared/assistant/useAssistantKeyboardShortcuts.js";
90
- import { AssistantApiCallsConsentDialog as Ci } from "./shared/assistant/ui/AssistantApiCallsConsentDialog.js";
91
- import { AssistantChatArea as wi } from "./shared/assistant/ui/AssistantChatArea.js";
92
- import { AIAssistantPanel as Ti } from "./shared/assistant/ui/AIAssistantPanel.js";
93
- export { Ti as AIAssistantPanel, h as ASSISTANT_API_AUTH_STRATEGY, Pt as ASSISTANT_LANGUAGES, zr as ASSISTANT_MODE_META, kn as ATTACHMENT_ACCEPT, _r as ATTACHMENT_SOURCES, Ur as AUTO_VOICE, Ci as AssistantApiCallsConsentDialog, Fr as AssistantAttachmentButton, Ir as AssistantAttachmentChips, Cr as AssistantAutoSpeakToggle, wi as AssistantChatArea, yi as AssistantComposer, ii as AssistantConversationList, ai as AssistantEmptyState, ri as AssistantHeader, Jt as AssistantI18nProvider, jr as AssistantLanguageMenu, Lr as AssistantLanguageSelector, wr as AssistantMarkdownImage, Dr as AssistantMarkdownRenderer, kr as AssistantMessageAttachments, oi as AssistantMessageItem, si as AssistantMessageList, Br as AssistantModeSelector, ni as AssistantMoreMenu, Ar as AssistantPendingWriteCard, Ht as AssistantProductProvider, Mr as AssistantReplyLanguageSelector, G as AssistantRuntimeManager, Nr as AssistantSpeakButton, ur as AssistantSpeechProvider, Pr as AssistantSpokenTurnsNotice, cr as AssistantToolActivity, Hr as AssistantVoiceButton, Gr as AssistantVoiceOrb, Wr as AssistantVoiceSelector, ci as AssistantVoiceSession, Kr as AssistantVoiceSessionButton, An as AttachmentRejectedError, ln as BOILERPLATE_PAGE_SHARE, qr as CAPTION_SCROLL_ATTR, o as CHECK_AI_CREDITS, s as CREATE_SANDBOX, pt as DEFAULT_SPEAKABLE_LABELS, Ft as DEFAULT_SPEECH_RATE, Be as ENDPOINT_GRACE_MS, c as EXTEND_SANDBOX_TTL, Rr as FOLLOW_APP_LOCALE, l as GET_ACTIVE_SANDBOXES, u as GET_SANDBOX, ge as HOSTED_TTS_MAX_CHARS, fe as HOSTED_TTS_TIER, pe as HOSTED_VOICES, nn as IDLE_PLAYBACK, Ve as INITIAL_SESSION, jn as INLINE_IMAGE_MAX_DIM, Mn as INLINE_IMAGE_QUALITY, He as INTERRUPT_MAX_MS, Ue as INTERRUPT_MIN_MS, Nn as MAX_ATTACHMENTS, un as MAX_BOILERPLATE_LINE_CHARS, dn as MAX_EXTRACTED_CHARS, Pn as MAX_FILE_BYTES, Fn as MAX_INLINE_CHARS_PER_FILE, In as MAX_INLINE_CHARS_TOTAL, sn as MAX_INLINE_IMAGE_BASE64_BYTES, Ln as MAX_INLINE_IMAGE_BASE64_CHARS, Rn as MAX_INLINE_IMAGE_PARTS, zn as MAX_INLINE_TURN_BODY_BYTES, fn as MAX_PDF_PAGES_SCANNED, cn as MAX_REQUEST_BODY_BYTES, mt as MAX_SPEAKABLE_CHARS, ht as MAX_SPOKEN_TABLE_ROWS, Bn as MAX_TURN_BODY_BYTES, Tt as MINI_CAPTION_BUDGET, pn as MIN_PAGE_TEXT_CHARS, mn as MIN_TEXT_PAGE_SHARE, Dt as POLL_FAST_MS, Ot as POLL_FAST_UNTIL_MS, kt as POLL_SLOW_MS, At as POLL_STEADY_MS, jt as POLL_STEADY_UNTIL_MS, Ct as PREVIEW_LANGUAGES, Vn as PROMPT_ENVELOPE_RESERVE_BYTES, d as PROXY_SANDBOX_REQUEST, f as REPORT_AI_TOKEN_USAGE, br as SANDBOX_READY_TTL_MS, We as SILENCE_SUBMIT_MS, _e as SPEAKING_RATE_MAX, ve as SPEAKING_RATE_MAX_STREAMING, ye as SPEAKING_RATE_MAX_SYNC, be as SPEAKING_RATE_MIN, gt as SPEECH_CHUNK_CHARS, _t as SPEECH_CHUNK_CJK_CHARS, Qe as SPEECH_LANG, Qt as SPOKEN_LABEL_LANGUAGES, p as STOP_ASSISTANT_SANDBOX, Hn as TURN_BODY_HEADROOM_BYTES, $e as VOICE_LIST_TIMEOUT_MS, Jr as VoiceCaption, Yr as VoiceConversationView, Zr as VoiceMiniController, Qr as VoiceStage, $r as VoiceTranscriptDrawer, Xr as VoiceWaveform, m as WAIT_FOR_SANDBOX_RUNNING, pi as aiCreditsUpdatedEventName, Yt as assistantTranslationKey, Or as assistantUrlTransform, vr as availableAttachmentSources, xe as base64ToBytes, de as browserSpeechEngine, T as buildAssistantSandboxEnv, Un as buildAttachmentPromptBlock, ut as buildContinuedFromVoiceNote, K as buildProgress, Wn as buildPromptParts, E as buildPromptRequestBody, Gn as buildPromptWithAttachments, Se as buildRequest, i as buildSandboxContextInput, dt as buildVoiceTranscriptMarkdown, ie as chatTurns, D as checkAssistantAiCredits, vt as chunkForSpeech, Kn as classifyAttachment, Ce as classifyHttpFailure, t as classifyQuotaError, hn as columnLetterToIndex, ke as configureSpeechEngine, yt as containsCjk, pr as copyToClipboard, qn as countInlineImageCandidates, Jn as countInlinedImageParts, O as createAssistantSandbox, k as createAssistantSession, De as createHostedTtsEngine, xr as createReadinessTracker, Oe as createRoutingSpeechEngine, ne as createSandboxAssistantTransport, Ae as createSpeechEngines, we as decodeAudioResponse, gn as decodeXmlEntities, Yn as detectDocumentFormat, en as detectScriptLocale, yr as deviceHasCamera, mi as dispatchAssistantQuotaExhausted, _n as docxXmlToText, A as downloadAssistantArtifact, ei as downloadFile, Xn as estimateTurnBodyBytes, a as executeSandboxGraphQL, ti as exportConversation, j as extendAssistantSandboxTTL, _i as extractDocumentText, It as findAssistantLanguage, M as findExistingSandbox, Bt as findPendingWrite, vn as fitPdfPages, Zn as formatBytes, yn as formatPageRanges, mr as getActorId, N as getAssistantArtifacts, q as getAssistantMedia, P as getAssistantMessages, F as getAssistantSession, I as getAssistantStreamAccess, J as getAssistantText, Qn as getAttachmentSendBlocker, x as getCapability, $n as getExtension, g as getImageForMode, _ as getImageTagForMode, hr as getOrganizationId, Y as getRawMessageCreatedAt, v as getResourcesForMode, y as getSandboxImageRegistry, er as getSendableAttachments, je as getSpeechEngine, X as getToolProgress, gr as getWorkspaceId, ae as groupBySession, oe as groupConsecutiveBySession, tr as hasAttachmentWorkInFlight, me as hostedLocaleFor, he as hostedSupportsLanguage, Tr as imageHostLabel, Ge as isCapturing, Ke as isEcho, bn as isMostlyImagePages, di as isMultimodalBodyRejection, bi as isProdRuntime, n as isQuotaExhaustedError, Z as isReapedSandboxConnectionError, Sr as isRecentlyVerified, Q as isRecoverable, fi as isRecoverableAssistantError, Er as isRemoteImageSrc, rn as isSpeakingMessage, et as isSpeechBlocked, qe as isSubmittable, sr as isTurnInFlight, S as isUnknownFieldError, se as isVoiceTurn, xn as joinSheets, tt as languageDisplayName, $ as mapSessionToHistory, C as markSupported, w as markUnsupported, ee as mergeMessagesById, Pe as micIsInterrupt, L as modeRequiresConfirmWrites, Vr as nextModeIndex, nt as normalizeLangTag, hi as notifyAiCreditsUpdated, Je as orbMode, Sn as pageMarker, Vt as parseConfirmationRefusal, nr as parseDataUrl, Cn as parseSharedStrings, lr as parseToolActivity, wn as parseWorkbookSheets, Tn as pdfTextItemsToPage, Ye as planReplyConsumption, Mt as pollDelayMs, rt as primaryLanguageSubtag, r as quotaExhaustedEventName, Me as readSpeechEngineConfig, Rt as replyFollowsInput, R as reportAssistantAiTokenUsage, an as requiresCancel, Ne as resetSpeechEngine, Lt as resolveAssistantLanguage, zt as resolveLanguagePair, Ut as resolveModeConfig, b as resolveSandboxAssistantMode, tn as resolveSpeechLocale, te as sanitize, z as selectExistingAssistantSandbox, it as selectVoiceForLocale, B as sendAssistantPromptAsync, V as sendHeartbeat, En as sheetXmlToRows, Te as shouldDisableEngine, Et as showPreviousChunk, Fe as showsAssistantCaption, Ie as showsUserCaption, bt as speakableEmail, at as speechGate, $t as speechLabelsFor, ot as speechLangForLocale, on as speechPlaybackReducer, Ee as splitForVendor, xt as splitTableRow, Xe as spokenSoFar, H as stopReapedAssistantSandbox, Dn as summarisePageText, Nt as toCaptionText, rr as toMessageAttachment, St as toSpeakableText, ir as truncateForInline, On as truncatePagesForInline, li as useAssistantApiAccess, vi as useAssistantAttachments, xi as useAssistantHeartbeat, Xt as useAssistantI18nNamespace, Si as useAssistantKeyboardShortcuts, Wt as useAssistantPageLabel, Gt as useAssistantProduct, Kt as useAssistantProductOrNull, dr as useAssistantSpeech, qt as useAssistantStorageFolders, or as useAssistantStore, Zt as useAssistantTr, ui as useConversationTurns, re as useSandboxAssistantTransport, e as useVoiceInput, fr as useVoiceSession, gi as useWorkspaceWriteAccess, ar as validateFile, st as voiceAvailability, ce as voiceMarker, wt as voicePreviewText, ct as voiceQualityRank, le as voiceSessionIdOf, Ze as voiceSessionReducer, Le as voiceStageState, ft as voiceTranscriptFilename, ue as voiceTurnsOnly, lt as voicesForLocale, U as waitForAssistantServiceReady, W as waitForSandboxRunning, Re as waveformIsActive, ze as waveformIsSettled };
7
+ import { approvePendingWrite as T, buildAssistantSandboxEnv as E, buildPromptRequestBody as D, checkAssistantAiCredits as O, createAssistantSandbox as k, createAssistantSession as A, downloadAssistantArtifact as j, extendAssistantSandboxTTL as M, findExistingSandbox as N, getAssistantArtifacts as P, getAssistantMessages as F, getAssistantSession as I, getAssistantStreamAccess as L, modeRequiresConfirmWrites as R, releaseSupersededAssistantSandboxes as z, reportAssistantAiTokenUsage as B, selectExistingAssistantSandbox as V, selectSupersededAssistantSandboxes as H, sendAssistantPromptAsync as U, sendHeartbeat as W, stopReapedAssistantSandbox as G, waitForAssistantServiceReady as K, waitForSandboxRunning as q } from "./shared/assistant/api.js";
8
+ import { AssistantRuntimeManager as J } from "./shared/assistant/runtime.js";
9
+ import { buildProgress as Y, getAssistantMedia as X, getAssistantText as Z, getRawMessageCreatedAt as Q, getToolProgress as $, isReapedSandboxConnectionError as ee, isRecoverable as te, mapSessionToHistory as ne, mergeMessagesById as re, sanitize as ie } from "./shared/assistant/progress.js";
10
+ import { createSandboxAssistantTransport as ae } from "./shared/assistant/createSandboxAssistantTransport.js";
11
+ import { useSandboxAssistantTransport as oe } from "./shared/assistant/useSandboxAssistantTransport.js";
12
+ import { chatTurns as se, groupBySession as ce, groupConsecutiveBySession as le, isVoiceTurn as ue, voiceMarker as de, voiceSessionIdOf as fe, voiceTurnsOnly as pe } from "./shared/assistant/voice/turnVisibility.js";
13
+ import { browserSpeechEngine as me } from "./shared/assistant/speech/browserSpeechEngine.js";
14
+ import { HOSTED_TTS_TIER as he, HOSTED_VOICES as ge, hostedLocaleFor as _e, hostedSupportsLanguage as ve } from "./shared/assistant/speech/hostedVoiceCatalogue.js";
15
+ import { HOSTED_TTS_MAX_CHARS as ye, SPEAKING_RATE_MAX as be, SPEAKING_RATE_MAX_STREAMING as xe, SPEAKING_RATE_MAX_SYNC as Se, SPEAKING_RATE_MIN as Ce, base64ToBytes as we, buildRequest as Te, classifyHttpFailure as Ee, decodeAudioResponse as De, shouldDisableEngine as Oe, splitForVendor as ke } from "./shared/assistant/speech/hostedTtsProtocol.js";
16
+ import { createHostedTtsEngine as Ae } from "./shared/assistant/speech/hostedTtsSpeechEngine.js";
17
+ import { createRoutingSpeechEngine as je } from "./shared/assistant/speech/routingSpeechEngine.js";
18
+ import { configureSpeechEngine as Me, createSpeechEngines as Ne, getSpeechEngine as Pe, readSpeechEngineConfig as Fe, resetSpeechEngine as Ie } from "./shared/assistant/speech/createSpeechEngine.js";
19
+ import { micIsInterrupt as Le, showsAssistantCaption as Re, showsUserCaption as ze, voiceStageState as Be, waveformIsActive as Ve, waveformIsSettled as He } from "./shared/assistant/voice/voiceStageState.js";
20
+ import { ENDPOINT_GRACE_MS as Ue, INITIAL_SESSION as We, INTERRUPT_MAX_MS as Ge, INTERRUPT_MIN_MS as Ke, SILENCE_SUBMIT_MS as qe, isCapturing as Je, isEcho as Ye, isSubmittable as Xe, orbMode as Ze, planReplyConsumption as Qe, spokenSoFar as $e, voiceSessionReducer as et } from "./shared/assistant/voice/voiceSession.js";
21
+ import { SPEECH_LANG as tt, VOICE_LIST_TIMEOUT_MS as nt, isSpeechBlocked as rt, languageDisplayName as it, normalizeLangTag as at, primaryLanguageSubtag as ot, selectVoiceForLocale as st, speechGate as ct, speechLangForLocale as lt, voiceAvailability as ut, voiceQualityRank as dt, voicesForLocale as ft } from "./shared/assistant/voice/speechVoices.js";
22
+ import { buildContinuedFromVoiceNote as pt, buildVoiceTranscriptMarkdown as mt, voiceTranscriptFilename as ht } from "./shared/assistant/voice/voiceTranscript.js";
23
+ import { DEFAULT_SPEAKABLE_LABELS as gt, MAX_SPEAKABLE_CHARS as _t, MAX_SPOKEN_TABLE_ROWS as vt, SPEECH_CHUNK_CHARS as yt, SPEECH_CHUNK_CJK_CHARS as bt, chunkForSpeech as xt, containsCjk as St, speakableEmail as Ct, splitTableRow as wt, toSpeakableText as Tt } from "./shared/assistant/voice/speakableText.js";
24
+ import { PREVIEW_LANGUAGES as Et, voicePreviewText as Dt } from "./shared/assistant/voice/voicePreview.js";
25
+ import { MINI_CAPTION_BUDGET as Ot, showPreviousChunk as kt } from "./shared/assistant/voice/miniCaptionBudget.js";
26
+ import { POLL_FAST_MS as At, POLL_FAST_UNTIL_MS as jt, POLL_SLOW_MS as Mt, POLL_STEADY_MS as Nt, POLL_STEADY_UNTIL_MS as Pt, pollDelayMs as Ft } from "./shared/assistant/voice/assistantPollSchedule.js";
27
+ import { toCaptionText as It } from "./shared/assistant/voice/captionText.js";
28
+ import { ASSISTANT_LANGUAGES as Lt, DEFAULT_SPEECH_RATE as Rt, findAssistantLanguage as zt, resolveAssistantLanguage as Bt } from "./shared/assistant/voice/languages.js";
29
+ import { replyFollowsInput as Vt, resolveLanguagePair as Ht } from "./shared/assistant/voice/languagePair.js";
30
+ import { findPendingWrite as Ut, parseConfirmationRefusal as Wt } from "./shared/assistant/pendingWrite.js";
31
+ import { AssistantProductProvider as Gt, resolveModeConfig as Kt, useAssistantPageLabel as qt, useAssistantProduct as Jt, useAssistantProductOrNull as Yt, useAssistantStorageFolders as Xt } from "./shared/assistant/product.js";
32
+ import { AssistantI18nProvider as Zt, assistantTranslationKey as Qt, useAssistantI18nNamespace as $t, useAssistantTr as en } from "./shared/assistant/i18n.js";
33
+ import { SPOKEN_LABEL_LANGUAGES as tn, speechLabelsFor as nn } from "./shared/assistant/voice/speechLabels.js";
34
+ import { detectScriptLocale as rn, resolveSpeechLocale as an } from "./shared/assistant/voice/replyLanguage.js";
35
+ import { IDLE_PLAYBACK as on, isSpeakingMessage as sn, requiresCancel as cn, speechPlaybackReducer as ln } from "./shared/assistant/voice/speechPlayback.js";
36
+ import { MAX_INLINE_IMAGE_BASE64_BYTES as un, MAX_REQUEST_BODY_BYTES as dn } from "./shared/assistant/gatewayLimits.js";
37
+ import { BOILERPLATE_PAGE_SHARE as fn, MAX_BOILERPLATE_LINE_CHARS as pn, MAX_EXTRACTED_CHARS as mn, MAX_PDF_PAGES_SCANNED as hn, MIN_PAGE_TEXT_CHARS as gn, MIN_TEXT_PAGE_SHARE as _n, columnLetterToIndex as vn, decodeXmlEntities as yn, docxXmlToText as bn, fitPdfPages as xn, formatPageRanges as Sn, isMostlyImagePages as Cn, joinSheets as wn, pageMarker as Tn, parseSharedStrings as En, parseWorkbookSheets as Dn, pdfTextItemsToPage as On, sheetXmlToRows as kn, summarisePageText as An, truncatePagesForInline as jn } from "./shared/assistant/documentText.js";
38
+ import { ATTACHMENT_ACCEPT as Mn, AttachmentRejectedError as Nn, INLINE_IMAGE_MAX_DIM as Pn, INLINE_IMAGE_QUALITY as Fn, MAX_ATTACHMENTS as In, MAX_FILE_BYTES as Ln, MAX_INLINE_CHARS_PER_FILE as Rn, MAX_INLINE_CHARS_TOTAL as zn, MAX_INLINE_IMAGE_BASE64_CHARS as Bn, MAX_INLINE_IMAGE_PARTS as Vn, MAX_INLINE_TURN_BODY_BYTES as Hn, MAX_TURN_BODY_BYTES as Un, PROMPT_ENVELOPE_RESERVE_BYTES as Wn, TURN_BODY_HEADROOM_BYTES as Gn, buildAttachmentPromptBlock as Kn, buildPromptParts as qn, buildPromptWithAttachments as Jn, classifyAttachment as Yn, countInlineImageCandidates as Xn, countInlinedImageParts as Zn, detectDocumentFormat as Qn, estimateTurnBodyBytes as $n, formatBytes as er, getAttachmentSendBlocker as tr, getExtension as nr, getSendableAttachments as rr, hasAttachmentWorkInFlight as ir, parseDataUrl as ar, toMessageAttachment as or, truncateForInline as sr, validateFile as cr } from "./shared/assistant/attachments.js";
39
+ import { useAssistantStore as lr } from "./shared/assistant/store.js";
40
+ import { isTurnInFlight as ur } from "./shared/assistant/turnState.js";
41
+ import { AssistantToolActivity as dr, parseToolActivity as fr } from "./shared/assistant/ui/AssistantToolActivity.js";
42
+ import { AssistantSpeechProvider as pr, useAssistantSpeech as mr } from "./shared/assistant/ui/AssistantSpeechProvider.js";
43
+ import { useVoiceSession as hr } from "./shared/assistant/ui/useVoiceSession.js";
44
+ import { copyToClipboard as gr } from "./shared/assistant/clipboard.js";
45
+ import { getActorId as _r, getOrganizationId as vr, getWorkspaceId as yr } from "./shared/assistant/context.js";
46
+ import { ATTACHMENT_SOURCES as br, availableAttachmentSources as xr, deviceHasCamera as Sr } from "./shared/assistant/attachmentSources.js";
47
+ import { SANDBOX_READY_TTL_MS as Cr, createReadinessTracker as wr, isRecentlyVerified as Tr } from "./shared/assistant/sandboxReadiness.js";
48
+ import { AssistantAutoSpeakToggle as Er } from "./shared/assistant/ui/AssistantAutoSpeakToggle.js";
49
+ import { AssistantMarkdownImage as Dr, imageHostLabel as Or, isRemoteImageSrc as kr } from "./shared/assistant/ui/AssistantMarkdownImage.js";
50
+ import { AssistantMarkdownRenderer as Ar, assistantUrlTransform as jr } from "./shared/assistant/ui/AssistantMarkdownRenderer.js";
51
+ import { AssistantMessageAttachments as Mr } from "./shared/assistant/ui/AssistantMessageAttachments.js";
52
+ import { AssistantPendingWriteCard as Nr } from "./shared/assistant/ui/AssistantPendingWriteCard.js";
53
+ import { AssistantLanguageMenu as Pr } from "./shared/assistant/ui/AssistantLanguageMenu.js";
54
+ import { AssistantReplyLanguageSelector as Fr } from "./shared/assistant/ui/AssistantReplyLanguageSelector.js";
55
+ import { AssistantSpeakButton as Ir } from "./shared/assistant/ui/AssistantSpeakButton.js";
56
+ import { AssistantSpokenTurnsNotice as Lr } from "./shared/assistant/ui/AssistantSpokenTurnsNotice.js";
57
+ import { AssistantAttachmentButton as Rr } from "./shared/assistant/ui/composer/AssistantAttachmentButton.js";
58
+ import { AssistantAttachmentChips as zr } from "./shared/assistant/ui/composer/AssistantAttachmentChips.js";
59
+ import { AssistantLanguageSelector as Br, FOLLOW_APP_LOCALE as Vr } from "./shared/assistant/ui/composer/AssistantLanguageSelector.js";
60
+ import { ASSISTANT_MODE_META as Hr, AssistantModeSelector as Ur, nextModeIndex as Wr } from "./shared/assistant/ui/composer/AssistantModeSelector.js";
61
+ import { AssistantVoiceButton as Gr } from "./shared/assistant/ui/composer/AssistantVoiceButton.js";
62
+ import { AUTO_VOICE as Kr, AssistantVoiceSelector as qr } from "./shared/assistant/ui/composer/AssistantVoiceSelector.js";
63
+ import { AssistantVoiceOrb as Jr } from "./shared/assistant/ui/voice/AssistantVoiceOrb.js";
64
+ import { AssistantVoiceSessionButton as Yr } from "./shared/assistant/ui/voice/AssistantVoiceSessionButton.js";
65
+ import { CAPTION_SCROLL_ATTR as Xr, VoiceCaption as Zr } from "./shared/assistant/ui/voice/VoiceCaption.js";
66
+ import { VoiceConversationView as Qr } from "./shared/assistant/ui/voice/VoiceConversationView.js";
67
+ import { VoiceWaveform as $r } from "./shared/assistant/ui/voice/VoiceWaveform.js";
68
+ import { VoiceMiniController as ei } from "./shared/assistant/ui/voice/VoiceMiniController.js";
69
+ import { VoiceStage as ti } from "./shared/assistant/ui/voice/VoiceStage.js";
70
+ import { VoiceTranscriptDrawer as ni } from "./shared/assistant/ui/voice/VoiceTranscriptDrawer.js";
71
+ import { downloadFile as ri, exportConversation as ii } from "./shared/assistant/exportConversation.js";
72
+ import { AssistantMoreMenu as ai } from "./shared/assistant/ui/AssistantMoreMenu.js";
73
+ import { AssistantHeader as oi } from "./shared/assistant/ui/AssistantHeader.js";
74
+ import { AssistantConversationList as si } from "./shared/assistant/ui/AssistantConversationList.js";
75
+ import { AssistantEmptyState as ci } from "./shared/assistant/ui/AssistantEmptyState.js";
76
+ import { AssistantMessageItem as li } from "./shared/assistant/ui/AssistantMessageItem.js";
77
+ import { AssistantMessageList as ui } from "./shared/assistant/ui/AssistantMessageList.js";
78
+ import { AssistantVoiceSession as di } from "./shared/assistant/ui/voice/AssistantVoiceSession.js";
79
+ import { useAssistantApiAccess as fi } from "./shared/assistant/useAssistantApiAccess.js";
80
+ import { useConversationTurns as pi } from "./shared/assistant/useConversationTurns.js";
81
+ import { isMultimodalBodyRejection as mi, isRecoverableAssistantError as hi } from "./shared/assistant/transportErrors.js";
82
+ import { aiCreditsUpdatedEventName as gi, dispatchAssistantQuotaExhausted as _i, notifyAiCreditsUpdated as vi } from "./shared/assistant/aiCredits.js";
83
+ import { useWorkspaceWriteAccess as yi } from "./shared/assistant/useWorkspaceWriteAccess.js";
84
+ import { extractDocumentText as bi } from "./shared/assistant/documentExtract.js";
85
+ import { useAssistantAttachments as xi } from "./shared/assistant/useAssistantAttachments.js";
86
+ import { AssistantComposer as Si } from "./shared/assistant/ui/composer/AssistantComposer.js";
87
+ import { isProdRuntime as Ci } from "./shared/assistant/env.js";
88
+ import { useAssistantHeartbeat as wi } from "./shared/assistant/useAssistantHeartbeat.js";
89
+ import { useAssistantKeyboardShortcuts as Ti } from "./shared/assistant/useAssistantKeyboardShortcuts.js";
90
+ import { AssistantApiCallsConsentDialog as Ei } from "./shared/assistant/ui/AssistantApiCallsConsentDialog.js";
91
+ import { AssistantChatArea as Di } from "./shared/assistant/ui/AssistantChatArea.js";
92
+ import { AIAssistantPanel as Oi } from "./shared/assistant/ui/AIAssistantPanel.js";
93
+ export { Oi as AIAssistantPanel, h as ASSISTANT_API_AUTH_STRATEGY, Lt as ASSISTANT_LANGUAGES, Hr as ASSISTANT_MODE_META, Mn as ATTACHMENT_ACCEPT, br as ATTACHMENT_SOURCES, Kr as AUTO_VOICE, Ei as AssistantApiCallsConsentDialog, Rr as AssistantAttachmentButton, zr as AssistantAttachmentChips, Er as AssistantAutoSpeakToggle, Di as AssistantChatArea, Si as AssistantComposer, si as AssistantConversationList, ci as AssistantEmptyState, oi as AssistantHeader, Zt as AssistantI18nProvider, Pr as AssistantLanguageMenu, Br as AssistantLanguageSelector, Dr as AssistantMarkdownImage, Ar as AssistantMarkdownRenderer, Mr as AssistantMessageAttachments, li as AssistantMessageItem, ui as AssistantMessageList, Ur as AssistantModeSelector, ai as AssistantMoreMenu, Nr as AssistantPendingWriteCard, Gt as AssistantProductProvider, Fr as AssistantReplyLanguageSelector, J as AssistantRuntimeManager, Ir as AssistantSpeakButton, pr as AssistantSpeechProvider, Lr as AssistantSpokenTurnsNotice, dr as AssistantToolActivity, Gr as AssistantVoiceButton, Jr as AssistantVoiceOrb, qr as AssistantVoiceSelector, di as AssistantVoiceSession, Yr as AssistantVoiceSessionButton, Nn as AttachmentRejectedError, fn as BOILERPLATE_PAGE_SHARE, Xr as CAPTION_SCROLL_ATTR, o as CHECK_AI_CREDITS, s as CREATE_SANDBOX, gt as DEFAULT_SPEAKABLE_LABELS, Rt as DEFAULT_SPEECH_RATE, Ue as ENDPOINT_GRACE_MS, c as EXTEND_SANDBOX_TTL, Vr as FOLLOW_APP_LOCALE, l as GET_ACTIVE_SANDBOXES, u as GET_SANDBOX, ye as HOSTED_TTS_MAX_CHARS, he as HOSTED_TTS_TIER, ge as HOSTED_VOICES, on as IDLE_PLAYBACK, We as INITIAL_SESSION, Pn as INLINE_IMAGE_MAX_DIM, Fn as INLINE_IMAGE_QUALITY, Ge as INTERRUPT_MAX_MS, Ke as INTERRUPT_MIN_MS, In as MAX_ATTACHMENTS, pn as MAX_BOILERPLATE_LINE_CHARS, mn as MAX_EXTRACTED_CHARS, Ln as MAX_FILE_BYTES, Rn as MAX_INLINE_CHARS_PER_FILE, zn as MAX_INLINE_CHARS_TOTAL, un as MAX_INLINE_IMAGE_BASE64_BYTES, Bn as MAX_INLINE_IMAGE_BASE64_CHARS, Vn as MAX_INLINE_IMAGE_PARTS, Hn as MAX_INLINE_TURN_BODY_BYTES, hn as MAX_PDF_PAGES_SCANNED, dn as MAX_REQUEST_BODY_BYTES, _t as MAX_SPEAKABLE_CHARS, vt as MAX_SPOKEN_TABLE_ROWS, Un as MAX_TURN_BODY_BYTES, Ot as MINI_CAPTION_BUDGET, gn as MIN_PAGE_TEXT_CHARS, _n as MIN_TEXT_PAGE_SHARE, At as POLL_FAST_MS, jt as POLL_FAST_UNTIL_MS, Mt as POLL_SLOW_MS, Nt as POLL_STEADY_MS, Pt as POLL_STEADY_UNTIL_MS, Et as PREVIEW_LANGUAGES, Wn as PROMPT_ENVELOPE_RESERVE_BYTES, d as PROXY_SANDBOX_REQUEST, f as REPORT_AI_TOKEN_USAGE, Cr as SANDBOX_READY_TTL_MS, qe as SILENCE_SUBMIT_MS, be as SPEAKING_RATE_MAX, xe as SPEAKING_RATE_MAX_STREAMING, Se as SPEAKING_RATE_MAX_SYNC, Ce as SPEAKING_RATE_MIN, yt as SPEECH_CHUNK_CHARS, bt as SPEECH_CHUNK_CJK_CHARS, tt as SPEECH_LANG, tn as SPOKEN_LABEL_LANGUAGES, p as STOP_ASSISTANT_SANDBOX, Gn as TURN_BODY_HEADROOM_BYTES, nt as VOICE_LIST_TIMEOUT_MS, Zr as VoiceCaption, Qr as VoiceConversationView, ei as VoiceMiniController, ti as VoiceStage, ni as VoiceTranscriptDrawer, $r as VoiceWaveform, m as WAIT_FOR_SANDBOX_RUNNING, gi as aiCreditsUpdatedEventName, T as approvePendingWrite, Qt as assistantTranslationKey, jr as assistantUrlTransform, xr as availableAttachmentSources, we as base64ToBytes, me as browserSpeechEngine, E as buildAssistantSandboxEnv, Kn as buildAttachmentPromptBlock, pt as buildContinuedFromVoiceNote, Y as buildProgress, qn as buildPromptParts, D as buildPromptRequestBody, Jn as buildPromptWithAttachments, Te as buildRequest, i as buildSandboxContextInput, mt as buildVoiceTranscriptMarkdown, se as chatTurns, O as checkAssistantAiCredits, xt as chunkForSpeech, Yn as classifyAttachment, Ee as classifyHttpFailure, t as classifyQuotaError, vn as columnLetterToIndex, Me as configureSpeechEngine, St as containsCjk, gr as copyToClipboard, Xn as countInlineImageCandidates, Zn as countInlinedImageParts, k as createAssistantSandbox, A as createAssistantSession, Ae as createHostedTtsEngine, wr as createReadinessTracker, je as createRoutingSpeechEngine, ae as createSandboxAssistantTransport, Ne as createSpeechEngines, De as decodeAudioResponse, yn as decodeXmlEntities, Qn as detectDocumentFormat, rn as detectScriptLocale, Sr as deviceHasCamera, _i as dispatchAssistantQuotaExhausted, bn as docxXmlToText, j as downloadAssistantArtifact, ri as downloadFile, $n as estimateTurnBodyBytes, a as executeSandboxGraphQL, ii as exportConversation, M as extendAssistantSandboxTTL, bi as extractDocumentText, zt as findAssistantLanguage, N as findExistingSandbox, Ut as findPendingWrite, xn as fitPdfPages, er as formatBytes, Sn as formatPageRanges, _r as getActorId, P as getAssistantArtifacts, X as getAssistantMedia, F as getAssistantMessages, I as getAssistantSession, L as getAssistantStreamAccess, Z as getAssistantText, tr as getAttachmentSendBlocker, x as getCapability, nr as getExtension, g as getImageForMode, _ as getImageTagForMode, vr as getOrganizationId, Q as getRawMessageCreatedAt, v as getResourcesForMode, y as getSandboxImageRegistry, rr as getSendableAttachments, Pe as getSpeechEngine, $ as getToolProgress, yr as getWorkspaceId, ce as groupBySession, le as groupConsecutiveBySession, ir as hasAttachmentWorkInFlight, _e as hostedLocaleFor, ve as hostedSupportsLanguage, Or as imageHostLabel, Je as isCapturing, Ye as isEcho, Cn as isMostlyImagePages, mi as isMultimodalBodyRejection, Ci as isProdRuntime, n as isQuotaExhaustedError, ee as isReapedSandboxConnectionError, Tr as isRecentlyVerified, te as isRecoverable, hi as isRecoverableAssistantError, kr as isRemoteImageSrc, sn as isSpeakingMessage, rt as isSpeechBlocked, Xe as isSubmittable, ur as isTurnInFlight, S as isUnknownFieldError, ue as isVoiceTurn, wn as joinSheets, it as languageDisplayName, ne as mapSessionToHistory, C as markSupported, w as markUnsupported, re as mergeMessagesById, Le as micIsInterrupt, R as modeRequiresConfirmWrites, Wr as nextModeIndex, at as normalizeLangTag, vi as notifyAiCreditsUpdated, Ze as orbMode, Tn as pageMarker, Wt as parseConfirmationRefusal, ar as parseDataUrl, En as parseSharedStrings, fr as parseToolActivity, Dn as parseWorkbookSheets, On as pdfTextItemsToPage, Qe as planReplyConsumption, Ft as pollDelayMs, ot as primaryLanguageSubtag, r as quotaExhaustedEventName, Fe as readSpeechEngineConfig, z as releaseSupersededAssistantSandboxes, Vt as replyFollowsInput, B as reportAssistantAiTokenUsage, cn as requiresCancel, Ie as resetSpeechEngine, Bt as resolveAssistantLanguage, Ht as resolveLanguagePair, Kt as resolveModeConfig, b as resolveSandboxAssistantMode, an as resolveSpeechLocale, ie as sanitize, V as selectExistingAssistantSandbox, H as selectSupersededAssistantSandboxes, st as selectVoiceForLocale, U as sendAssistantPromptAsync, W as sendHeartbeat, kn as sheetXmlToRows, Oe as shouldDisableEngine, kt as showPreviousChunk, Re as showsAssistantCaption, ze as showsUserCaption, Ct as speakableEmail, ct as speechGate, nn as speechLabelsFor, lt as speechLangForLocale, ln as speechPlaybackReducer, ke as splitForVendor, wt as splitTableRow, $e as spokenSoFar, G as stopReapedAssistantSandbox, An as summarisePageText, It as toCaptionText, or as toMessageAttachment, Tt as toSpeakableText, sr as truncateForInline, jn as truncatePagesForInline, fi as useAssistantApiAccess, xi as useAssistantAttachments, wi as useAssistantHeartbeat, $t as useAssistantI18nNamespace, Ti as useAssistantKeyboardShortcuts, qt as useAssistantPageLabel, Jt as useAssistantProduct, Yt as useAssistantProductOrNull, mr as useAssistantSpeech, Xt as useAssistantStorageFolders, lr as useAssistantStore, en as useAssistantTr, pi as useConversationTurns, oe as useSandboxAssistantTransport, e as useVoiceInput, hr as useVoiceSession, yi as useWorkspaceWriteAccess, cr as validateFile, ut as voiceAvailability, de as voiceMarker, Dt as voicePreviewText, dt as voiceQualityRank, fe as voiceSessionIdOf, et as voiceSessionReducer, Be as voiceStageState, ht as voiceTranscriptFilename, pe as voiceTurnsOnly, ft as voicesForLocale, K as waitForAssistantServiceReady, q as waitForSandboxRunning, Ve as waveformIsActive, He as waveformIsSettled };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/fe-libs",
3
- "version": "2026.906.5",
3
+ "version": "2026.907.1",
4
4
  "description": "Burdenoff frontend primitives and domain libraries",
5
5
  "type": "module",
6
6
  "bin": {