@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.
Files changed (42) hide show
  1. package/dist/{chunk-7OEW3P7R.js → chunk-E7FQV4IX.js} +56 -35
  2. package/dist/chunk-E7FQV4IX.js.map +1 -0
  3. package/dist/{chunk-6G5LCDOS.js → chunk-EGGBOVVF.js} +2 -2
  4. package/dist/{chunk-L4C2TY6S.js → chunk-F4Y7SUBC.js} +2 -2
  5. package/dist/{chunk-GAVSC2AW.js → chunk-FK4CV6R2.js} +46 -2
  6. package/dist/chunk-FK4CV6R2.js.map +1 -0
  7. package/dist/{chunk-WOKDHXS7.js → chunk-IDVNG3YJ.js} +37 -12
  8. package/dist/chunk-IDVNG3YJ.js.map +1 -0
  9. package/dist/{chunk-3XDPNPE3.js → chunk-IGMLETZX.js} +1001 -713
  10. package/dist/chunk-IGMLETZX.js.map +1 -0
  11. package/dist/{chunk-MJPVAXJN.js → chunk-OICNN4K4.js} +2 -2
  12. package/dist/client/index.js +1 -1
  13. package/dist/client/types/rest.d.ts +65 -136
  14. package/dist/react/api/published-apps.js +3 -3
  15. package/dist/react/api/sessions.js +2 -2
  16. package/dist/react/components/chat/FileDeliveryCards.d.ts +11 -0
  17. package/dist/react/components/chat/MessageList.d.ts +1 -0
  18. package/dist/react/components/chat/PlanningToggle.d.ts +7 -0
  19. package/dist/react/components/chat/ResourceIframe.d.ts +1 -1
  20. package/dist/react/components/chat/UserMessageBubble.d.ts +1 -1
  21. package/dist/react/components/chat/index.d.ts +1 -0
  22. package/dist/react/components/chat/index.js +7 -5
  23. package/dist/react/components/plan/index.js +4 -4
  24. package/dist/react/components/session/index.js +3 -3
  25. package/dist/react/components/workspace/index.js +61 -42
  26. package/dist/react/components/workspace/index.js.map +1 -1
  27. package/dist/react/hooks/use-model-preferences.d.ts +2 -0
  28. package/dist/react/index.d.ts +1 -1
  29. package/dist/react/index.js +9 -7
  30. package/dist/react/index.js.map +1 -1
  31. package/dist/react/lib/ui-meta.d.ts +1 -0
  32. package/dist/react/stores/ui-store.d.ts +5 -0
  33. package/dist/react/types/solution.d.ts +1 -0
  34. package/dist/style.css +1 -1
  35. package/package.json +1 -1
  36. package/dist/chunk-3XDPNPE3.js.map +0 -1
  37. package/dist/chunk-7OEW3P7R.js.map +0 -1
  38. package/dist/chunk-GAVSC2AW.js.map +0 -1
  39. package/dist/chunk-WOKDHXS7.js.map +0 -1
  40. /package/dist/{chunk-6G5LCDOS.js.map → chunk-EGGBOVVF.js.map} +0 -0
  41. /package/dist/{chunk-L4C2TY6S.js.map → chunk-F4Y7SUBC.js.map} +0 -0
  42. /package/dist/{chunk-MJPVAXJN.js.map → chunk-OICNN4K4.js.map} +0 -0
@@ -4,6 +4,8 @@ export declare function useModelConfig(): {
4
4
  defaultModel: string;
5
5
  thinkingAvailable: boolean;
6
6
  isLoading: boolean;
7
+ isFetching: boolean;
8
+ refresh: () => Promise<void>;
7
9
  };
8
10
  export declare function usePreferredModel(): {
9
11
  preferredModel: string | null;
@@ -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";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  published_apps_exports
3
- } from "../chunk-6G5LCDOS.js";
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-3XDPNPE3.js";
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-7OEW3P7R.js";
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-MJPVAXJN.js";
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-L4C2TY6S.js";
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-WOKDHXS7.js";
118
+ } from "../chunk-IDVNG3YJ.js";
118
119
  import "../chunk-J3XVFPOV.js";
119
120
  import {
120
121
  REGISTRY_PREFIX,
121
122
  normalizeResource
122
- } from "../chunk-GAVSC2AW.js";
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,