@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.
- package/dist/{chunk-EBTZAB6X.js → chunk-II2PTBJI.js} +10 -2
- package/dist/chunk-II2PTBJI.js.map +1 -0
- package/dist/{chunk-MGXPILAM.js → chunk-IRHXGYY3.js} +3 -3
- package/dist/{chunk-UR6C4AJB.js → chunk-KSYNFNF4.js} +2 -2
- package/dist/{chunk-PMG4N3JO.js → chunk-LVWRKH45.js} +2 -2
- package/dist/{chunk-SGOR4YXZ.js → chunk-OVOZQHYQ.js} +101 -67
- package/dist/chunk-OVOZQHYQ.js.map +1 -0
- package/dist/react/api/vibe-coding.js +1 -1
- package/dist/react/components/chat/index.js +4 -4
- package/dist/react/components/plan/index.js +3 -3
- package/dist/react/components/session/index.js +2 -2
- package/dist/react/components/workspace/index.js +2 -2
- package/dist/react/index.d.ts +2 -0
- package/dist/react/index.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-EBTZAB6X.js.map +0 -1
- package/dist/chunk-SGOR4YXZ.js.map +0 -1
- /package/dist/{chunk-MGXPILAM.js.map → chunk-IRHXGYY3.js.map} +0 -0
- /package/dist/{chunk-UR6C4AJB.js.map → chunk-KSYNFNF4.js.map} +0 -0
- /package/dist/{chunk-PMG4N3JO.js.map → chunk-LVWRKH45.js.map} +0 -0
|
@@ -16,14 +16,14 @@ import {
|
|
|
16
16
|
isErrorMessage,
|
|
17
17
|
isUserMessage,
|
|
18
18
|
useWhatIfQuoteContext
|
|
19
|
-
} from "../../../chunk-
|
|
19
|
+
} from "../../../chunk-OVOZQHYQ.js";
|
|
20
20
|
import {
|
|
21
21
|
AskUserQuestionBlock
|
|
22
|
-
} from "../../../chunk-
|
|
22
|
+
} from "../../../chunk-IRHXGYY3.js";
|
|
23
23
|
import "../../../chunk-2UP7MG3J.js";
|
|
24
24
|
import "../../../chunk-H62LH2AG.js";
|
|
25
|
-
import "../../../chunk-
|
|
26
|
-
import "../../../chunk-
|
|
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-
|
|
6
|
+
} from "../../../chunk-IRHXGYY3.js";
|
|
7
7
|
import "../../../chunk-2UP7MG3J.js";
|
|
8
|
-
import "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
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-
|
|
3
|
+
} from "../../../chunk-KSYNFNF4.js";
|
|
4
4
|
import {
|
|
5
5
|
checkoutSession,
|
|
6
6
|
getSessionCheckpoints,
|
|
7
7
|
useChatStore,
|
|
8
8
|
useSessionStore
|
|
9
|
-
} from "../../../chunk-
|
|
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-
|
|
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-
|
|
22
|
+
} from "../../../chunk-II2PTBJI.js";
|
|
23
23
|
import "../../../chunk-J3XVFPOV.js";
|
|
24
24
|
import "../../../chunk-DQXXSHCR.js";
|
|
25
25
|
import {
|
package/dist/react/index.d.ts
CHANGED
|
@@ -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
|
|
package/dist/react/index.js
CHANGED
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
useTiptapVoiceInput,
|
|
31
31
|
useVoiceInput,
|
|
32
32
|
user_preferences_exports
|
|
33
|
-
} from "../chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
112
|
+
} from "../chunk-II2PTBJI.js";
|
|
113
113
|
import "../chunk-J3XVFPOV.js";
|
|
114
114
|
import {
|
|
115
115
|
REGISTRY_PREFIX,
|