@blade-hq/agent-kit 1.0.16 → 1.0.17
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-J3PQU7BQ.js → chunk-2LKBNP7B.js} +3 -3
- package/dist/{chunk-QEYZZDLM.js → chunk-5TKSNSAW.js} +29 -6
- package/dist/{chunk-QEYZZDLM.js.map → chunk-5TKSNSAW.js.map} +1 -1
- package/dist/{chunk-U4KVB5OB.js → chunk-CDOBBZKQ.js} +2 -2
- package/dist/{chunk-JHUSL3JZ.js → chunk-GBXOYOM7.js} +4 -4
- package/dist/{chunk-OMIVYL5D.js → chunk-MH34J2PH.js} +2 -2
- 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.js +5 -5
- package/package.json +1 -1
- /package/dist/{chunk-J3PQU7BQ.js.map → chunk-2LKBNP7B.js.map} +0 -0
- /package/dist/{chunk-U4KVB5OB.js.map → chunk-CDOBBZKQ.js.map} +0 -0
- /package/dist/{chunk-JHUSL3JZ.js.map → chunk-GBXOYOM7.js.map} +0 -0
- /package/dist/{chunk-OMIVYL5D.js.map → chunk-MH34J2PH.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
apiFetchResponse,
|
|
3
3
|
getAuthedUrl
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5TKSNSAW.js";
|
|
5
5
|
|
|
6
6
|
// src/react/lib/session-file-preview.ts
|
|
7
7
|
var IMAGE_EXTS = /* @__PURE__ */ new Set(["png", "jpg", "jpeg", "gif", "svg", "webp", "ico", "bmp"]);
|
|
@@ -117,4 +117,4 @@ export {
|
|
|
117
117
|
resolveTextPreviewType,
|
|
118
118
|
resolveSessionFilePreviewTarget
|
|
119
119
|
};
|
|
120
|
-
//# sourceMappingURL=chunk-
|
|
120
|
+
//# sourceMappingURL=chunk-CDOBBZKQ.js.map
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
getCodeLanguageFromFilename,
|
|
9
9
|
parseAskUserQuestion,
|
|
10
10
|
useHighlightedCodeHtml
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-2LKBNP7B.js";
|
|
12
12
|
import {
|
|
13
13
|
Collapsible,
|
|
14
14
|
CollapsibleContent,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
} from "./chunk-H62LH2AG.js";
|
|
17
17
|
import {
|
|
18
18
|
resolveSessionFilePreviewTarget
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-CDOBBZKQ.js";
|
|
20
20
|
import {
|
|
21
21
|
apiFetchResponse,
|
|
22
22
|
buildMessageContent,
|
|
@@ -60,7 +60,7 @@ import {
|
|
|
60
60
|
useUiBridgeStore,
|
|
61
61
|
useUiStore,
|
|
62
62
|
writeFile
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-5TKSNSAW.js";
|
|
64
64
|
import {
|
|
65
65
|
registerBridgeIframe,
|
|
66
66
|
tapBridgeEvent
|
|
@@ -8746,4 +8746,4 @@ use-stick-to-bottom/dist/StickToBottom.js:
|
|
|
8746
8746
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
8747
8747
|
*--------------------------------------------------------------------------------------------*)
|
|
8748
8748
|
*/
|
|
8749
|
-
//# sourceMappingURL=chunk-
|
|
8749
|
+
//# sourceMappingURL=chunk-GBXOYOM7.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useSessionStore
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5TKSNSAW.js";
|
|
4
4
|
|
|
5
5
|
// src/react/hooks/use-session.ts
|
|
6
6
|
function useSession() {
|
|
@@ -27,4 +27,4 @@ function useSession() {
|
|
|
27
27
|
export {
|
|
28
28
|
useSession
|
|
29
29
|
};
|
|
30
|
-
//# sourceMappingURL=chunk-
|
|
30
|
+
//# sourceMappingURL=chunk-MH34J2PH.js.map
|
|
@@ -17,14 +17,14 @@ import {
|
|
|
17
17
|
isErrorMessage,
|
|
18
18
|
isUserMessage,
|
|
19
19
|
useWhatIfQuoteContext
|
|
20
|
-
} from "../../../chunk-
|
|
20
|
+
} from "../../../chunk-GBXOYOM7.js";
|
|
21
21
|
import {
|
|
22
22
|
AskUserQuestionBlock
|
|
23
|
-
} from "../../../chunk-
|
|
23
|
+
} from "../../../chunk-2LKBNP7B.js";
|
|
24
24
|
import "../../../chunk-2UP7MG3J.js";
|
|
25
25
|
import "../../../chunk-H62LH2AG.js";
|
|
26
|
-
import "../../../chunk-
|
|
27
|
-
import "../../../chunk-
|
|
26
|
+
import "../../../chunk-CDOBBZKQ.js";
|
|
27
|
+
import "../../../chunk-5TKSNSAW.js";
|
|
28
28
|
import "../../../chunk-J3XVFPOV.js";
|
|
29
29
|
import "../../../chunk-V74REX3Q.js";
|
|
30
30
|
import "../../../chunk-7LEKQI47.js";
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
PlanSummaryCard,
|
|
4
4
|
extractLatestPlanMessages,
|
|
5
5
|
parsePlanMessages
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-2LKBNP7B.js";
|
|
7
7
|
import "../../../chunk-2UP7MG3J.js";
|
|
8
|
-
import "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-CDOBBZKQ.js";
|
|
9
|
+
import "../../../chunk-5TKSNSAW.js";
|
|
10
10
|
import "../../../chunk-J3XVFPOV.js";
|
|
11
11
|
import "../../../chunk-V74REX3Q.js";
|
|
12
12
|
import {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useSession
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-MH34J2PH.js";
|
|
4
4
|
import {
|
|
5
5
|
checkoutSession,
|
|
6
6
|
getSessionCheckpoints,
|
|
7
7
|
useChatStore,
|
|
8
8
|
useSessionStore
|
|
9
|
-
} from "../../../chunk-
|
|
9
|
+
} from "../../../chunk-5TKSNSAW.js";
|
|
10
10
|
import "../../../chunk-J3XVFPOV.js";
|
|
11
11
|
import "../../../chunk-V74REX3Q.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-CDOBBZKQ.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-5TKSNSAW.js";
|
|
23
23
|
import "../../../chunk-J3XVFPOV.js";
|
|
24
24
|
import "../../../chunk-V74REX3Q.js";
|
|
25
25
|
import {
|
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-GBXOYOM7.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-2LKBNP7B.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-MH34J2PH.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-CDOBBZKQ.js";
|
|
60
60
|
import {
|
|
61
61
|
PartnerSkillFile,
|
|
62
62
|
PartnerSkillInstallPayload,
|
|
@@ -111,7 +111,7 @@ import {
|
|
|
111
111
|
useTaskStore,
|
|
112
112
|
useUiBridgeStore,
|
|
113
113
|
useUiStore
|
|
114
|
-
} from "../chunk-
|
|
114
|
+
} from "../chunk-5TKSNSAW.js";
|
|
115
115
|
import "../chunk-J3XVFPOV.js";
|
|
116
116
|
import {
|
|
117
117
|
REGISTRY_PREFIX,
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|