@blade-hq/agent-kit 1.0.20 → 1.0.22
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/{SkillStatusBar-DskumalP.d.ts → SkillStatusBar-DluiBsVj.d.ts} +1 -1
- package/dist/{blade-client-KZiBuBHI.d.ts → blade-client-CseN7OW9.d.ts} +69 -1
- package/dist/{chunk-MKZ4VTJ2.js → chunk-2QYV43YP.js} +2 -2
- package/dist/{chunk-V74REX3Q.js → chunk-7F6UP5LP.js} +250 -2
- package/dist/chunk-7F6UP5LP.js.map +1 -0
- package/dist/{chunk-ZKOSOL3V.js → chunk-BQKF6HJH.js} +10 -6
- package/dist/chunk-BQKF6HJH.js.map +1 -0
- package/dist/{chunk-JWWU2GWP.js → chunk-ICV7OTGX.js} +127 -26
- package/dist/{chunk-JWWU2GWP.js.map → chunk-ICV7OTGX.js.map} +1 -1
- package/dist/{chunk-TLB4ORQT.js → chunk-IMMRWXI7.js} +67 -3
- package/dist/chunk-IMMRWXI7.js.map +1 -0
- package/dist/{chunk-ADVQBVGQ.js → chunk-TYM7KL2L.js} +2 -2
- package/dist/client/index.d.ts +172 -1
- package/dist/client/index.js +3 -1
- package/dist/react/api/vibe-coding.d.ts +2 -2
- package/dist/react/api/vibe-coding.js +2 -2
- package/dist/react/components/chat/index.d.ts +3 -3
- package/dist/react/components/chat/index.js +5 -5
- package/dist/react/components/plan/index.js +4 -4
- package/dist/react/components/session/index.js +3 -3
- package/dist/react/components/workspace/index.d.ts +2 -2
- package/dist/react/components/workspace/index.js +31 -3
- package/dist/react/components/workspace/index.js.map +1 -1
- package/dist/react/index.d.ts +14 -6
- package/dist/react/index.js +6 -6
- package/dist/{sessions-BX8qHBN3.d.ts → sessions-DI9DVun7.d.ts} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-TLB4ORQT.js.map +0 -1
- package/dist/chunk-V74REX3Q.js.map +0 -1
- package/dist/chunk-ZKOSOL3V.js.map +0 -1
- /package/dist/{chunk-MKZ4VTJ2.js.map → chunk-2QYV43YP.js.map} +0 -0
- /package/dist/{chunk-ADVQBVGQ.js.map → chunk-TYM7KL2L.js.map} +0 -0
package/dist/react/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { v as BladeClient, w as BladeClientOptions, s as ApiKeysResource, A as ApiKeyCreateResponse, r as ApiKeyPublic, t as AuthResource,
|
|
2
|
-
export {
|
|
1
|
+
import { v as BladeClient, w as BladeClientOptions, s as ApiKeysResource, A as ApiKeyCreateResponse, r as ApiKeyPublic, t as AuthResource, aL as UserInfo, ag as ProvidersResponse, aP as EnvBucketsResource, aQ as EnvBucket, aR as PlatformEnvBucket, a5 as MemoriesResource, a6 as Memory, a9 as MemoryListResponse, a7 as MemoryCreateBody, a8 as MemoryListParams, Y as GisResource, aS as GisState, aT as RuntimeConfig, ac as ModelsResource, aa as ModelOption, ab as ModelsConfig, aw as SkillsResource, Z as GlobalSkillStats, aU as SkillDetail, aV as SkillStats, a3 as InstalledRegistrySkill, aW as SkillSummary, aX as SkillSearchResult, aY as PartnerSkillInstallPayload, aZ as PartnerSkillInstallResult, a_ as SessionSkillUploadPayload, a$ as SessionSkillUploadResult, ah as PublishedAppsResource, b0 as PublishedApp, b1 as PublishedAppListResponse, b2 as PublishedAppStatus, b3 as UnpublishAppResponse, aM as UserPreferencesResource, M as ComputerUpgradeStatusResponse, aK as UpgradeComputerResponse, aE as SolutionsResource, X as ExportedSolutionFile, aq as ScenariosResource, ai as QuickScenario, y as BladeHubScenarioResource, N as CreateQuickScenarioPayload, af as PreviewUrlItem, aJ as UpdateQuickScenarioPayload, ay as SoftwareFactoryResource, aA as SoftwareFactorySoftware, aC as SoftwareFactoryTopicModule, az as SoftwareFactorySharedFile, K as CodingTaskTopic, aB as SoftwareFactoryTopic, J as CodingTask, Q as CreateSoftwareFactorySharedFilePayload, R as CreateSoftwareFactorySoftwarePayload, ax as SoftwareFactoryModuleBlueprint, al as ResourceApi, ak as RegistryResource, au as SkillOrgListResponse, B as BackgroundTask, b4 as GisGoal, b5 as GisResource$1, b6 as GisTarget, b7 as GisMapCommand, b8 as Task } from '../blade-client-CseN7OW9.js';
|
|
2
|
+
export { b9 as AgentDriver, ba as AgentResource, bb as DatabaseDriver, bc as DatabaseResource, bd as DifyKnowledgeConfig, be as GisGoalStatus, bf as HttpToolConfig, bg as KnowledgeDriver, bh as KnowledgeResource, bi as McpToolConfig, bj as MysqlConfig, bk as ParallelMode, bl as PartnerSkillFile, bl as PartnerSkillFileData, bm as PartnerSkillName, bm as PartnerSkillNameData, bn as PostgresqlConfig, aj as REGISTRY_PREFIX, bo as SessionSkillFile, bo as SessionSkillFileData, bp as SessionSkillName, bp as SessionSkillNameData, av as SkillOrgOption, bq as StageSpec, br as StepSpec, bs as TaskStatus, bt as ToolDriver, bu as ToolResource, aO as normalizeResource, bv as skillDisplayName } from '../blade-client-CseN7OW9.js';
|
|
3
3
|
import * as react from 'react';
|
|
4
4
|
import { ReactNode, ComponentProps, JSX, ComponentType } from 'react';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
|
-
export { S as SessionExtraInfo, s as sessionsApi, u as uploadFiles } from '../sessions-
|
|
6
|
+
export { S as SessionExtraInfo, s as sessionsApi, u as uploadFiles } from '../sessions-DI9DVun7.js';
|
|
7
7
|
import { B as BizRole, c as Solution, a as SessionInfo } from '../session-CT8Y2KHr.js';
|
|
8
8
|
export { L as LayoutType, M as ModeId, P as PrimarySkillParallelMode, d as PrimarySkillSnapshot, e as PrimarySkillStageSpec, f as PrimarySkillStepSpec, S as SessionDetail, g as SessionPortMapping, b as SessionStatus, h as SkillEditorTemplateId, i as SolutionAppField, j as SolutionAppState, k as SolutionAppUiConfig, T as TemplateId } from '../session-CT8Y2KHr.js';
|
|
9
9
|
import * as arktype_internal_variants_object_ts from 'arktype/internal/variants/object.ts';
|
|
@@ -12,8 +12,8 @@ export { F as FileContentPart, I as ImageUrlContentPart, c as MessageContentPart
|
|
|
12
12
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
13
13
|
import { Editor } from '@tiptap/react';
|
|
14
14
|
import { ClassValue } from 'clsx';
|
|
15
|
-
import { n as ClientAwareState } from '../SkillStatusBar-
|
|
16
|
-
export { o as ATTACHMENT_SIZE_LIMIT_BYTES, B as BuildWhatIfPromptInput, a as ChatInput, b as ChatSendOptions, c as ChatView, h as FileSizeLimitDialog, M as MessageList, O as OversizedFileInfo, P as ParsedWhatIfPrompt, S as SkillStatusBar, T as ThinkingToggle, W as WhatIfQuote, p as buildWhatIfPrompt, q as formatFileSize, r as invalidateHomeSidebarSessions, s as parseWhatIfPrompt, t as splitFilesBySize, u as useSessionStore } from '../SkillStatusBar-
|
|
15
|
+
import { n as ClientAwareState } from '../SkillStatusBar-DluiBsVj.js';
|
|
16
|
+
export { o as ATTACHMENT_SIZE_LIMIT_BYTES, B as BuildWhatIfPromptInput, a as ChatInput, b as ChatSendOptions, c as ChatView, h as FileSizeLimitDialog, M as MessageList, O as OversizedFileInfo, P as ParsedWhatIfPrompt, S as SkillStatusBar, T as ThinkingToggle, W as WhatIfQuote, p as buildWhatIfPrompt, q as formatFileSize, r as invalidateHomeSidebarSessions, s as parseWhatIfPrompt, t as splitFilesBySize, u as useSessionStore } from '../SkillStatusBar-DluiBsVj.js';
|
|
17
17
|
import * as zustand from 'zustand';
|
|
18
18
|
import { Streamdown, ExtraProps } from 'streamdown';
|
|
19
19
|
import { T as TurnProjection, a as PatchEnvelope } from '../projection-BWYEFYNn.js';
|
|
@@ -1086,12 +1086,14 @@ declare class AgentSocket {
|
|
|
1086
1086
|
private readonly pendingJoins;
|
|
1087
1087
|
private readonly recentChatEndAt;
|
|
1088
1088
|
private readonly boardProjectRefCounts;
|
|
1089
|
+
private frontendTelemetryCounter;
|
|
1089
1090
|
private patchFlushHandle;
|
|
1090
1091
|
private patchFlushCancel;
|
|
1091
1092
|
private readonly projectionBuilder;
|
|
1092
1093
|
constructor(client: BladeClient);
|
|
1093
1094
|
private _ensureConnected;
|
|
1094
1095
|
private _resolveSessionId;
|
|
1096
|
+
private _reportFrontendTelemetry;
|
|
1095
1097
|
private _queueTurnPatch;
|
|
1096
1098
|
private _scheduleTurnPatchFlush;
|
|
1097
1099
|
private _flushPendingTurnPatches;
|
|
@@ -1809,6 +1811,12 @@ interface ToolResultDone {
|
|
|
1809
1811
|
};
|
|
1810
1812
|
content: string;
|
|
1811
1813
|
}
|
|
1814
|
+
interface ToolResultDelta {
|
|
1815
|
+
tool_call_id: string;
|
|
1816
|
+
loop_name?: string;
|
|
1817
|
+
content: string;
|
|
1818
|
+
stream?: "stdout" | "stderr";
|
|
1819
|
+
}
|
|
1812
1820
|
interface LlmResponseDone {
|
|
1813
1821
|
role: string;
|
|
1814
1822
|
content?: string | null;
|
|
@@ -2100,4 +2108,4 @@ interface UiBridgeState extends ClientAwareState {
|
|
|
2100
2108
|
}
|
|
2101
2109
|
declare const useUiBridgeStore: zustand.UseBoundStore<zustand.StoreApi<UiBridgeState>>;
|
|
2102
2110
|
|
|
2103
|
-
export { type ActiveRightTab, type AnalyticsEventName, ApiKeyCreateResponse, ApiKeyPublic, type ArchitectureNode, type ArchitecturePayload, type ArchitectureVersion, type ArchitectureVersionListItem, BackgroundTask, BizRole, type BladeBridgeEnvelope, type BladeBridgeHandler, BladeClientOptions, BladeClientProvider, type BladeClientProviderProps, BladeContext, BladeHubScenarioResource, type BuildHtmlElementSelectionInput, type Card, CardCodeBlock, type CardComponent, type CardComponentProps, CardContext, CardJSON, type ChatEnd, ChatMessage, type ConnectionStatus, type ContentDelta, CreateQuickScenarioPayload, CreateSoftwareFactorySharedFilePayload, CreateSoftwareFactorySoftwarePayload, type DagPayload, type DagVersion, type DagVersionListItem, type DslStep, EnvBucket, EnvVariable, GisGoal, GisMapCommand, GisResource$1 as GisResource, GisState, GisTarget, GlobalSkillStats, type HtmlElementSelectionContext, type HtmlElementSelectionRaw, type HtmlSourceLocation, type HtmlSourceLocatorElement, InstalledRegistrySkill, type IssueAssigneeType, type IssuePriority, type IssueStatus, type LlmResponseDone, MarkdownContent, Memory, MemoryCreateBody, MemoryListParams, MemoryListResponse, MessageContent, ModelSelector, type MulticaAgent, type MulticaRuntime, PartnerSkillInstallPayload, PartnerSkillInstallPayload as PartnerSkillInstallPayloadData, PartnerSkillInstallResult, PartnerSkillInstallResult as PartnerSkillInstallResultData, PatchEnvelope, type PendingHtmlElementContext, PlatformEnvBucket, type PreviewTarget, PreviewUrlItem, type ProdAgentCatalogSolution, type ProdAgentPreviewUrl, type ProdAgentRecord, type ProdSolution, type ProdUser, type ProdUserTokenStatus, PublishedApp, PublishedAppListResponse, PublishedAppStatus, QuickScenario, RegistryResource, ResourceApi, ResourceBase, type ResourceBridgeAction, type ResourceBridgeDispatchParams, ResourceIframe, RuntimeConfig, type RuntimeEvent, Scene, SceneStatus, ScheduledTask, ScheduledTaskCalendarItem, ScheduledTaskCalendarItem as ScheduledTaskCalendarItemData, type ScheduledTaskCreatePayload, ScheduledTask as ScheduledTaskData, ScheduledTaskRun, ScheduledTaskRun as ScheduledTaskRunData, type ScheduledTaskUpdatePayload, SessionInfo, SessionSkillUploadPayload, SessionSkillUploadPayload as SessionSkillUploadPayloadData, SessionSkillUploadResult, SessionSkillUploadResult as SessionSkillUploadResultData, type SessionStatusEvent, SkillCompletionMenu, type SkillCompletionMenuRef, SkillDetail, SkillMention, SkillOrgListResponse, SkillSearchResult, type SkillSuggestionItem, SkillSummary, SoftwareFactorySharedFile, SoftwareFactorySoftware, Solution, type StepMessageRange, type SystemError, Task, type ToolCallCreated, type ToolResultDone, TurnProjection, type UiMeta, UnpublishAppResponse, UpdateQuickScenarioPayload, type UseTiptapVoiceInputOptions, type UseTiptapVoiceInputResult, type UseVoiceInputOptions, type UseVoiceInputResult, type UserWorkspace, type VoiceInputError, type VoiceInputStatus, VoiceWaveform, type WorkspaceIssue, type WorkspaceIssueTaskRun, type WorkspaceIssueTimelineEntry, type WorkspaceIssueUsageSummary, type WorkspaceMember, agentApi, agentSocket, apiFetch, apiFetchResponse, apiFetchText, apiKeys as apiKeysApi, attachClientToStores, attachHostBridgeListener, auth as authApi, bootstrapBladeClient, buildBinaryPreviewTarget, buildHtmlElementSelectionContext, buildMessageContent, buildSessionBinaryPreviewTarget, buildStepRanges, buildVoiceInputUnavailableError, cardRegistry, cn, copyToClipboard, createResourceApi, databaseApi, deriveDeprecateEntryIds, dispatchBladeBridge, envBuckets as envBucketsApi, getAuthedUrl, getBaseUrl, getBootstrappedClient, getClient, getCodeLanguageFromFilename, getSocket, getTextContent, gisApi, groupMessagesByLoop, isInsideIframe, isOfficePdfPreviewable, isUiMeta, knowledgeApi, listSkillOrgs, locateHtmlElementSource, memories as memoriesApi, models as modelsApi, normalizeCodeLanguage, partnerSkill as partnerSkillApi, postToParent, prodSolution as prodSolutionApi, publishSkill, publishedApps as publishedAppsApi, resolveEffectiveTheme, resolveSessionFilePreviewTarget, resolveTextPreviewType, resourceBridgeDispatch, scenarios as scenariosApi, scheduledTasks as scheduledTasksApi, setAnalyticsClient, setOnWorkspaceFilesChanged, skillMentionSuggestionKey, skills as skillsApi, softwareFactory as softwareFactoryApi, solutions as solutionsApi, subscribeBladeBridge, toolApi, trackEvent, transformSlashCommand, useAgents, useAuthStore, useBackgroundStore, useBackgroundTasks, useBladeClient, useCardContext, useCardState, useCardStateStore, useChat, useChatStore, useCheckSkillFile, useCheckSolutionFile, useConnectionStore, useDataSources, useGisState, useGisStore, useGlobalSkillStats, useHighlightedCodeHtml, useInputHistory, useKnowledgeBases, useModelConfig, usePreferredModel, useResolvedModel, useRuntimeConfig, useRuntimeFeaturesStore, useRuntimeStore, useSession, useSkills, useTaskStore, useThinkingPreference, useTiptapVoiceInput, useToolProviders, useUiBridgeStore, useUiStore, useVoiceInput, userPreferences as userPreferencesApi };
|
|
2111
|
+
export { type ActiveRightTab, type AnalyticsEventName, ApiKeyCreateResponse, ApiKeyPublic, type ArchitectureNode, type ArchitecturePayload, type ArchitectureVersion, type ArchitectureVersionListItem, BackgroundTask, BizRole, type BladeBridgeEnvelope, type BladeBridgeHandler, BladeClientOptions, BladeClientProvider, type BladeClientProviderProps, BladeContext, BladeHubScenarioResource, type BuildHtmlElementSelectionInput, type Card, CardCodeBlock, type CardComponent, type CardComponentProps, CardContext, CardJSON, type ChatEnd, ChatMessage, type ConnectionStatus, type ContentDelta, CreateQuickScenarioPayload, CreateSoftwareFactorySharedFilePayload, CreateSoftwareFactorySoftwarePayload, type DagPayload, type DagVersion, type DagVersionListItem, type DslStep, EnvBucket, EnvVariable, GisGoal, GisMapCommand, GisResource$1 as GisResource, GisState, GisTarget, GlobalSkillStats, type HtmlElementSelectionContext, type HtmlElementSelectionRaw, type HtmlSourceLocation, type HtmlSourceLocatorElement, InstalledRegistrySkill, type IssueAssigneeType, type IssuePriority, type IssueStatus, type LlmResponseDone, MarkdownContent, Memory, MemoryCreateBody, MemoryListParams, MemoryListResponse, MessageContent, ModelSelector, type MulticaAgent, type MulticaRuntime, PartnerSkillInstallPayload, PartnerSkillInstallPayload as PartnerSkillInstallPayloadData, PartnerSkillInstallResult, PartnerSkillInstallResult as PartnerSkillInstallResultData, PatchEnvelope, type PendingHtmlElementContext, PlatformEnvBucket, type PreviewTarget, PreviewUrlItem, type ProdAgentCatalogSolution, type ProdAgentPreviewUrl, type ProdAgentRecord, type ProdSolution, type ProdUser, type ProdUserTokenStatus, PublishedApp, PublishedAppListResponse, PublishedAppStatus, QuickScenario, RegistryResource, ResourceApi, ResourceBase, type ResourceBridgeAction, type ResourceBridgeDispatchParams, ResourceIframe, RuntimeConfig, type RuntimeEvent, Scene, SceneStatus, ScheduledTask, ScheduledTaskCalendarItem, ScheduledTaskCalendarItem as ScheduledTaskCalendarItemData, type ScheduledTaskCreatePayload, ScheduledTask as ScheduledTaskData, ScheduledTaskRun, ScheduledTaskRun as ScheduledTaskRunData, type ScheduledTaskUpdatePayload, SessionInfo, SessionSkillUploadPayload, SessionSkillUploadPayload as SessionSkillUploadPayloadData, SessionSkillUploadResult, SessionSkillUploadResult as SessionSkillUploadResultData, type SessionStatusEvent, SkillCompletionMenu, type SkillCompletionMenuRef, SkillDetail, SkillMention, SkillOrgListResponse, SkillSearchResult, type SkillSuggestionItem, SkillSummary, SoftwareFactorySharedFile, SoftwareFactorySoftware, Solution, type StepMessageRange, type SystemError, Task, type ToolCallCreated, type ToolResultDelta, type ToolResultDone, TurnProjection, type UiMeta, UnpublishAppResponse, UpdateQuickScenarioPayload, type UseTiptapVoiceInputOptions, type UseTiptapVoiceInputResult, type UseVoiceInputOptions, type UseVoiceInputResult, type UserWorkspace, type VoiceInputError, type VoiceInputStatus, VoiceWaveform, type WorkspaceIssue, type WorkspaceIssueTaskRun, type WorkspaceIssueTimelineEntry, type WorkspaceIssueUsageSummary, type WorkspaceMember, agentApi, agentSocket, apiFetch, apiFetchResponse, apiFetchText, apiKeys as apiKeysApi, attachClientToStores, attachHostBridgeListener, auth as authApi, bootstrapBladeClient, buildBinaryPreviewTarget, buildHtmlElementSelectionContext, buildMessageContent, buildSessionBinaryPreviewTarget, buildStepRanges, buildVoiceInputUnavailableError, cardRegistry, cn, copyToClipboard, createResourceApi, databaseApi, deriveDeprecateEntryIds, dispatchBladeBridge, envBuckets as envBucketsApi, getAuthedUrl, getBaseUrl, getBootstrappedClient, getClient, getCodeLanguageFromFilename, getSocket, getTextContent, gisApi, groupMessagesByLoop, isInsideIframe, isOfficePdfPreviewable, isUiMeta, knowledgeApi, listSkillOrgs, locateHtmlElementSource, memories as memoriesApi, models as modelsApi, normalizeCodeLanguage, partnerSkill as partnerSkillApi, postToParent, prodSolution as prodSolutionApi, publishSkill, publishedApps as publishedAppsApi, resolveEffectiveTheme, resolveSessionFilePreviewTarget, resolveTextPreviewType, resourceBridgeDispatch, scenarios as scenariosApi, scheduledTasks as scheduledTasksApi, setAnalyticsClient, setOnWorkspaceFilesChanged, skillMentionSuggestionKey, skills as skillsApi, softwareFactory as softwareFactoryApi, solutions as solutionsApi, subscribeBladeBridge, toolApi, trackEvent, transformSlashCommand, useAgents, useAuthStore, useBackgroundStore, useBackgroundTasks, useBladeClient, useCardContext, useCardState, useCardStateStore, useChat, useChatStore, useCheckSkillFile, useCheckSolutionFile, useConnectionStore, useDataSources, useGisState, useGisStore, useGlobalSkillStats, useHighlightedCodeHtml, useInputHistory, useKnowledgeBases, useModelConfig, usePreferredModel, useResolvedModel, useRuntimeConfig, useRuntimeFeaturesStore, useRuntimeStore, useSession, useSkills, useTaskStore, useThinkingPreference, useTiptapVoiceInput, useToolProviders, useUiBridgeStore, useUiStore, useVoiceInput, userPreferences as userPreferencesApi };
|
package/dist/react/index.js
CHANGED
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
useTiptapVoiceInput,
|
|
33
33
|
useVoiceInput,
|
|
34
34
|
user_preferences_exports
|
|
35
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-ICV7OTGX.js";
|
|
36
36
|
import {
|
|
37
37
|
CardCodeBlock,
|
|
38
38
|
CardContext,
|
|
@@ -41,14 +41,14 @@ import {
|
|
|
41
41
|
normalizeCodeLanguage,
|
|
42
42
|
useCardContext,
|
|
43
43
|
useHighlightedCodeHtml
|
|
44
|
-
} from "../chunk-
|
|
44
|
+
} from "../chunk-BQKF6HJH.js";
|
|
45
45
|
import {
|
|
46
46
|
CardJSON,
|
|
47
47
|
cardRegistry
|
|
48
48
|
} from "../chunk-2UP7MG3J.js";
|
|
49
49
|
import {
|
|
50
50
|
useSession
|
|
51
|
-
} from "../chunk-
|
|
51
|
+
} from "../chunk-TYM7KL2L.js";
|
|
52
52
|
import "../chunk-H62LH2AG.js";
|
|
53
53
|
import {
|
|
54
54
|
buildBinaryPreviewTarget,
|
|
@@ -56,7 +56,7 @@ import {
|
|
|
56
56
|
isOfficePdfPreviewable,
|
|
57
57
|
resolveSessionFilePreviewTarget,
|
|
58
58
|
resolveTextPreviewType
|
|
59
|
-
} from "../chunk-
|
|
59
|
+
} from "../chunk-2QYV43YP.js";
|
|
60
60
|
import {
|
|
61
61
|
PartnerSkillFile,
|
|
62
62
|
PartnerSkillInstallPayload,
|
|
@@ -111,12 +111,12 @@ import {
|
|
|
111
111
|
useTaskStore,
|
|
112
112
|
useUiBridgeStore,
|
|
113
113
|
useUiStore
|
|
114
|
-
} from "../chunk-
|
|
114
|
+
} from "../chunk-IMMRWXI7.js";
|
|
115
115
|
import "../chunk-J3XVFPOV.js";
|
|
116
116
|
import {
|
|
117
117
|
REGISTRY_PREFIX,
|
|
118
118
|
normalizeResource
|
|
119
|
-
} from "../chunk-
|
|
119
|
+
} from "../chunk-7F6UP5LP.js";
|
|
120
120
|
import {
|
|
121
121
|
cn,
|
|
122
122
|
copyToClipboard
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as SessionsResource, g as ShareLinkResult, B as BackgroundTask, h as CheckpointNode, i as SessionContextStats, j as SessionHistory, F as FileEntry, k as PaginatedSessionsResult, l as SkillDevSession, I as ImportPreview, T as TokenizeResult, m as ContentPart, n as CreateSessionRequest, H as HistoryNode, o as ImportPreviewScenario, p as ImportPreviewSkill, U as UploadFileEntry, q as UploadFilesOptions } from './blade-client-
|
|
1
|
+
import { S as SessionsResource, g as ShareLinkResult, B as BackgroundTask, h as CheckpointNode, i as SessionContextStats, j as SessionHistory, F as FileEntry, k as PaginatedSessionsResult, l as SkillDevSession, I as ImportPreview, T as TokenizeResult, m as ContentPart, n as CreateSessionRequest, H as HistoryNode, o as ImportPreviewScenario, p as ImportPreviewSkill, U as UploadFileEntry, q as UploadFilesOptions } from './blade-client-CseN7OW9.js';
|
|
2
2
|
import { T as TurnProjection } from './projection-BWYEFYNn.js';
|
|
3
3
|
import { S as SessionDetail, a as SessionInfo } from './session-CT8Y2KHr.js';
|
|
4
4
|
|