@runfusion/fusion 0.37.0 → 0.38.1
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/bin.js +1510 -234
- package/dist/client/.vite/manifest.json +58 -58
- package/dist/client/assets/AgentDetailView-DuRYmHK3.js +18 -0
- package/dist/client/assets/{AgentPermissionPolicyEditor-niLSqGAE.js → AgentPermissionPolicyEditor-ClY32kYN.js} +1 -1
- package/dist/client/assets/AgentsView-UbCAHs_i.js +29 -0
- package/dist/client/assets/ChatView-DDDjYRKc.js +6 -0
- package/dist/client/assets/{DevServerView-0Gb44WOb.js → DevServerView-DY5GlJcD.js} +1 -1
- package/dist/client/assets/{DirectoryPicker-BSQA0XM9.js → DirectoryPicker-B4VRL2BH.js} +1 -1
- package/dist/client/assets/{DocumentsView-XZbaqEFF.js → DocumentsView-tqpIZ9t9.js} +1 -1
- package/dist/client/assets/{EvalsView-CJNtXxX9.js → EvalsView-C_Br3ry8.js} +1 -1
- package/dist/client/assets/{ExperimentalAgentOnboardingModal-DR8E3i36.js → ExperimentalAgentOnboardingModal-lXM--LV-.js} +1 -1
- package/dist/client/assets/GoalsView-B65urz9k.css +1 -0
- package/dist/client/assets/{GoalsView-CN1zQ_Ax.js → GoalsView-CI3Bzs1b.js} +1 -1
- package/dist/client/assets/{InsightsView-D_jRaMyn.js → InsightsView-BYfsVobi.js} +2 -2
- package/dist/client/assets/{MemoryView-D90vdPnp.js → MemoryView-DT4vIhaW.js} +1 -1
- package/dist/client/assets/{NodesView-C1zuedAe.js → NodesView-Dx6HFqjI.js} +1 -1
- package/dist/client/assets/{PiExtensionsManager-DBJDDVfM.js → PiExtensionsManager-BcGBnNiC.js} +2 -2
- package/dist/client/assets/{PluginManager-Ceg64P2Z.js → PluginManager-T_XZ7iNI.js} +1 -1
- package/dist/client/assets/{ResearchView-XRwWdczc.js → ResearchView-Bv4igpnv.js} +1 -1
- package/dist/client/assets/{SecretsView-TCrKyCme.js → SecretsView-C4VX2ZTa.js} +1 -1
- package/dist/client/assets/SettingsModal-CLEkhLK_.js +31 -0
- package/dist/client/assets/{SettingsModal-C1TczsEr.js → SettingsModal-Cy42vswI.js} +1 -1
- package/dist/client/assets/SettingsModal-D_uIvf6n.css +1 -0
- package/dist/client/assets/{SetupWizardModal-D6moSTT3.js → SetupWizardModal-LqloAL4J.js} +1 -1
- package/dist/client/assets/{SkillsView-BDHLPVBi.js → SkillsView-I1SDKaRz.js} +1 -1
- package/dist/client/assets/{StashRecoveryView-DZGa591R.js → StashRecoveryView-DMUUR3cy.js} +1 -1
- package/dist/client/assets/{TodoView-nr_SnCJv.js → TodoView-PKvJKjtV.js} +2 -2
- package/dist/client/assets/{dashboard-view-0XeZ1FTR.js → dashboard-view-D4XVI1XP.js} +2 -2
- package/dist/client/assets/{folder-open-iURwQbEg.js → folder-open-Doam5g-y.js} +1 -1
- package/dist/client/assets/index-BS-jSWPW.js +742 -0
- package/dist/client/assets/index-ktpD_W3I.css +1 -0
- package/dist/client/assets/{upload-Beqg4S4L.js → upload-BUfrZl69.js} +1 -1
- package/dist/client/assets/{users-C2o86ZCR.js → users-XNGnYBJb.js} +1 -1
- package/dist/client/index.html +40 -3
- package/dist/client/version.json +1 -1
- package/dist/droid-cli/package.json +1 -1
- package/dist/extension.js +1326 -182
- package/dist/pi-claude-cli/package.json +1 -1
- package/dist/plugins/fusion-plugin-cli-printing-press/package.json +1 -1
- package/dist/plugins/fusion-plugin-cursor-runtime/package.json +1 -1
- package/dist/plugins/fusion-plugin-dependency-graph/package.json +1 -1
- package/dist/plugins/fusion-plugin-droid-runtime/package.json +1 -1
- package/dist/plugins/fusion-plugin-hermes-runtime/package.json +1 -1
- package/dist/plugins/fusion-plugin-openclaw-runtime/package.json +1 -1
- package/dist/plugins/fusion-plugin-paperclip-runtime/package.json +1 -1
- package/dist/plugins/fusion-plugin-reports/package.json +1 -1
- package/dist/plugins/fusion-plugin-roadmap/package.json +1 -1
- package/dist/plugins/fusion-plugin-whatsapp-chat/package.json +1 -1
- package/package.json +1 -1
- package/dist/client/assets/AgentDetailView-T_AHPxcG.js +0 -18
- package/dist/client/assets/AgentsView-CQhaLHz_.js +0 -29
- package/dist/client/assets/ChatView-B60kYfdk.js +0 -6
- package/dist/client/assets/GoalsView-CtWi0fxE.css +0 -1
- package/dist/client/assets/SettingsModal-0gevFhXV.css +0 -1
- package/dist/client/assets/SettingsModal-B8fRuWdQ.js +0 -31
- package/dist/client/assets/index-CjuQj4qe.js +0 -742
- package/dist/client/assets/index-DmrpDn7c.css +0 -1
package/dist/client/index.html
CHANGED
|
@@ -20,6 +20,27 @@
|
|
|
20
20
|
// `bottom: var(--icb-bottom-offset)` etc. Healthy browsers see 0px.
|
|
21
21
|
(function () {
|
|
22
22
|
if (typeof window === 'undefined') return;
|
|
23
|
+
var baselineViewportHeight = null;
|
|
24
|
+
var NON_TEXT_INPUT_TYPES = {
|
|
25
|
+
checkbox: true,
|
|
26
|
+
radio: true,
|
|
27
|
+
button: true,
|
|
28
|
+
submit: true,
|
|
29
|
+
reset: true,
|
|
30
|
+
file: true,
|
|
31
|
+
range: true,
|
|
32
|
+
color: true,
|
|
33
|
+
hidden: true,
|
|
34
|
+
};
|
|
35
|
+
var isKeyboardFocusableElement = function (el) {
|
|
36
|
+
if (!el) return false;
|
|
37
|
+
if (el instanceof HTMLTextAreaElement) return true;
|
|
38
|
+
if (el instanceof HTMLInputElement) {
|
|
39
|
+
var type = (el.type || '').toLowerCase();
|
|
40
|
+
return !NON_TEXT_INPUT_TYPES[type];
|
|
41
|
+
}
|
|
42
|
+
return el instanceof HTMLElement && el.isContentEditable;
|
|
43
|
+
};
|
|
23
44
|
var apply = function () {
|
|
24
45
|
var vv = window.visualViewport;
|
|
25
46
|
var de = document.documentElement;
|
|
@@ -37,8 +58,24 @@
|
|
|
37
58
|
var vvH = vv ? Math.round(vv.height) : innerH;
|
|
38
59
|
var vvOffTop = vv ? vv.offsetTop : 0;
|
|
39
60
|
var vvOffLeft = vv ? vv.offsetLeft : 0;
|
|
61
|
+
var vvScale = vv ? vv.scale : 1;
|
|
40
62
|
var rightOffset = Math.max(0, innerW - vvOffLeft - vvW);
|
|
41
|
-
var
|
|
63
|
+
var rawBottomOffset = Math.max(0, innerH - vvOffTop - vvH);
|
|
64
|
+
var activeElementIsKeyboardFocusable = isKeyboardFocusableElement(document.activeElement);
|
|
65
|
+
if (!activeElementIsKeyboardFocusable) {
|
|
66
|
+
baselineViewportHeight = baselineViewportHeight === null ? vvH : Math.max(baselineViewportHeight, vvH);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// Keep in sync with packages/dashboard/app/utils/viewportOffset.ts.
|
|
70
|
+
// Ignore keyboard-driven visualViewport shrink (iOS) so fixed mobile
|
|
71
|
+
// bars stay pinned to page bottom and are covered by keyboard.
|
|
72
|
+
var bottomOffset = rawBottomOffset;
|
|
73
|
+
if (activeElementIsKeyboardFocusable && vvScale <= 1.01 && baselineViewportHeight !== null) {
|
|
74
|
+
var keyboardShrink = Math.max(0, baselineViewportHeight - vvH);
|
|
75
|
+
if (keyboardShrink > 0) {
|
|
76
|
+
bottomOffset = Math.max(0, rawBottomOffset - keyboardShrink);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
42
79
|
de.style.setProperty('--icb-right-offset', rightOffset + 'px');
|
|
43
80
|
de.style.setProperty('--icb-bottom-offset', bottomOffset + 'px');
|
|
44
81
|
};
|
|
@@ -170,12 +207,12 @@
|
|
|
170
207
|
</script>
|
|
171
208
|
<!-- fusion:view-preload -->
|
|
172
209
|
|
|
173
|
-
<script type="module" crossorigin src="/assets/index-
|
|
210
|
+
<script type="module" crossorigin src="/assets/index-BS-jSWPW.js"></script>
|
|
174
211
|
<link rel="modulepreload" crossorigin href="/assets/vendor-react-K0fH_qHe.js">
|
|
175
212
|
<link rel="modulepreload" crossorigin href="/assets/vendor-xterm-DzcZoU0P.js">
|
|
176
213
|
<link rel="modulepreload" crossorigin href="/assets/vendor-codemirror-jBKmHyH0.js">
|
|
177
214
|
<link rel="stylesheet" crossorigin href="/assets/vendor-xterm-LZoznX6r.css">
|
|
178
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
215
|
+
<link rel="stylesheet" crossorigin href="/assets/index-ktpD_W3I.css">
|
|
179
216
|
<link rel="stylesheet" href="/theme-data.css" id="theme-data" />
|
|
180
217
|
</head>
|
|
181
218
|
<body>
|
package/dist/client/version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"
|
|
1
|
+
{"version":"bad8f52c5-64dd4fa6"}
|