@blade-hq/agent-kit 0.5.33 → 0.5.35

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getClient
3
- } from "../../chunk-EBTZAB6X.js";
3
+ } from "../../chunk-II2PTBJI.js";
4
4
  import "../../chunk-J3XVFPOV.js";
5
5
  import "../../chunk-DQXXSHCR.js";
6
6
  import "../../chunk-JCJFFJ42.js";
@@ -16,14 +16,14 @@ import {
16
16
  isErrorMessage,
17
17
  isUserMessage,
18
18
  useWhatIfQuoteContext
19
- } from "../../../chunk-SGOR4YXZ.js";
19
+ } from "../../../chunk-OVOZQHYQ.js";
20
20
  import {
21
21
  AskUserQuestionBlock
22
- } from "../../../chunk-MGXPILAM.js";
22
+ } from "../../../chunk-IRHXGYY3.js";
23
23
  import "../../../chunk-2UP7MG3J.js";
24
24
  import "../../../chunk-H62LH2AG.js";
25
- import "../../../chunk-PMG4N3JO.js";
26
- import "../../../chunk-EBTZAB6X.js";
25
+ import "../../../chunk-LVWRKH45.js";
26
+ import "../../../chunk-II2PTBJI.js";
27
27
  import "../../../chunk-J3XVFPOV.js";
28
28
  import "../../../chunk-DQXXSHCR.js";
29
29
  import "../../../chunk-7LEKQI47.js";
@@ -3,10 +3,10 @@ import {
3
3
  PlanSummaryCard,
4
4
  extractLatestPlanMessages,
5
5
  parsePlanMessages
6
- } from "../../../chunk-MGXPILAM.js";
6
+ } from "../../../chunk-IRHXGYY3.js";
7
7
  import "../../../chunk-2UP7MG3J.js";
8
- import "../../../chunk-PMG4N3JO.js";
9
- import "../../../chunk-EBTZAB6X.js";
8
+ import "../../../chunk-LVWRKH45.js";
9
+ import "../../../chunk-II2PTBJI.js";
10
10
  import "../../../chunk-J3XVFPOV.js";
11
11
  import "../../../chunk-DQXXSHCR.js";
12
12
  import {
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  useSession
3
- } from "../../../chunk-UR6C4AJB.js";
3
+ } from "../../../chunk-KSYNFNF4.js";
4
4
  import {
5
5
  checkoutSession,
6
6
  getSessionCheckpoints,
7
7
  useChatStore,
8
8
  useSessionStore
9
- } from "../../../chunk-EBTZAB6X.js";
9
+ } from "../../../chunk-II2PTBJI.js";
10
10
  import "../../../chunk-J3XVFPOV.js";
11
11
  import "../../../chunk-DQXXSHCR.js";
12
12
  import {
@@ -5,7 +5,7 @@ import {
5
5
  } from "../../../chunk-H62LH2AG.js";
6
6
  import {
7
7
  resolveSessionFilePreviewTarget
8
- } from "../../../chunk-PMG4N3JO.js";
8
+ } from "../../../chunk-LVWRKH45.js";
9
9
  import {
10
10
  apiFetchText,
11
11
  copyFile,
@@ -19,7 +19,7 @@ import {
19
19
  useChatStore,
20
20
  useSessionStore,
21
21
  useUiStore
22
- } from "../../../chunk-EBTZAB6X.js";
22
+ } from "../../../chunk-II2PTBJI.js";
23
23
  import "../../../chunk-J3XVFPOV.js";
24
24
  import "../../../chunk-DQXXSHCR.js";
25
25
  import {
@@ -1908,9 +1908,11 @@ declare const useAuthStore: zustand.UseBoundStore<Omit<zustand.StoreApi<AuthStat
1908
1908
  interface BackgroundState extends ClientAwareState {
1909
1909
  tasks: Record<string, BackgroundTask[]>;
1910
1910
  selectedTaskId: Record<string, string | null>;
1911
+ dismissedTaskIds: Record<string, string[]>;
1911
1912
  setTasks: (sessionId: string, tasks: BackgroundTask[]) => void;
1912
1913
  upsertTask: (sessionId: string, task: BackgroundTask) => void;
1913
1914
  selectTask: (sessionId: string, taskId: string | null) => void;
1915
+ dismissTask: (sessionId: string, taskId: string) => void;
1914
1916
  }
1915
1917
  declare const useBackgroundStore: zustand.UseBoundStore<zustand.StoreApi<BackgroundState>>;
1916
1918
 
@@ -30,7 +30,7 @@ import {
30
30
  useTiptapVoiceInput,
31
31
  useVoiceInput,
32
32
  user_preferences_exports
33
- } from "../chunk-SGOR4YXZ.js";
33
+ } from "../chunk-OVOZQHYQ.js";
34
34
  import {
35
35
  CardCodeBlock,
36
36
  CardContext,
@@ -39,14 +39,14 @@ import {
39
39
  normalizeCodeLanguage,
40
40
  useCardContext,
41
41
  useHighlightedCodeHtml
42
- } from "../chunk-MGXPILAM.js";
42
+ } from "../chunk-IRHXGYY3.js";
43
43
  import {
44
44
  CardJSON,
45
45
  cardRegistry
46
46
  } from "../chunk-2UP7MG3J.js";
47
47
  import {
48
48
  useSession
49
- } from "../chunk-UR6C4AJB.js";
49
+ } from "../chunk-KSYNFNF4.js";
50
50
  import "../chunk-H62LH2AG.js";
51
51
  import {
52
52
  buildBinaryPreviewTarget,
@@ -54,7 +54,7 @@ import {
54
54
  isOfficePdfPreviewable,
55
55
  resolveSessionFilePreviewTarget,
56
56
  resolveTextPreviewType
57
- } from "../chunk-PMG4N3JO.js";
57
+ } from "../chunk-LVWRKH45.js";
58
58
  import {
59
59
  PartnerSkillFile,
60
60
  PartnerSkillInstallPayload,
@@ -109,7 +109,7 @@ import {
109
109
  useTaskStore,
110
110
  useUiBridgeStore,
111
111
  useUiStore
112
- } from "../chunk-EBTZAB6X.js";
112
+ } from "../chunk-II2PTBJI.js";
113
113
  import "../chunk-J3XVFPOV.js";
114
114
  import {
115
115
  REGISTRY_PREFIX,