@blade-hq/agent-kit 1.0.30 → 1.0.32
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/{chunk-7OEW3P7R.js → chunk-E7FQV4IX.js} +56 -35
- package/dist/chunk-E7FQV4IX.js.map +1 -0
- package/dist/{chunk-6G5LCDOS.js → chunk-EGGBOVVF.js} +2 -2
- package/dist/{chunk-L4C2TY6S.js → chunk-F4Y7SUBC.js} +2 -2
- package/dist/{chunk-GAVSC2AW.js → chunk-FK4CV6R2.js} +46 -2
- package/dist/chunk-FK4CV6R2.js.map +1 -0
- package/dist/{chunk-WOKDHXS7.js → chunk-IDVNG3YJ.js} +37 -12
- package/dist/chunk-IDVNG3YJ.js.map +1 -0
- package/dist/{chunk-3XDPNPE3.js → chunk-IGMLETZX.js} +1001 -713
- package/dist/chunk-IGMLETZX.js.map +1 -0
- package/dist/{chunk-MJPVAXJN.js → chunk-OICNN4K4.js} +2 -2
- package/dist/client/index.js +1 -1
- package/dist/client/types/rest.d.ts +65 -136
- package/dist/react/api/published-apps.js +3 -3
- package/dist/react/api/sessions.js +2 -2
- package/dist/react/components/chat/FileDeliveryCards.d.ts +11 -0
- package/dist/react/components/chat/MessageList.d.ts +1 -0
- package/dist/react/components/chat/PlanningToggle.d.ts +7 -0
- package/dist/react/components/chat/ResourceIframe.d.ts +1 -1
- package/dist/react/components/chat/UserMessageBubble.d.ts +1 -1
- package/dist/react/components/chat/index.d.ts +1 -0
- package/dist/react/components/chat/index.js +7 -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.js +61 -42
- package/dist/react/components/workspace/index.js.map +1 -1
- package/dist/react/hooks/use-model-preferences.d.ts +2 -0
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +9 -7
- package/dist/react/index.js.map +1 -1
- package/dist/react/lib/ui-meta.d.ts +1 -0
- package/dist/react/stores/ui-store.d.ts +5 -0
- package/dist/react/types/solution.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-3XDPNPE3.js.map +0 -1
- package/dist/chunk-7OEW3P7R.js.map +0 -1
- package/dist/chunk-GAVSC2AW.js.map +0 -1
- package/dist/chunk-WOKDHXS7.js.map +0 -1
- /package/dist/{chunk-6G5LCDOS.js.map → chunk-EGGBOVVF.js.map} +0 -0
- /package/dist/{chunk-L4C2TY6S.js.map → chunk-F4Y7SUBC.js.map} +0 -0
- /package/dist/{chunk-MJPVAXJN.js.map → chunk-OICNN4K4.js.map} +0 -0
package/dist/react/index.d.ts
CHANGED
|
@@ -72,7 +72,7 @@ export { resourceBridgeDispatch } from "./lib/resource-bridge.js";
|
|
|
72
72
|
export type { ResourceBridgeAction, ResourceBridgeDispatchParams } from "./lib/resource-bridge.js";
|
|
73
73
|
export { MarkdownContent } from "./components/markdown/MarkdownContent.js";
|
|
74
74
|
export { CardCodeBlock } from "./components/card/CardCodeBlock.js";
|
|
75
|
-
export { ChatInput, ChatView, MessageList, SkillStatusBar, ThinkingToggle } from "./components/chat/index.js";
|
|
75
|
+
export { ChatInput, ChatView, MessageList, SkillStatusBar, ThinkingToggle, PlanningToggle } from "./components/chat/index.js";
|
|
76
76
|
export type { ChatSendOptions } from "./components/chat/index.js";
|
|
77
77
|
export { ModelSelector } from "./components/model/ModelSelector.js";
|
|
78
78
|
export { FileSizeLimitDialog } from "./components/chat/FileSizeLimitDialog.js";
|
package/dist/react/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
published_apps_exports
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-EGGBOVVF.js";
|
|
4
4
|
import {
|
|
5
5
|
useCardState
|
|
6
6
|
} from "../chunk-DQCXSPHP.js";
|
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
FileSizeLimitDialog,
|
|
12
12
|
MessageList,
|
|
13
13
|
ModelSelector,
|
|
14
|
+
PlanningToggle,
|
|
14
15
|
ResourceIframe,
|
|
15
16
|
SkillCompletionMenu,
|
|
16
17
|
SkillMention,
|
|
@@ -35,7 +36,7 @@ import {
|
|
|
35
36
|
useTiptapVoiceInput,
|
|
36
37
|
useVoiceInput,
|
|
37
38
|
user_preferences_exports
|
|
38
|
-
} from "../chunk-
|
|
39
|
+
} from "../chunk-IGMLETZX.js";
|
|
39
40
|
import "../chunk-H62LH2AG.js";
|
|
40
41
|
import {
|
|
41
42
|
CardCodeBlock,
|
|
@@ -45,21 +46,21 @@ import {
|
|
|
45
46
|
normalizeCodeLanguage,
|
|
46
47
|
useCardContext,
|
|
47
48
|
useHighlightedCodeHtml
|
|
48
|
-
} from "../chunk-
|
|
49
|
+
} from "../chunk-E7FQV4IX.js";
|
|
49
50
|
import {
|
|
50
51
|
buildBinaryPreviewTarget,
|
|
51
52
|
buildSessionBinaryPreviewTarget,
|
|
52
53
|
isOfficePdfPreviewable,
|
|
53
54
|
resolveSessionFilePreviewTarget,
|
|
54
55
|
resolveTextPreviewType
|
|
55
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-OICNN4K4.js";
|
|
56
57
|
import {
|
|
57
58
|
CardJSON,
|
|
58
59
|
cardRegistry
|
|
59
60
|
} from "../chunk-2UP7MG3J.js";
|
|
60
61
|
import {
|
|
61
62
|
useSession
|
|
62
|
-
} from "../chunk-
|
|
63
|
+
} from "../chunk-F4Y7SUBC.js";
|
|
63
64
|
import {
|
|
64
65
|
PartnerSkillFile,
|
|
65
66
|
PartnerSkillInstallPayload,
|
|
@@ -114,12 +115,12 @@ import {
|
|
|
114
115
|
useTaskStore,
|
|
115
116
|
useUiBridgeStore,
|
|
116
117
|
useUiStore
|
|
117
|
-
} from "../chunk-
|
|
118
|
+
} from "../chunk-IDVNG3YJ.js";
|
|
118
119
|
import "../chunk-J3XVFPOV.js";
|
|
119
120
|
import {
|
|
120
121
|
REGISTRY_PREFIX,
|
|
121
122
|
normalizeResource
|
|
122
|
-
} from "../chunk-
|
|
123
|
+
} from "../chunk-FK4CV6R2.js";
|
|
123
124
|
import {
|
|
124
125
|
cn,
|
|
125
126
|
copyToClipboard
|
|
@@ -1898,6 +1899,7 @@ export {
|
|
|
1898
1899
|
PartnerSkillInstallPayload,
|
|
1899
1900
|
PartnerSkillInstallResult,
|
|
1900
1901
|
PartnerSkillName,
|
|
1902
|
+
PlanningToggle,
|
|
1901
1903
|
PostgresqlConfig,
|
|
1902
1904
|
REGISTRY_PREFIX,
|
|
1903
1905
|
ResourceBase,
|