@blade-hq/agent-kit 0.5.30 → 0.5.31
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-EP5LVNO3.js → chunk-4XBNTPVS.js} +2 -2
- package/dist/{chunk-S66X23O7.js → chunk-BUQRNLEE.js} +3 -3
- package/dist/{chunk-UW55FYRL.js → chunk-HFVB57MR.js} +4 -4
- package/dist/{chunk-XTEHNSFN.js → chunk-KMQQDKGU.js} +2 -2
- package/dist/{chunk-JWHBUVSM.js → chunk-OPMRX65X.js} +20 -33
- package/dist/chunk-OPMRX65X.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.d.ts +6 -2
- package/dist/react/components/workspace/index.js +69 -31
- package/dist/react/components/workspace/index.js.map +1 -1
- package/dist/react/index.d.ts +1 -0
- package/dist/react/index.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/chunk-JWHBUVSM.js.map +0 -1
- /package/dist/{chunk-EP5LVNO3.js.map → chunk-4XBNTPVS.js.map} +0 -0
- /package/dist/{chunk-S66X23O7.js.map → chunk-BUQRNLEE.js.map} +0 -0
- /package/dist/{chunk-UW55FYRL.js.map → chunk-HFVB57MR.js.map} +0 -0
- /package/dist/{chunk-XTEHNSFN.js.map → chunk-KMQQDKGU.js.map} +0 -0
package/dist/react/index.d.ts
CHANGED
|
@@ -1416,6 +1416,7 @@ interface UiState extends ClientAwareState {
|
|
|
1416
1416
|
leftPanelCollapsed: boolean;
|
|
1417
1417
|
rightPanelCollapsed: boolean;
|
|
1418
1418
|
activeRightTab: ActiveRightTab;
|
|
1419
|
+
rightTabActivationId: number;
|
|
1419
1420
|
/** All open artifact tabs */
|
|
1420
1421
|
artifacts: PreviewTarget[];
|
|
1421
1422
|
/** Index of the active tab (-1 if none) */
|
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-HFVB57MR.js";
|
|
34
34
|
import {
|
|
35
35
|
CardCodeBlock,
|
|
36
36
|
CardContext,
|
|
@@ -39,21 +39,21 @@ import {
|
|
|
39
39
|
normalizeCodeLanguage,
|
|
40
40
|
useCardContext,
|
|
41
41
|
useHighlightedCodeHtml
|
|
42
|
-
} from "../chunk-
|
|
42
|
+
} from "../chunk-BUQRNLEE.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-4XBNTPVS.js";
|
|
50
50
|
import "../chunk-H62LH2AG.js";
|
|
51
51
|
import {
|
|
52
52
|
buildBinaryPreviewTarget,
|
|
53
53
|
buildSessionBinaryPreviewTarget,
|
|
54
54
|
resolveSessionFilePreviewTarget,
|
|
55
55
|
resolveTextPreviewType
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-KMQQDKGU.js";
|
|
57
57
|
import {
|
|
58
58
|
PartnerSkillFile,
|
|
59
59
|
PartnerSkillInstallPayload,
|
|
@@ -108,7 +108,7 @@ import {
|
|
|
108
108
|
useTaskStore,
|
|
109
109
|
useUiBridgeStore,
|
|
110
110
|
useUiStore
|
|
111
|
-
} from "../chunk-
|
|
111
|
+
} from "../chunk-OPMRX65X.js";
|
|
112
112
|
import "../chunk-J3XVFPOV.js";
|
|
113
113
|
import {
|
|
114
114
|
REGISTRY_PREFIX,
|