kimiflare 0.82.0 → 0.82.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/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23954,8 +23954,8 @@ function useModalHost() {
|
|
|
23954
23954
|
const [showShellPicker, setShowShellPicker] = useState15(false);
|
|
23955
23955
|
const [showPlanCompletePicker, setShowPlanCompletePicker] = useState15(false);
|
|
23956
23956
|
const flags = useMemo4(() => {
|
|
23957
|
-
const hasFullscreenModal = commandWizard !== null || commandPicker !== null || commandToDelete !== null || showCommandList || showLspWizard || showThemePicker || showUiPicker || showModelPicker || showModePicker || keyEntryFor !== null || billingChooserFor !== null || unifiedProbeFor !== null || showRemoteDashboard || showInboxModal || showMultiAgentModal || showHooksDashboard || showHelpMenu || showMemoryPicker || showGatewayPicker || showSkillsPicker || showShellPicker
|
|
23958
|
-
const hasOverlayModal = limitModal !== null || loopModal !== null;
|
|
23957
|
+
const hasFullscreenModal = commandWizard !== null || commandPicker !== null || commandToDelete !== null || showCommandList || showLspWizard || showThemePicker || showUiPicker || showModelPicker || showModePicker || keyEntryFor !== null || billingChooserFor !== null || unifiedProbeFor !== null || showRemoteDashboard || showInboxModal || showMultiAgentModal || showHooksDashboard || showHelpMenu || showMemoryPicker || showGatewayPicker || showSkillsPicker || showShellPicker;
|
|
23958
|
+
const hasOverlayModal = limitModal !== null || loopModal !== null || showPlanCompletePicker;
|
|
23959
23959
|
return {
|
|
23960
23960
|
hasFullscreenModal,
|
|
23961
23961
|
hasOverlayModal,
|
|
@@ -32410,6 +32410,7 @@ ${conflicts.join("\n")}` }
|
|
|
32410
32410
|
clearPermissionResolveRef();
|
|
32411
32411
|
limitResolveRef.current = null;
|
|
32412
32412
|
loopResolveRef.current = null;
|
|
32413
|
+
setLimitModal(null);
|
|
32413
32414
|
setLoopModal(null);
|
|
32414
32415
|
pendingToolCallsRef.current.clear();
|
|
32415
32416
|
clearTaskTracking();
|