@rdmind/rdmind 0.1.3-alpha.3 → 0.1.3-alpha.4
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/cli.js +353 -557
- package/locales/en.js +0 -13
- package/locales/zh.js +0 -10
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -160739,7 +160739,7 @@ function createContentGeneratorConfig(config2, authType, generationConfig) {
|
|
|
160739
160739
|
};
|
|
160740
160740
|
}
|
|
160741
160741
|
async function createContentGenerator(config2, gcConfig, isInitialAuth) {
|
|
160742
|
-
const version3 = "0.1.3-alpha.
|
|
160742
|
+
const version3 = "0.1.3-alpha.4";
|
|
160743
160743
|
const userAgent2 = `QwenCode/${version3} (${process.platform}; ${process.arch})`;
|
|
160744
160744
|
const baseHeaders = {
|
|
160745
160745
|
"User-Agent": userAgent2
|
|
@@ -235698,8 +235698,8 @@ var init_git_commit = __esm({
|
|
|
235698
235698
|
"packages/core/src/generated/git-commit.ts"() {
|
|
235699
235699
|
"use strict";
|
|
235700
235700
|
init_esbuild_shims();
|
|
235701
|
-
GIT_COMMIT_INFO = "
|
|
235702
|
-
CLI_VERSION = "0.1.3-alpha.
|
|
235701
|
+
GIT_COMMIT_INFO = "30365ed6";
|
|
235702
|
+
CLI_VERSION = "0.1.3-alpha.4";
|
|
235703
235703
|
}
|
|
235704
235704
|
});
|
|
235705
235705
|
|
|
@@ -260022,7 +260022,7 @@ var require_backend = __commonJS({
|
|
|
260022
260022
|
return function() {
|
|
260023
260023
|
};
|
|
260024
260024
|
}, "useCacheRefresh"),
|
|
260025
|
-
useCallback: /* @__PURE__ */ __name(function
|
|
260025
|
+
useCallback: /* @__PURE__ */ __name(function useCallback52(a) {
|
|
260026
260026
|
var b = C();
|
|
260027
260027
|
x2.push({
|
|
260028
260028
|
primitive: "Callback",
|
|
@@ -260116,7 +260116,7 @@ var require_backend = __commonJS({
|
|
|
260116
260116
|
});
|
|
260117
260117
|
return a;
|
|
260118
260118
|
}, "useRef"),
|
|
260119
|
-
useState: /* @__PURE__ */ __name(function
|
|
260119
|
+
useState: /* @__PURE__ */ __name(function useState66(a) {
|
|
260120
260120
|
var b = C();
|
|
260121
260121
|
a = null !== b ? b.memoizedState : "function" === typeof a ? a() : a;
|
|
260122
260122
|
x2.push({
|
|
@@ -306707,7 +306707,6 @@ var init_en3 = __esm({
|
|
|
306707
306707
|
"open full RDMind documentation in your browser": "open full RDMind documentation in your browser",
|
|
306708
306708
|
"Configuration not available.": "Configuration not available.",
|
|
306709
306709
|
"change the auth method": "change the auth method",
|
|
306710
|
-
"Show quit confirmation dialog": "Show quit confirmation dialog",
|
|
306711
306710
|
"Copy the last result or code snippet to clipboard": "Copy the last result or code snippet to clipboard",
|
|
306712
306711
|
// ============================================================================
|
|
306713
306712
|
// Commands - Agents
|
|
@@ -307131,14 +307130,6 @@ var init_en3 = __esm({
|
|
|
307131
307130
|
"Shell Command Execution": "Shell Command Execution",
|
|
307132
307131
|
"A custom command wants to run the following shell commands:": "A custom command wants to run the following shell commands:",
|
|
307133
307132
|
// ============================================================================
|
|
307134
|
-
// Dialogs - Quit Confirmation
|
|
307135
|
-
// ============================================================================
|
|
307136
|
-
"What would you like to do before exiting?": "What would you like to do before exiting?",
|
|
307137
|
-
"Quit immediately (/quit)": "Quit immediately (/quit)",
|
|
307138
|
-
"Generate summary and quit (/summary)": "Generate summary and quit (/summary)",
|
|
307139
|
-
"Save conversation and quit (/chat save)": "Save conversation and quit (/chat save)",
|
|
307140
|
-
"Cancel (stay in application)": "Cancel (stay in application)",
|
|
307141
|
-
// ============================================================================
|
|
307142
307133
|
// Dialogs - Pro Quota
|
|
307143
307134
|
// ============================================================================
|
|
307144
307135
|
"Pro quota limit reached for {{model}}.": "Pro quota limit reached for {{model}}.",
|
|
@@ -307566,7 +307557,6 @@ var init_zh = __esm({
|
|
|
307566
307557
|
"open full RDMind documentation in your browser": "\u5728\u6D4F\u89C8\u5668\u4E2D\u6253\u5F00\u5B8C\u6574\u7684 RDMind \u6587\u6863",
|
|
307567
307558
|
"Configuration not available.": "\u914D\u7F6E\u4E0D\u53EF\u7528",
|
|
307568
307559
|
"change the auth method": "\u66F4\u6539\u8BA4\u8BC1\u65B9\u6CD5",
|
|
307569
|
-
"Show quit confirmation dialog": "\u663E\u793A\u9000\u51FA\u786E\u8BA4\u5BF9\u8BDD\u6846",
|
|
307570
307560
|
"Copy the last result or code snippet to clipboard": "\u5C06\u6700\u540E\u7684\u7ED3\u679C\u6216\u4EE3\u7801\u7247\u6BB5\u590D\u5236\u5230\u526A\u8D34\u677F",
|
|
307571
307561
|
// ============================================================================
|
|
307572
307562
|
// Commands - Agents
|
|
@@ -307990,14 +307980,6 @@ var init_zh = __esm({
|
|
|
307990
307980
|
"Shell Command Execution": "Shell \u547D\u4EE4\u6267\u884C",
|
|
307991
307981
|
"A custom command wants to run the following shell commands:": "\u81EA\u5B9A\u4E49\u547D\u4EE4\u60F3\u8981\u8FD0\u884C\u4EE5\u4E0B shell \u547D\u4EE4\uFF1A",
|
|
307992
307982
|
// ============================================================================
|
|
307993
|
-
// Dialogs - Quit Confirmation
|
|
307994
|
-
// ============================================================================
|
|
307995
|
-
"What would you like to do before exiting?": "\u9000\u51FA\u524D\u60A8\u60F3\u8981\u505A\u4EC0\u4E48\uFF1F",
|
|
307996
|
-
"Quit immediately (/quit)": "\u7ACB\u5373\u9000\u51FA (/quit)",
|
|
307997
|
-
"Generate summary and quit (/summary)": "\u751F\u6210\u6458\u8981\u5E76\u9000\u51FA (/summary)",
|
|
307998
|
-
"Save conversation and quit (/chat save)": "\u4FDD\u5B58\u5BF9\u8BDD\u5E76\u9000\u51FA (/chat save)",
|
|
307999
|
-
"Cancel (stay in application)": "\u53D6\u6D88\uFF08\u7559\u5728\u5E94\u7528\u7A0B\u5E8F\u4E2D\uFF09",
|
|
308000
|
-
// ============================================================================
|
|
308001
307983
|
// Dialogs - Pro Quota
|
|
308002
307984
|
// ============================================================================
|
|
308003
307985
|
"Pro quota limit reached for {{model}}.": "{{model}} \u7684 Pro \u914D\u989D\u5DF2\u8FBE\u5230\u4E0A\u9650",
|
|
@@ -340230,7 +340212,7 @@ var measureElement = /* @__PURE__ */ __name((node) => ({
|
|
|
340230
340212
|
var measure_element_default = measureElement;
|
|
340231
340213
|
|
|
340232
340214
|
// packages/cli/src/gemini.tsx
|
|
340233
|
-
var
|
|
340215
|
+
var import_react136 = __toESM(require_react(), 1);
|
|
340234
340216
|
import dns from "node:dns";
|
|
340235
340217
|
import os48 from "node:os";
|
|
340236
340218
|
import { basename as basename19 } from "node:path";
|
|
@@ -346185,7 +346167,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
346185
346167
|
// packages/cli/src/utils/version.ts
|
|
346186
346168
|
async function getCliVersion() {
|
|
346187
346169
|
const pkgJson = await getPackageJson();
|
|
346188
|
-
return "0.1.3-alpha.
|
|
346170
|
+
return "0.1.3-alpha.4";
|
|
346189
346171
|
}
|
|
346190
346172
|
__name(getCliVersion, "getCliVersion");
|
|
346191
346173
|
|
|
@@ -352552,7 +352534,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
352552
352534
|
|
|
352553
352535
|
// packages/cli/src/generated/git-commit.ts
|
|
352554
352536
|
init_esbuild_shims();
|
|
352555
|
-
var GIT_COMMIT_INFO2 = "
|
|
352537
|
+
var GIT_COMMIT_INFO2 = "30365ed6";
|
|
352556
352538
|
|
|
352557
352539
|
// packages/cli/src/utils/systemInfo.ts
|
|
352558
352540
|
async function getNpmVersion() {
|
|
@@ -356431,33 +356413,6 @@ var modelCommand = {
|
|
|
356431
356413
|
|
|
356432
356414
|
// packages/cli/src/ui/commands/quitCommand.ts
|
|
356433
356415
|
init_esbuild_shims();
|
|
356434
|
-
var quitConfirmCommand = {
|
|
356435
|
-
name: "quit-confirm",
|
|
356436
|
-
get description() {
|
|
356437
|
-
return t3("Show quit confirmation dialog");
|
|
356438
|
-
},
|
|
356439
|
-
kind: "built-in" /* BUILT_IN */,
|
|
356440
|
-
action: /* @__PURE__ */ __name((context2) => {
|
|
356441
|
-
const now = Date.now();
|
|
356442
|
-
const { sessionStartTime } = context2.session.stats;
|
|
356443
|
-
const wallDuration = now - sessionStartTime.getTime();
|
|
356444
|
-
return {
|
|
356445
|
-
type: "quit_confirmation",
|
|
356446
|
-
messages: [
|
|
356447
|
-
{
|
|
356448
|
-
type: "user",
|
|
356449
|
-
text: `/quit-confirm`,
|
|
356450
|
-
id: now - 1
|
|
356451
|
-
},
|
|
356452
|
-
{
|
|
356453
|
-
type: "quit_confirmation",
|
|
356454
|
-
duration: formatDuration(wallDuration),
|
|
356455
|
-
id: now
|
|
356456
|
-
}
|
|
356457
|
-
]
|
|
356458
|
-
};
|
|
356459
|
-
}, "action")
|
|
356460
|
-
};
|
|
356461
356416
|
var quitCommand = {
|
|
356462
356417
|
name: "quit",
|
|
356463
356418
|
altNames: ["exit"],
|
|
@@ -359091,7 +359046,6 @@ var BuiltinCommandLoader = class {
|
|
|
359091
359046
|
memoryCommand,
|
|
359092
359047
|
modelCommand,
|
|
359093
359048
|
quitCommand,
|
|
359094
|
-
quitConfirmCommand,
|
|
359095
359049
|
restoreCommand(this.config),
|
|
359096
359050
|
statsCommand,
|
|
359097
359051
|
summaryCommand,
|
|
@@ -363482,7 +363436,7 @@ __name(runNonInteractiveStreamJson, "runNonInteractiveStreamJson");
|
|
|
363482
363436
|
|
|
363483
363437
|
// packages/cli/src/ui/AppContainer.tsx
|
|
363484
363438
|
init_esbuild_shims();
|
|
363485
|
-
var
|
|
363439
|
+
var import_react133 = __toESM(require_react(), 1);
|
|
363486
363440
|
|
|
363487
363441
|
// packages/cli/src/ui/App.tsx
|
|
363488
363442
|
init_esbuild_shims();
|
|
@@ -387068,7 +387022,6 @@ var HistoryItemDisplayComponent = /* @__PURE__ */ __name(({
|
|
|
387068
387022
|
itemForDisplay.type === "model_stats" && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ModelStatsDisplay, {}),
|
|
387069
387023
|
itemForDisplay.type === "tool_stats" && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(ToolStatsDisplay, {}),
|
|
387070
387024
|
itemForDisplay.type === "quit" && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SessionSummaryDisplay, { duration: itemForDisplay.duration }),
|
|
387071
|
-
itemForDisplay.type === "quit_confirmation" && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SessionSummaryDisplay, { duration: itemForDisplay.duration }),
|
|
387072
387025
|
itemForDisplay.type === "tool_group" && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
387073
387026
|
ToolGroupMessage,
|
|
387074
387027
|
{
|
|
@@ -390843,56 +390796,8 @@ function WelcomeBackDialog({
|
|
|
390843
390796
|
}
|
|
390844
390797
|
__name(WelcomeBackDialog, "WelcomeBackDialog");
|
|
390845
390798
|
|
|
390846
|
-
// packages/cli/src/ui/components/QuitConfirmationDialog.tsx
|
|
390847
|
-
init_esbuild_shims();
|
|
390848
|
-
var import_jsx_runtime85 = __toESM(require_jsx_runtime(), 1);
|
|
390849
|
-
var QuitConfirmationDialog = /* @__PURE__ */ __name(({
|
|
390850
|
-
onSelect
|
|
390851
|
-
}) => {
|
|
390852
|
-
useKeypress(
|
|
390853
|
-
(key) => {
|
|
390854
|
-
if (key.name === "escape") {
|
|
390855
|
-
onSelect("cancel" /* CANCEL */);
|
|
390856
|
-
}
|
|
390857
|
-
},
|
|
390858
|
-
{ isActive: true }
|
|
390859
|
-
);
|
|
390860
|
-
const options2 = [
|
|
390861
|
-
{
|
|
390862
|
-
key: "quit",
|
|
390863
|
-
label: t3("Quit immediately (/quit)"),
|
|
390864
|
-
value: "quit" /* QUIT */
|
|
390865
|
-
},
|
|
390866
|
-
{
|
|
390867
|
-
key: "summary-and-quit",
|
|
390868
|
-
label: t3("Generate summary and quit (/summary)"),
|
|
390869
|
-
value: "summary_and_quit" /* SUMMARY_AND_QUIT */
|
|
390870
|
-
},
|
|
390871
|
-
{
|
|
390872
|
-
key: "cancel",
|
|
390873
|
-
label: t3("Cancel (stay in application)"),
|
|
390874
|
-
value: "cancel" /* CANCEL */
|
|
390875
|
-
}
|
|
390876
|
-
];
|
|
390877
|
-
return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
|
|
390878
|
-
Box_default,
|
|
390879
|
-
{
|
|
390880
|
-
flexDirection: "column",
|
|
390881
|
-
borderStyle: "round",
|
|
390882
|
-
borderColor: Colors.AccentYellow,
|
|
390883
|
-
padding: 1,
|
|
390884
|
-
width: "100%",
|
|
390885
|
-
marginLeft: 1,
|
|
390886
|
-
children: [
|
|
390887
|
-
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Box_default, { flexDirection: "column", marginBottom: 1, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Text3, { children: t3("What would you like to do before exiting?") }) }),
|
|
390888
|
-
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(RadioButtonSelect, { items: options2, onSelect, isFocused: true })
|
|
390889
|
-
]
|
|
390890
|
-
}
|
|
390891
|
-
);
|
|
390892
|
-
}, "QuitConfirmationDialog");
|
|
390893
|
-
|
|
390894
390799
|
// packages/cli/src/ui/components/DialogManager.tsx
|
|
390895
|
-
var
|
|
390800
|
+
var import_jsx_runtime85 = __toESM(require_jsx_runtime(), 1);
|
|
390896
390801
|
var DialogManager = /* @__PURE__ */ __name(({
|
|
390897
390802
|
addItem,
|
|
390898
390803
|
terminalWidth
|
|
@@ -390912,7 +390817,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
390912
390817
|
};
|
|
390913
390818
|
}, "getDefaultOpenAIConfig");
|
|
390914
390819
|
if (uiState.showWelcomeBackDialog && uiState.welcomeBackInfo?.hasHistory) {
|
|
390915
|
-
return /* @__PURE__ */ (0,
|
|
390820
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
390916
390821
|
WelcomeBackDialog,
|
|
390917
390822
|
{
|
|
390918
390823
|
welcomeBackInfo: uiState.welcomeBackInfo,
|
|
@@ -390922,10 +390827,10 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
390922
390827
|
);
|
|
390923
390828
|
}
|
|
390924
390829
|
if (uiState.showIdeRestartPrompt) {
|
|
390925
|
-
return /* @__PURE__ */ (0,
|
|
390830
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(IdeTrustChangeDialog, { reason: uiState.ideTrustRestartReason });
|
|
390926
390831
|
}
|
|
390927
390832
|
if (uiState.showWorkspaceMigrationDialog) {
|
|
390928
|
-
return /* @__PURE__ */ (0,
|
|
390833
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
390929
390834
|
WorkspaceMigrationDialog,
|
|
390930
390835
|
{
|
|
390931
390836
|
workspaceExtensions: uiState.workspaceExtensions,
|
|
@@ -390935,7 +390840,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
390935
390840
|
);
|
|
390936
390841
|
}
|
|
390937
390842
|
if (uiState.proQuotaRequest) {
|
|
390938
|
-
return /* @__PURE__ */ (0,
|
|
390843
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
390939
390844
|
ProQuotaDialog,
|
|
390940
390845
|
{
|
|
390941
390846
|
failedModel: uiState.proQuotaRequest.failedModel,
|
|
@@ -390945,7 +390850,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
390945
390850
|
);
|
|
390946
390851
|
}
|
|
390947
390852
|
if (uiState.shouldShowIdePrompt) {
|
|
390948
|
-
return /* @__PURE__ */ (0,
|
|
390853
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
390949
390854
|
IdeIntegrationNudge,
|
|
390950
390855
|
{
|
|
390951
390856
|
ide: uiState.currentIDE,
|
|
@@ -390954,7 +390859,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
390954
390859
|
);
|
|
390955
390860
|
}
|
|
390956
390861
|
if (uiState.isFolderTrustDialogOpen) {
|
|
390957
|
-
return /* @__PURE__ */ (0,
|
|
390862
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
390958
390863
|
FolderTrustDialog,
|
|
390959
390864
|
{
|
|
390960
390865
|
onSelect: uiActions.handleFolderTrustSelect,
|
|
@@ -390963,37 +390868,18 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
390963
390868
|
);
|
|
390964
390869
|
}
|
|
390965
390870
|
if (uiState.shellConfirmationRequest) {
|
|
390966
|
-
return /* @__PURE__ */ (0,
|
|
390871
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ShellConfirmationDialog, { request: uiState.shellConfirmationRequest });
|
|
390967
390872
|
}
|
|
390968
390873
|
if (uiState.loopDetectionConfirmationRequest) {
|
|
390969
|
-
return /* @__PURE__ */ (0,
|
|
390874
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
390970
390875
|
LoopDetectionConfirmation,
|
|
390971
390876
|
{
|
|
390972
390877
|
onComplete: uiState.loopDetectionConfirmationRequest.onComplete
|
|
390973
390878
|
}
|
|
390974
390879
|
);
|
|
390975
390880
|
}
|
|
390976
|
-
if (uiState.quitConfirmationRequest) {
|
|
390977
|
-
return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
390978
|
-
QuitConfirmationDialog,
|
|
390979
|
-
{
|
|
390980
|
-
onSelect: (choice2) => {
|
|
390981
|
-
if (choice2 === "cancel" /* CANCEL */) {
|
|
390982
|
-
uiState.quitConfirmationRequest?.onConfirm(false, "cancel");
|
|
390983
|
-
} else if (choice2 === "quit" /* QUIT */) {
|
|
390984
|
-
uiState.quitConfirmationRequest?.onConfirm(true, "quit");
|
|
390985
|
-
} else if (choice2 === "summary_and_quit" /* SUMMARY_AND_QUIT */) {
|
|
390986
|
-
uiState.quitConfirmationRequest?.onConfirm(
|
|
390987
|
-
true,
|
|
390988
|
-
"summary_and_quit"
|
|
390989
|
-
);
|
|
390990
|
-
}
|
|
390991
|
-
}
|
|
390992
|
-
}
|
|
390993
|
-
);
|
|
390994
|
-
}
|
|
390995
390881
|
if (uiState.confirmationRequest) {
|
|
390996
|
-
return /* @__PURE__ */ (0,
|
|
390882
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
390997
390883
|
ConsentPrompt,
|
|
390998
390884
|
{
|
|
390999
390885
|
prompt: uiState.confirmationRequest.prompt,
|
|
@@ -391004,7 +390890,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
391004
390890
|
}
|
|
391005
390891
|
if (uiState.confirmUpdateExtensionRequests.length > 0) {
|
|
391006
390892
|
const request4 = uiState.confirmUpdateExtensionRequests[0];
|
|
391007
|
-
return /* @__PURE__ */ (0,
|
|
390893
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
391008
390894
|
ConsentPrompt,
|
|
391009
390895
|
{
|
|
391010
390896
|
prompt: request4.prompt,
|
|
@@ -391014,9 +390900,9 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
391014
390900
|
);
|
|
391015
390901
|
}
|
|
391016
390902
|
if (uiState.isThemeDialogOpen) {
|
|
391017
|
-
return /* @__PURE__ */ (0,
|
|
391018
|
-
uiState.themeError && /* @__PURE__ */ (0,
|
|
391019
|
-
/* @__PURE__ */ (0,
|
|
390903
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(Box_default, { flexDirection: "column", children: [
|
|
390904
|
+
uiState.themeError && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Box_default, { marginBottom: 1, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Text3, { color: theme.status.error, children: uiState.themeError }) }),
|
|
390905
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
391020
390906
|
ThemeDialog,
|
|
391021
390907
|
{
|
|
391022
390908
|
onSelect: uiActions.handleThemeSelect,
|
|
@@ -391029,7 +390915,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
391029
390915
|
] });
|
|
391030
390916
|
}
|
|
391031
390917
|
if (uiState.isSettingsDialogOpen) {
|
|
391032
|
-
return /* @__PURE__ */ (0,
|
|
390918
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Box_default, { flexDirection: "column", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
391033
390919
|
SettingsDialog,
|
|
391034
390920
|
{
|
|
391035
390921
|
settings,
|
|
@@ -391042,7 +390928,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
391042
390928
|
}
|
|
391043
390929
|
if (uiState.isApprovalModeDialogOpen) {
|
|
391044
390930
|
const currentMode = config2.getApprovalMode();
|
|
391045
|
-
return /* @__PURE__ */ (0,
|
|
390931
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Box_default, { flexDirection: "column", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
391046
390932
|
ApprovalModeDialog,
|
|
391047
390933
|
{
|
|
391048
390934
|
settings,
|
|
@@ -391053,18 +390939,18 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
391053
390939
|
) });
|
|
391054
390940
|
}
|
|
391055
390941
|
if (uiState.isModelDialogOpen) {
|
|
391056
|
-
return /* @__PURE__ */ (0,
|
|
390942
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ModelDialog, { onClose: uiActions.closeModelDialog });
|
|
391057
390943
|
}
|
|
391058
390944
|
if (uiState.isVisionSwitchDialogOpen) {
|
|
391059
|
-
return /* @__PURE__ */ (0,
|
|
390945
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(ModelSwitchDialog, { onSelect: uiActions.handleVisionSwitchSelect });
|
|
391060
390946
|
}
|
|
391061
390947
|
if (uiState.isAuthDialogOpen || uiState.authError) {
|
|
391062
|
-
return /* @__PURE__ */ (0,
|
|
390948
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Box_default, { flexDirection: "column", children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(AuthDialog, {}) });
|
|
391063
390949
|
}
|
|
391064
390950
|
if (uiState.isAuthenticating) {
|
|
391065
390951
|
if (uiState.pendingAuthType === "openai" /* USE_OPENAI */) {
|
|
391066
390952
|
const defaults3 = getDefaultOpenAIConfig();
|
|
391067
|
-
return /* @__PURE__ */ (0,
|
|
390953
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
391068
390954
|
OpenAIKeyPrompt,
|
|
391069
390955
|
{
|
|
391070
390956
|
onSubmit: (apiKey, baseUrl, model) => {
|
|
@@ -391085,7 +390971,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
391085
390971
|
);
|
|
391086
390972
|
}
|
|
391087
390973
|
if (uiState.pendingAuthType === "qwen-oauth" /* QWEN_OAUTH */) {
|
|
391088
|
-
return /* @__PURE__ */ (0,
|
|
390974
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
391089
390975
|
QwenOAuthProgress,
|
|
391090
390976
|
{
|
|
391091
390977
|
deviceAuth: uiState.qwenAuthState.deviceAuth || void 0,
|
|
@@ -391105,9 +390991,9 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
391105
390991
|
}
|
|
391106
390992
|
}
|
|
391107
390993
|
if (uiState.isEditorDialogOpen) {
|
|
391108
|
-
return /* @__PURE__ */ (0,
|
|
391109
|
-
uiState.editorError && /* @__PURE__ */ (0,
|
|
391110
|
-
/* @__PURE__ */ (0,
|
|
390994
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(Box_default, { flexDirection: "column", children: [
|
|
390995
|
+
uiState.editorError && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Box_default, { marginBottom: 1, children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Text3, { color: theme.status.error, children: uiState.editorError }) }),
|
|
390996
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
391111
390997
|
EditorSettingsDialog,
|
|
391112
390998
|
{
|
|
391113
390999
|
onSelect: uiActions.handleEditorSelect,
|
|
@@ -391118,7 +391004,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
391118
391004
|
] });
|
|
391119
391005
|
}
|
|
391120
391006
|
if (uiState.isPermissionsDialogOpen) {
|
|
391121
|
-
return /* @__PURE__ */ (0,
|
|
391007
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
391122
391008
|
PermissionsModifyTrustDialog,
|
|
391123
391009
|
{
|
|
391124
391010
|
onExit: uiActions.closePermissionsDialog,
|
|
@@ -391127,7 +391013,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
391127
391013
|
);
|
|
391128
391014
|
}
|
|
391129
391015
|
if (uiState.isSubagentCreateDialogOpen) {
|
|
391130
|
-
return /* @__PURE__ */ (0,
|
|
391016
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
391131
391017
|
AgentCreationWizard,
|
|
391132
391018
|
{
|
|
391133
391019
|
onClose: uiActions.closeSubagentCreateDialog,
|
|
@@ -391136,7 +391022,7 @@ var DialogManager = /* @__PURE__ */ __name(({
|
|
|
391136
391022
|
);
|
|
391137
391023
|
}
|
|
391138
391024
|
if (uiState.isAgentsManagerDialogOpen) {
|
|
391139
|
-
return /* @__PURE__ */ (0,
|
|
391025
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
391140
391026
|
AgentsManagerDialog,
|
|
391141
391027
|
{
|
|
391142
391028
|
onClose: uiActions.closeAgentsManagerDialog,
|
|
@@ -391162,7 +391048,7 @@ function isNarrowWidth(width) {
|
|
|
391162
391048
|
__name(isNarrowWidth, "isNarrowWidth");
|
|
391163
391049
|
|
|
391164
391050
|
// packages/cli/src/ui/components/LoadingIndicator.tsx
|
|
391165
|
-
var
|
|
391051
|
+
var import_jsx_runtime86 = __toESM(require_jsx_runtime(), 1);
|
|
391166
391052
|
var LoadingIndicator = /* @__PURE__ */ __name(({
|
|
391167
391053
|
currentLoadingPhrase,
|
|
391168
391054
|
elapsedTime,
|
|
@@ -391179,41 +391065,41 @@ var LoadingIndicator = /* @__PURE__ */ __name(({
|
|
|
391179
391065
|
const cancelAndTimerContent = streamingState !== "waiting_for_confirmation" /* WaitingForConfirmation */ ? t3("(esc to cancel, {{time}})", {
|
|
391180
391066
|
time: elapsedTime < 60 ? `${elapsedTime}s` : formatDuration(elapsedTime * 1e3)
|
|
391181
391067
|
}) : null;
|
|
391182
|
-
return /* @__PURE__ */ (0,
|
|
391183
|
-
/* @__PURE__ */ (0,
|
|
391068
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(Box_default, { paddingLeft: 0, flexDirection: "column", children: [
|
|
391069
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
391184
391070
|
Box_default,
|
|
391185
391071
|
{
|
|
391186
391072
|
width: "100%",
|
|
391187
391073
|
flexDirection: isNarrow ? "column" : "row",
|
|
391188
391074
|
alignItems: isNarrow ? "flex-start" : "center",
|
|
391189
391075
|
children: [
|
|
391190
|
-
/* @__PURE__ */ (0,
|
|
391191
|
-
/* @__PURE__ */ (0,
|
|
391076
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(Box_default, { children: [
|
|
391077
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Box_default, { marginRight: 1, children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
391192
391078
|
GeminiRespondingSpinner,
|
|
391193
391079
|
{
|
|
391194
391080
|
nonRespondingDisplay: streamingState === "waiting_for_confirmation" /* WaitingForConfirmation */ ? "\u280F" : ""
|
|
391195
391081
|
}
|
|
391196
391082
|
) }),
|
|
391197
|
-
primaryText && /* @__PURE__ */ (0,
|
|
391198
|
-
!isNarrow && cancelAndTimerContent && /* @__PURE__ */ (0,
|
|
391083
|
+
primaryText && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Text3, { color: theme.text.accent, wrap: "truncate-end", children: primaryText }),
|
|
391084
|
+
!isNarrow && cancelAndTimerContent && /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(Text3, { color: theme.text.secondary, children: [
|
|
391199
391085
|
" ",
|
|
391200
391086
|
cancelAndTimerContent
|
|
391201
391087
|
] })
|
|
391202
391088
|
] }),
|
|
391203
|
-
!isNarrow && /* @__PURE__ */ (0,
|
|
391204
|
-
!isNarrow && rightContent && /* @__PURE__ */ (0,
|
|
391089
|
+
!isNarrow && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Box_default, { flexGrow: 1 }),
|
|
391090
|
+
!isNarrow && rightContent && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Box_default, { children: rightContent })
|
|
391205
391091
|
]
|
|
391206
391092
|
}
|
|
391207
391093
|
),
|
|
391208
|
-
isNarrow && cancelAndTimerContent && /* @__PURE__ */ (0,
|
|
391209
|
-
isNarrow && rightContent && /* @__PURE__ */ (0,
|
|
391094
|
+
isNarrow && cancelAndTimerContent && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Text3, { color: theme.text.secondary, children: cancelAndTimerContent }) }),
|
|
391095
|
+
isNarrow && rightContent && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(Box_default, { children: rightContent })
|
|
391210
391096
|
] });
|
|
391211
391097
|
}, "LoadingIndicator");
|
|
391212
391098
|
|
|
391213
391099
|
// packages/cli/src/ui/components/ContextSummaryDisplay.tsx
|
|
391214
391100
|
init_esbuild_shims();
|
|
391215
391101
|
init_core4();
|
|
391216
|
-
var
|
|
391102
|
+
var import_jsx_runtime87 = __toESM(require_jsx_runtime(), 1);
|
|
391217
391103
|
var ContextSummaryDisplay = /* @__PURE__ */ __name(({
|
|
391218
391104
|
geminiMdFileCount,
|
|
391219
391105
|
contextFileNames,
|
|
@@ -391228,7 +391114,7 @@ var ContextSummaryDisplay = /* @__PURE__ */ __name(({
|
|
|
391228
391114
|
const blockedMcpServerCount = blockedMcpServers?.length || 0;
|
|
391229
391115
|
const openFileCount = ideContext?.workspaceState?.openFiles?.length ?? 0;
|
|
391230
391116
|
if (geminiMdFileCount === 0 && mcpServerCount === 0 && blockedMcpServerCount === 0 && openFileCount === 0) {
|
|
391231
|
-
return /* @__PURE__ */ (0,
|
|
391117
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Text3, { children: " " });
|
|
391232
391118
|
}
|
|
391233
391119
|
const openFilesText = (() => {
|
|
391234
391120
|
if (openFileCount === 0) {
|
|
@@ -391286,16 +391172,16 @@ var ContextSummaryDisplay = /* @__PURE__ */ __name(({
|
|
|
391286
391172
|
})();
|
|
391287
391173
|
const summaryParts = [openFilesText, geminiMdText, mcpText].filter(Boolean);
|
|
391288
391174
|
if (isNarrow) {
|
|
391289
|
-
return /* @__PURE__ */ (0,
|
|
391290
|
-
/* @__PURE__ */ (0,
|
|
391291
|
-
summaryParts.map((part, index) => /* @__PURE__ */ (0,
|
|
391175
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Box_default, { flexDirection: "column", children: [
|
|
391176
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Text3, { color: theme.text.secondary, children: t3("Using:") }),
|
|
391177
|
+
summaryParts.map((part, index) => /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Text3, { color: theme.text.secondary, children: [
|
|
391292
391178
|
" ",
|
|
391293
391179
|
"- ",
|
|
391294
391180
|
part
|
|
391295
391181
|
] }, index))
|
|
391296
391182
|
] });
|
|
391297
391183
|
}
|
|
391298
|
-
return /* @__PURE__ */ (0,
|
|
391184
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(Text3, { color: theme.text.secondary, children: [
|
|
391299
391185
|
t3("Using:"),
|
|
391300
391186
|
" ",
|
|
391301
391187
|
summaryParts.join(" | ")
|
|
@@ -391305,7 +391191,7 @@ var ContextSummaryDisplay = /* @__PURE__ */ __name(({
|
|
|
391305
391191
|
// packages/cli/src/ui/components/AutoAcceptIndicator.tsx
|
|
391306
391192
|
init_esbuild_shims();
|
|
391307
391193
|
init_core4();
|
|
391308
|
-
var
|
|
391194
|
+
var import_jsx_runtime88 = __toESM(require_jsx_runtime(), 1);
|
|
391309
391195
|
var AutoAcceptIndicator = /* @__PURE__ */ __name(({
|
|
391310
391196
|
approvalMode
|
|
391311
391197
|
}) => {
|
|
@@ -391332,29 +391218,29 @@ var AutoAcceptIndicator = /* @__PURE__ */ __name(({
|
|
|
391332
391218
|
default:
|
|
391333
391219
|
break;
|
|
391334
391220
|
}
|
|
391335
|
-
return /* @__PURE__ */ (0,
|
|
391221
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(Text3, { color: textColor, children: [
|
|
391336
391222
|
textContent2,
|
|
391337
|
-
subText && /* @__PURE__ */ (0,
|
|
391223
|
+
subText && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Text3, { color: theme.text.secondary, children: subText })
|
|
391338
391224
|
] }) });
|
|
391339
391225
|
}, "AutoAcceptIndicator");
|
|
391340
391226
|
|
|
391341
391227
|
// packages/cli/src/ui/components/ShellModeIndicator.tsx
|
|
391342
391228
|
init_esbuild_shims();
|
|
391343
|
-
var
|
|
391344
|
-
var ShellModeIndicator = /* @__PURE__ */ __name(() => /* @__PURE__ */ (0,
|
|
391229
|
+
var import_jsx_runtime89 = __toESM(require_jsx_runtime(), 1);
|
|
391230
|
+
var ShellModeIndicator = /* @__PURE__ */ __name(() => /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(Text3, { color: theme.ui.symbol, children: [
|
|
391345
391231
|
"shell mode enabled",
|
|
391346
|
-
/* @__PURE__ */ (0,
|
|
391232
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(Text3, { color: theme.text.secondary, children: " (esc to disable)" })
|
|
391347
391233
|
] }) }), "ShellModeIndicator");
|
|
391348
391234
|
|
|
391349
391235
|
// packages/cli/src/ui/components/DetailedMessagesDisplay.tsx
|
|
391350
391236
|
init_esbuild_shims();
|
|
391351
|
-
var
|
|
391237
|
+
var import_jsx_runtime90 = __toESM(require_jsx_runtime(), 1);
|
|
391352
391238
|
var DetailedMessagesDisplay = /* @__PURE__ */ __name(({ messages, maxHeight, width }) => {
|
|
391353
391239
|
if (messages.length === 0) {
|
|
391354
391240
|
return null;
|
|
391355
391241
|
}
|
|
391356
391242
|
const borderAndPadding = 4;
|
|
391357
|
-
return /* @__PURE__ */ (0,
|
|
391243
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
391358
391244
|
Box_default,
|
|
391359
391245
|
{
|
|
391360
391246
|
flexDirection: "column",
|
|
@@ -391364,12 +391250,12 @@ var DetailedMessagesDisplay = /* @__PURE__ */ __name(({ messages, maxHeight, wid
|
|
|
391364
391250
|
paddingX: 1,
|
|
391365
391251
|
width,
|
|
391366
391252
|
children: [
|
|
391367
|
-
/* @__PURE__ */ (0,
|
|
391253
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Box_default, { marginBottom: 1, children: /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(Text3, { bold: true, color: theme.text.primary, children: [
|
|
391368
391254
|
"Debug Console",
|
|
391369
391255
|
" ",
|
|
391370
|
-
/* @__PURE__ */ (0,
|
|
391256
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(Text3, { color: theme.text.secondary, children: "(ctrl+o to close)" })
|
|
391371
391257
|
] }) }),
|
|
391372
|
-
/* @__PURE__ */ (0,
|
|
391258
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(MaxSizedBox, { maxHeight, maxWidth: width - borderAndPadding, children: messages.map((msg, index) => {
|
|
391373
391259
|
let textColor = theme.text.primary;
|
|
391374
391260
|
let icon = "\u2139";
|
|
391375
391261
|
switch (msg.type) {
|
|
@@ -391389,14 +391275,14 @@ var DetailedMessagesDisplay = /* @__PURE__ */ __name(({ messages, maxHeight, wid
|
|
|
391389
391275
|
default:
|
|
391390
391276
|
break;
|
|
391391
391277
|
}
|
|
391392
|
-
return /* @__PURE__ */ (0,
|
|
391393
|
-
/* @__PURE__ */ (0,
|
|
391278
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(Box_default, { flexDirection: "row", children: [
|
|
391279
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(Text3, { color: textColor, children: [
|
|
391394
391280
|
icon,
|
|
391395
391281
|
" "
|
|
391396
391282
|
] }),
|
|
391397
|
-
/* @__PURE__ */ (0,
|
|
391283
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(Text3, { color: textColor, wrap: "wrap", children: [
|
|
391398
391284
|
msg.content,
|
|
391399
|
-
msg.count && msg.count > 1 && /* @__PURE__ */ (0,
|
|
391285
|
+
msg.count && msg.count > 1 && /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(Text3, { color: theme.text.secondary, children: [
|
|
391400
391286
|
" (x",
|
|
391401
391287
|
msg.count,
|
|
391402
391288
|
")"
|
|
@@ -391419,7 +391305,7 @@ init_esbuild_shims();
|
|
|
391419
391305
|
// packages/cli/src/ui/components/PrepareLabel.tsx
|
|
391420
391306
|
init_esbuild_shims();
|
|
391421
391307
|
var import_react85 = __toESM(require_react(), 1);
|
|
391422
|
-
var
|
|
391308
|
+
var import_jsx_runtime91 = __toESM(require_jsx_runtime(), 1);
|
|
391423
391309
|
var MAX_WIDTH = 150;
|
|
391424
391310
|
var _PrepareLabel = /* @__PURE__ */ __name(({
|
|
391425
391311
|
label,
|
|
@@ -391431,7 +391317,7 @@ var _PrepareLabel = /* @__PURE__ */ __name(({
|
|
|
391431
391317
|
const hasMatch = matchedIndex !== void 0 && matchedIndex >= 0 && matchedIndex < label.length && userInput.length > 0;
|
|
391432
391318
|
if (!hasMatch) {
|
|
391433
391319
|
const display = isExpanded ? label : label.length > MAX_WIDTH ? label.slice(0, MAX_WIDTH) + "..." : label;
|
|
391434
|
-
return /* @__PURE__ */ (0,
|
|
391320
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Text3, { wrap: "wrap", color: textColor, children: display });
|
|
391435
391321
|
}
|
|
391436
391322
|
const matchLength = userInput.length;
|
|
391437
391323
|
let before = "";
|
|
@@ -391470,9 +391356,9 @@ var _PrepareLabel = /* @__PURE__ */ __name(({
|
|
|
391470
391356
|
after = after.length >= 3 ? after.slice(0, -3) + "..." : "...";
|
|
391471
391357
|
}
|
|
391472
391358
|
}
|
|
391473
|
-
return /* @__PURE__ */ (0,
|
|
391359
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(Text3, { color: textColor, wrap: "wrap", children: [
|
|
391474
391360
|
before,
|
|
391475
|
-
match2 ? match2.split(/(\s+)/).map((part, index) => /* @__PURE__ */ (0,
|
|
391361
|
+
match2 ? match2.split(/(\s+)/).map((part, index) => /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
391476
391362
|
Text3,
|
|
391477
391363
|
{
|
|
391478
391364
|
color: theme.background.primary,
|
|
@@ -391487,7 +391373,7 @@ var _PrepareLabel = /* @__PURE__ */ __name(({
|
|
|
391487
391373
|
var PrepareLabel = import_react85.default.memo(_PrepareLabel);
|
|
391488
391374
|
|
|
391489
391375
|
// packages/cli/src/ui/components/SuggestionsDisplay.tsx
|
|
391490
|
-
var
|
|
391376
|
+
var import_jsx_runtime92 = __toESM(require_jsx_runtime(), 1);
|
|
391491
391377
|
var MAX_SUGGESTIONS_TO_SHOW = 8;
|
|
391492
391378
|
function SuggestionsDisplay({
|
|
391493
391379
|
suggestions,
|
|
@@ -391500,7 +391386,7 @@ function SuggestionsDisplay({
|
|
|
391500
391386
|
expandedIndex
|
|
391501
391387
|
}) {
|
|
391502
391388
|
if (isLoading) {
|
|
391503
|
-
return /* @__PURE__ */ (0,
|
|
391389
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Box_default, { paddingX: 1, width, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Text3, { color: "gray", children: "Loading suggestions..." }) });
|
|
391504
391390
|
}
|
|
391505
391391
|
if (suggestions.length === 0) {
|
|
391506
391392
|
return null;
|
|
@@ -391516,8 +391402,8 @@ function SuggestionsDisplay({
|
|
|
391516
391402
|
...suggestions.map((s4) => getFullLabel(s4).length)
|
|
391517
391403
|
);
|
|
391518
391404
|
const commandColumnWidth = mode === "slash" ? Math.min(maxLabelLength, Math.floor(width * 0.5)) : 0;
|
|
391519
|
-
return /* @__PURE__ */ (0,
|
|
391520
|
-
scrollOffset > 0 && /* @__PURE__ */ (0,
|
|
391405
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(Box_default, { flexDirection: "column", paddingX: 1, width, children: [
|
|
391406
|
+
scrollOffset > 0 && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Text3, { color: theme.text.primary, children: "\u25B2" }),
|
|
391521
391407
|
visibleSuggestions.map((suggestion, index) => {
|
|
391522
391408
|
const originalIndex = startIndex + index;
|
|
391523
391409
|
const isActive = originalIndex === activeIndex;
|
|
@@ -391525,7 +391411,7 @@ function SuggestionsDisplay({
|
|
|
391525
391411
|
const textColor = isActive ? theme.text.accent : theme.text.secondary;
|
|
391526
391412
|
const displayLabel = suggestion.label ?? suggestion.value;
|
|
391527
391413
|
const isLong = displayLabel.length >= MAX_WIDTH;
|
|
391528
|
-
const labelElement = /* @__PURE__ */ (0,
|
|
391414
|
+
const labelElement = /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
391529
391415
|
PrepareLabel,
|
|
391530
391416
|
{
|
|
391531
391417
|
label: displayLabel,
|
|
@@ -391535,23 +391421,23 @@ function SuggestionsDisplay({
|
|
|
391535
391421
|
isExpanded
|
|
391536
391422
|
}
|
|
391537
391423
|
);
|
|
391538
|
-
return /* @__PURE__ */ (0,
|
|
391539
|
-
/* @__PURE__ */ (0,
|
|
391424
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(Box_default, { flexDirection: "row", children: [
|
|
391425
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
391540
391426
|
Box_default,
|
|
391541
391427
|
{
|
|
391542
391428
|
...mode === "slash" ? { width: commandColumnWidth, flexShrink: 0 } : { flexShrink: 1 },
|
|
391543
|
-
children: /* @__PURE__ */ (0,
|
|
391429
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(Box_default, { children: [
|
|
391544
391430
|
labelElement,
|
|
391545
|
-
suggestion.commandKind === "mcp-prompt" /* MCP_PROMPT */ && /* @__PURE__ */ (0,
|
|
391431
|
+
suggestion.commandKind === "mcp-prompt" /* MCP_PROMPT */ && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Text3, { color: textColor, children: " [MCP]" })
|
|
391546
391432
|
] })
|
|
391547
391433
|
}
|
|
391548
391434
|
),
|
|
391549
|
-
suggestion.description && /* @__PURE__ */ (0,
|
|
391550
|
-
isActive && isLong && /* @__PURE__ */ (0,
|
|
391435
|
+
suggestion.description && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Box_default, { flexGrow: 1, paddingLeft: 3, children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Text3, { color: textColor, wrap: "truncate", children: suggestion.description }) }),
|
|
391436
|
+
isActive && isLong && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Text3, { color: Colors.Gray, children: isExpanded ? " \u2190 " : " \u2192 " }) })
|
|
391551
391437
|
] }, `${suggestion.value}-${originalIndex}`);
|
|
391552
391438
|
}),
|
|
391553
|
-
endIndex < suggestions.length && /* @__PURE__ */ (0,
|
|
391554
|
-
suggestions.length > MAX_SUGGESTIONS_TO_SHOW && /* @__PURE__ */ (0,
|
|
391439
|
+
endIndex < suggestions.length && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Text3, { color: "gray", children: "\u25BC" }),
|
|
391440
|
+
suggestions.length > MAX_SUGGESTIONS_TO_SHOW && /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(Text3, { color: "gray", children: [
|
|
391555
391441
|
"(",
|
|
391556
391442
|
activeIndex + 1,
|
|
391557
391443
|
"/",
|
|
@@ -392824,7 +392710,7 @@ var ShellFocusContext = (0, import_react93.createContext)(true);
|
|
|
392824
392710
|
var useShellFocusState = /* @__PURE__ */ __name(() => (0, import_react93.useContext)(ShellFocusContext), "useShellFocusState");
|
|
392825
392711
|
|
|
392826
392712
|
// packages/cli/src/ui/components/InputPrompt.tsx
|
|
392827
|
-
var
|
|
392713
|
+
var import_jsx_runtime93 = __toESM(require_jsx_runtime(), 1);
|
|
392828
392714
|
var calculatePromptWidths = /* @__PURE__ */ __name((terminalWidth) => {
|
|
392829
392715
|
const widthFraction = 0.9;
|
|
392830
392716
|
const FRAME_PADDING_AND_BORDER = 4;
|
|
@@ -393333,21 +393219,21 @@ var InputPrompt = /* @__PURE__ */ __name(({
|
|
|
393333
393219
|
statusColor = theme.status.warning;
|
|
393334
393220
|
statusText = t3("Accepting edits");
|
|
393335
393221
|
}
|
|
393336
|
-
return /* @__PURE__ */ (0,
|
|
393337
|
-
/* @__PURE__ */ (0,
|
|
393222
|
+
return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(import_jsx_runtime93.Fragment, { children: [
|
|
393223
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
|
|
393338
393224
|
Box_default,
|
|
393339
393225
|
{
|
|
393340
393226
|
borderStyle: "round",
|
|
393341
393227
|
borderColor: isShellFocused && !isEmbeddedShellFocused ? statusColor ?? theme.border.focused : theme.border.default,
|
|
393342
393228
|
paddingX: 1,
|
|
393343
393229
|
children: [
|
|
393344
|
-
/* @__PURE__ */ (0,
|
|
393230
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
|
|
393345
393231
|
Text3,
|
|
393346
393232
|
{
|
|
393347
393233
|
color: statusColor ?? theme.text.accent,
|
|
393348
393234
|
"aria-label": statusText || void 0,
|
|
393349
393235
|
children: [
|
|
393350
|
-
shellModeActive ? reverseSearchActive ? /* @__PURE__ */ (0,
|
|
393236
|
+
shellModeActive ? reverseSearchActive ? /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
|
|
393351
393237
|
Text3,
|
|
393352
393238
|
{
|
|
393353
393239
|
color: theme.text.link,
|
|
@@ -393357,15 +393243,15 @@ var InputPrompt = /* @__PURE__ */ __name(({
|
|
|
393357
393243
|
" "
|
|
393358
393244
|
]
|
|
393359
393245
|
}
|
|
393360
|
-
) : "!" : commandSearchActive ? /* @__PURE__ */ (0,
|
|
393246
|
+
) : "!" : commandSearchActive ? /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Text3, { color: theme.text.accent, children: "(r:) " }) : showYoloStyling ? "*" : ">",
|
|
393361
393247
|
" "
|
|
393362
393248
|
]
|
|
393363
393249
|
}
|
|
393364
393250
|
),
|
|
393365
|
-
/* @__PURE__ */ (0,
|
|
393251
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Box_default, { flexGrow: 1, flexDirection: "column", children: buffer.text.length === 0 && placeholder ? showCursor ? /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(Text3, { children: [
|
|
393366
393252
|
import_chalk7.default.inverse(placeholder.slice(0, 1)),
|
|
393367
|
-
/* @__PURE__ */ (0,
|
|
393368
|
-
] }) : /* @__PURE__ */ (0,
|
|
393253
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Text3, { color: theme.text.secondary, children: placeholder.slice(1) })
|
|
393254
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Text3, { color: theme.text.secondary, children: placeholder }) : linesToRender.map((lineText, visualIdxInRenderedSet) => {
|
|
393369
393255
|
const absoluteVisualIdx = scrollVisualRow + visualIdxInRenderedSet;
|
|
393370
393256
|
const mapEntry = buffer.visualToLogicalMap[absoluteVisualIdx];
|
|
393371
393257
|
const cursorVisualRow = cursorVisualRowAbsolute - scrollVisualRow;
|
|
@@ -393412,20 +393298,20 @@ var InputPrompt = /* @__PURE__ */ __name(({
|
|
|
393412
393298
|
}
|
|
393413
393299
|
const color = seg.type === "command" || seg.type === "file" ? theme.text.accent : theme.text.primary;
|
|
393414
393300
|
renderedLine.push(
|
|
393415
|
-
/* @__PURE__ */ (0,
|
|
393301
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Text3, { color, children: display }, `token-${segIdx}`)
|
|
393416
393302
|
);
|
|
393417
393303
|
});
|
|
393418
393304
|
if (isOnCursorLine && cursorVisualColAbsolute === cpLen(lineText)) {
|
|
393419
393305
|
renderedLine.push(
|
|
393420
|
-
/* @__PURE__ */ (0,
|
|
393306
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Text3, { children: showCursor ? import_chalk7.default.inverse(" ") : " " }, `cursor-end-${cursorVisualColAbsolute}`)
|
|
393421
393307
|
);
|
|
393422
393308
|
}
|
|
393423
|
-
return /* @__PURE__ */ (0,
|
|
393309
|
+
return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Box_default, { height: 1, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Text3, { children: renderedLine }) }, `line-${visualIdxInRenderedSet}`);
|
|
393424
393310
|
}) })
|
|
393425
393311
|
]
|
|
393426
393312
|
}
|
|
393427
393313
|
),
|
|
393428
|
-
shouldShowSuggestions && /* @__PURE__ */ (0,
|
|
393314
|
+
shouldShowSuggestions && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(Box_default, { paddingRight: 2, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
393429
393315
|
SuggestionsDisplay,
|
|
393430
393316
|
{
|
|
393431
393317
|
suggestions: activeCompletion.suggestions,
|
|
@@ -393447,7 +393333,7 @@ init_core4();
|
|
|
393447
393333
|
|
|
393448
393334
|
// packages/cli/src/ui/components/ConsoleSummaryDisplay.tsx
|
|
393449
393335
|
init_esbuild_shims();
|
|
393450
|
-
var
|
|
393336
|
+
var import_jsx_runtime94 = __toESM(require_jsx_runtime(), 1);
|
|
393451
393337
|
var ConsoleSummaryDisplay = /* @__PURE__ */ __name(({
|
|
393452
393338
|
errorCount
|
|
393453
393339
|
}) => {
|
|
@@ -393455,14 +393341,14 @@ var ConsoleSummaryDisplay = /* @__PURE__ */ __name(({
|
|
|
393455
393341
|
return null;
|
|
393456
393342
|
}
|
|
393457
393343
|
const errorIcon = "\u2716";
|
|
393458
|
-
return /* @__PURE__ */ (0,
|
|
393344
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Box_default, { children: errorCount > 0 && /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(Text3, { color: theme.status.error, children: [
|
|
393459
393345
|
errorIcon,
|
|
393460
393346
|
" ",
|
|
393461
393347
|
errorCount,
|
|
393462
393348
|
" error",
|
|
393463
393349
|
errorCount > 1 ? "s" : "",
|
|
393464
393350
|
" ",
|
|
393465
|
-
/* @__PURE__ */ (0,
|
|
393351
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Text3, { color: theme.text.secondary, children: "(ctrl+o for details)" })
|
|
393466
393352
|
] }) });
|
|
393467
393353
|
}, "ConsoleSummaryDisplay");
|
|
393468
393354
|
|
|
@@ -393473,7 +393359,7 @@ import process35 from "node:process";
|
|
|
393473
393359
|
init_esbuild_shims();
|
|
393474
393360
|
var import_react95 = __toESM(require_react(), 1);
|
|
393475
393361
|
import process34 from "node:process";
|
|
393476
|
-
var
|
|
393362
|
+
var import_jsx_runtime95 = __toESM(require_jsx_runtime(), 1);
|
|
393477
393363
|
var MemoryUsageDisplay = /* @__PURE__ */ __name(() => {
|
|
393478
393364
|
const [memoryUsage, setMemoryUsage] = (0, import_react95.useState)("");
|
|
393479
393365
|
const [memoryUsageColor, setMemoryUsageColor] = (0, import_react95.useState)(
|
|
@@ -393491,16 +393377,16 @@ var MemoryUsageDisplay = /* @__PURE__ */ __name(() => {
|
|
|
393491
393377
|
updateMemory();
|
|
393492
393378
|
return () => clearInterval(intervalId);
|
|
393493
393379
|
}, []);
|
|
393494
|
-
return /* @__PURE__ */ (0,
|
|
393495
|
-
/* @__PURE__ */ (0,
|
|
393496
|
-
/* @__PURE__ */ (0,
|
|
393380
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(Box_default, { children: [
|
|
393381
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Text3, { color: theme.text.secondary, children: " | " }),
|
|
393382
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Text3, { color: memoryUsageColor, children: memoryUsage })
|
|
393497
393383
|
] });
|
|
393498
393384
|
}, "MemoryUsageDisplay");
|
|
393499
393385
|
|
|
393500
393386
|
// packages/cli/src/ui/components/ContextUsageDisplay.tsx
|
|
393501
393387
|
init_esbuild_shims();
|
|
393502
393388
|
init_core4();
|
|
393503
|
-
var
|
|
393389
|
+
var import_jsx_runtime96 = __toESM(require_jsx_runtime(), 1);
|
|
393504
393390
|
var ContextUsageDisplay = /* @__PURE__ */ __name(({
|
|
393505
393391
|
promptTokenCount,
|
|
393506
393392
|
model,
|
|
@@ -393509,7 +393395,7 @@ var ContextUsageDisplay = /* @__PURE__ */ __name(({
|
|
|
393509
393395
|
const percentage = promptTokenCount / tokenLimit(model);
|
|
393510
393396
|
const percentageLeft = ((1 - percentage) * 100).toFixed(0);
|
|
393511
393397
|
const label = terminalWidth < 100 ? "%" : "% context left";
|
|
393512
|
-
return /* @__PURE__ */ (0,
|
|
393398
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(Text3, { color: theme.text.secondary, children: [
|
|
393513
393399
|
"(",
|
|
393514
393400
|
percentageLeft,
|
|
393515
393401
|
label,
|
|
@@ -393520,7 +393406,7 @@ var ContextUsageDisplay = /* @__PURE__ */ __name(({
|
|
|
393520
393406
|
// packages/cli/src/ui/components/DebugProfiler.tsx
|
|
393521
393407
|
init_esbuild_shims();
|
|
393522
393408
|
var import_react96 = __toESM(require_react(), 1);
|
|
393523
|
-
var
|
|
393409
|
+
var import_jsx_runtime97 = __toESM(require_jsx_runtime(), 1);
|
|
393524
393410
|
var DebugProfiler = /* @__PURE__ */ __name(() => {
|
|
393525
393411
|
const numRenders = (0, import_react96.useRef)(0);
|
|
393526
393412
|
const [showNumRenders, setShowNumRenders] = (0, import_react96.useState)(false);
|
|
@@ -393538,7 +393424,7 @@ var DebugProfiler = /* @__PURE__ */ __name(() => {
|
|
|
393538
393424
|
if (!showNumRenders) {
|
|
393539
393425
|
return null;
|
|
393540
393426
|
}
|
|
393541
|
-
return /* @__PURE__ */ (0,
|
|
393427
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(Text3, { color: theme.status.warning, children: [
|
|
393542
393428
|
"Renders: ",
|
|
393543
393429
|
numRenders.current,
|
|
393544
393430
|
" "
|
|
@@ -393546,7 +393432,7 @@ var DebugProfiler = /* @__PURE__ */ __name(() => {
|
|
|
393546
393432
|
}, "DebugProfiler");
|
|
393547
393433
|
|
|
393548
393434
|
// packages/cli/src/ui/components/Footer.tsx
|
|
393549
|
-
var
|
|
393435
|
+
var import_jsx_runtime98 = __toESM(require_jsx_runtime(), 1);
|
|
393550
393436
|
var Footer = /* @__PURE__ */ __name(() => {
|
|
393551
393437
|
const uiState = useUIState();
|
|
393552
393438
|
const config2 = useConfig();
|
|
@@ -393586,7 +393472,7 @@ var Footer = /* @__PURE__ */ __name(() => {
|
|
|
393586
393472
|
const displayPath = shortenPath(tildeifyPath(targetDir), pathLength);
|
|
393587
393473
|
const justifyContent = hideCWD && hideModelInfo ? "center" : "space-between";
|
|
393588
393474
|
const displayVimMode = vimEnabled ? vimMode : void 0;
|
|
393589
|
-
return /* @__PURE__ */ (0,
|
|
393475
|
+
return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
|
|
393590
393476
|
Box_default,
|
|
393591
393477
|
{
|
|
393592
393478
|
justifyContent,
|
|
@@ -393594,57 +393480,57 @@ var Footer = /* @__PURE__ */ __name(() => {
|
|
|
393594
393480
|
flexDirection: "row",
|
|
393595
393481
|
alignItems: "center",
|
|
393596
393482
|
children: [
|
|
393597
|
-
(debugMode || displayVimMode || !hideCWD) && /* @__PURE__ */ (0,
|
|
393598
|
-
debugMode && /* @__PURE__ */ (0,
|
|
393599
|
-
displayVimMode && /* @__PURE__ */ (0,
|
|
393483
|
+
(debugMode || displayVimMode || !hideCWD) && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Box_default, { children: [
|
|
393484
|
+
debugMode && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(DebugProfiler, {}),
|
|
393485
|
+
displayVimMode && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Text3, { color: theme.text.secondary, children: [
|
|
393600
393486
|
"[",
|
|
393601
393487
|
displayVimMode,
|
|
393602
393488
|
"] "
|
|
393603
393489
|
] }),
|
|
393604
|
-
!hideCWD && (nightly ? /* @__PURE__ */ (0,
|
|
393490
|
+
!hideCWD && (nightly ? /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(dist_default5, { colors: theme.ui.gradient, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Text3, { children: [
|
|
393605
393491
|
displayPath,
|
|
393606
|
-
branchName && /* @__PURE__ */ (0,
|
|
393492
|
+
branchName && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Text3, { children: [
|
|
393607
393493
|
" (",
|
|
393608
393494
|
branchName,
|
|
393609
393495
|
"*)"
|
|
393610
393496
|
] })
|
|
393611
|
-
] }) }) : /* @__PURE__ */ (0,
|
|
393497
|
+
] }) }) : /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Text3, { color: theme.text.link, children: [
|
|
393612
393498
|
displayPath,
|
|
393613
|
-
branchName && /* @__PURE__ */ (0,
|
|
393499
|
+
branchName && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Text3, { color: theme.text.secondary, children: [
|
|
393614
393500
|
" (",
|
|
393615
393501
|
branchName,
|
|
393616
393502
|
"*)"
|
|
393617
393503
|
] })
|
|
393618
393504
|
] })),
|
|
393619
|
-
debugMode && /* @__PURE__ */ (0,
|
|
393505
|
+
debugMode && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: theme.status.error, children: " " + (debugMessage || "--debug") })
|
|
393620
393506
|
] }),
|
|
393621
|
-
!hideSandboxStatus && /* @__PURE__ */ (0,
|
|
393507
|
+
!hideSandboxStatus && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
393622
393508
|
Box_default,
|
|
393623
393509
|
{
|
|
393624
393510
|
flexGrow: 1,
|
|
393625
393511
|
alignItems: "center",
|
|
393626
393512
|
justifyContent: "center",
|
|
393627
393513
|
display: "flex",
|
|
393628
|
-
children: isTrustedFolder === false ? /* @__PURE__ */ (0,
|
|
393514
|
+
children: isTrustedFolder === false ? /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: theme.status.warning, children: "untrusted" }) : process35.env["SANDBOX"] && process35.env["SANDBOX"] !== "sandbox-exec" ? /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: "green", children: process35.env["SANDBOX"].replace(/^gemini-(?:cli-)?/, "") }) : process35.env["SANDBOX"] === "sandbox-exec" ? /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Text3, { color: theme.status.warning, children: [
|
|
393629
393515
|
"macOS Seatbelt",
|
|
393630
393516
|
" ",
|
|
393631
|
-
/* @__PURE__ */ (0,
|
|
393517
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Text3, { color: theme.text.secondary, children: [
|
|
393632
393518
|
"(",
|
|
393633
393519
|
process35.env["SEATBELT_PROFILE"],
|
|
393634
393520
|
")"
|
|
393635
393521
|
] })
|
|
393636
|
-
] }) : /* @__PURE__ */ (0,
|
|
393522
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Text3, { color: theme.status.error, children: [
|
|
393637
393523
|
"no sandbox",
|
|
393638
|
-
terminalWidth >= 100 && /* @__PURE__ */ (0,
|
|
393524
|
+
terminalWidth >= 100 && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: theme.text.secondary, children: " (see /docs)" })
|
|
393639
393525
|
] })
|
|
393640
393526
|
}
|
|
393641
393527
|
),
|
|
393642
|
-
!hideModelInfo && /* @__PURE__ */ (0,
|
|
393643
|
-
/* @__PURE__ */ (0,
|
|
393644
|
-
/* @__PURE__ */ (0,
|
|
393528
|
+
!hideModelInfo && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Box_default, { alignItems: "center", justifyContent: "flex-end", children: [
|
|
393529
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Box_default, { alignItems: "center", children: [
|
|
393530
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Text3, { color: theme.text.accent, children: [
|
|
393645
393531
|
model,
|
|
393646
393532
|
" ",
|
|
393647
|
-
/* @__PURE__ */ (0,
|
|
393533
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
393648
393534
|
ContextUsageDisplay,
|
|
393649
393535
|
{
|
|
393650
393536
|
promptTokenCount,
|
|
@@ -393653,20 +393539,20 @@ var Footer = /* @__PURE__ */ __name(() => {
|
|
|
393653
393539
|
}
|
|
393654
393540
|
)
|
|
393655
393541
|
] }),
|
|
393656
|
-
showMemoryUsage && /* @__PURE__ */ (0,
|
|
393542
|
+
showMemoryUsage && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(MemoryUsageDisplay, {})
|
|
393657
393543
|
] }),
|
|
393658
|
-
/* @__PURE__ */ (0,
|
|
393659
|
-
corgiMode && /* @__PURE__ */ (0,
|
|
393660
|
-
/* @__PURE__ */ (0,
|
|
393661
|
-
/* @__PURE__ */ (0,
|
|
393662
|
-
/* @__PURE__ */ (0,
|
|
393663
|
-
/* @__PURE__ */ (0,
|
|
393664
|
-
/* @__PURE__ */ (0,
|
|
393665
|
-
/* @__PURE__ */ (0,
|
|
393544
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Box_default, { alignItems: "center", paddingLeft: 2, children: [
|
|
393545
|
+
corgiMode && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Text3, { children: [
|
|
393546
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: theme.ui.symbol, children: "| " }),
|
|
393547
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: theme.status.error, children: "\u25BC" }),
|
|
393548
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: theme.text.primary, children: "(\xB4" }),
|
|
393549
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: theme.status.error, children: "\u1D25" }),
|
|
393550
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: theme.text.primary, children: "`)" }),
|
|
393551
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: theme.status.error, children: "\u25BC " })
|
|
393666
393552
|
] }),
|
|
393667
|
-
!showErrorDetails && errorCount > 0 && /* @__PURE__ */ (0,
|
|
393668
|
-
/* @__PURE__ */ (0,
|
|
393669
|
-
/* @__PURE__ */ (0,
|
|
393553
|
+
!showErrorDetails && errorCount > 0 && /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(Box_default, { children: [
|
|
393554
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Text3, { color: theme.ui.symbol, children: "| " }),
|
|
393555
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(ConsoleSummaryDisplay, { errorCount })
|
|
393670
393556
|
] })
|
|
393671
393557
|
] })
|
|
393672
393558
|
] })
|
|
@@ -393677,7 +393563,7 @@ var Footer = /* @__PURE__ */ __name(() => {
|
|
|
393677
393563
|
|
|
393678
393564
|
// packages/cli/src/ui/components/QueuedMessageDisplay.tsx
|
|
393679
393565
|
init_esbuild_shims();
|
|
393680
|
-
var
|
|
393566
|
+
var import_jsx_runtime99 = __toESM(require_jsx_runtime(), 1);
|
|
393681
393567
|
var MAX_DISPLAYED_QUEUED_MESSAGES = 3;
|
|
393682
393568
|
var QueuedMessageDisplay = /* @__PURE__ */ __name(({
|
|
393683
393569
|
messageQueue
|
|
@@ -393685,12 +393571,12 @@ var QueuedMessageDisplay = /* @__PURE__ */ __name(({
|
|
|
393685
393571
|
if (messageQueue.length === 0) {
|
|
393686
393572
|
return null;
|
|
393687
393573
|
}
|
|
393688
|
-
return /* @__PURE__ */ (0,
|
|
393574
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(Box_default, { flexDirection: "column", marginTop: 1, children: [
|
|
393689
393575
|
messageQueue.slice(0, MAX_DISPLAYED_QUEUED_MESSAGES).map((message, index) => {
|
|
393690
393576
|
const preview = message.replace(/\s+/g, " ");
|
|
393691
|
-
return /* @__PURE__ */ (0,
|
|
393577
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Box_default, { paddingLeft: 2, width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Text3, { dimColor: true, wrap: "truncate", children: preview }) }, index);
|
|
393692
393578
|
}),
|
|
393693
|
-
messageQueue.length > MAX_DISPLAYED_QUEUED_MESSAGES && /* @__PURE__ */ (0,
|
|
393579
|
+
messageQueue.length > MAX_DISPLAYED_QUEUED_MESSAGES && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Box_default, { paddingLeft: 2, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(Text3, { dimColor: true, children: [
|
|
393694
393580
|
"... (+",
|
|
393695
393581
|
messageQueue.length - MAX_DISPLAYED_QUEUED_MESSAGES,
|
|
393696
393582
|
" more)"
|
|
@@ -393705,7 +393591,7 @@ init_core4();
|
|
|
393705
393591
|
init_esbuild_shims();
|
|
393706
393592
|
var import_react97 = __toESM(require_react(), 1);
|
|
393707
393593
|
init_core4();
|
|
393708
|
-
var
|
|
393594
|
+
var import_jsx_runtime100 = __toESM(require_jsx_runtime(), 1);
|
|
393709
393595
|
var ConfigInitDisplay = /* @__PURE__ */ __name(() => {
|
|
393710
393596
|
const config2 = useConfig();
|
|
393711
393597
|
const [message, setMessage] = (0, import_react97.useState)(t3("Initializing..."));
|
|
@@ -393733,15 +393619,15 @@ var ConfigInitDisplay = /* @__PURE__ */ __name(() => {
|
|
|
393733
393619
|
appEvents.off("mcp-client-update", onChange);
|
|
393734
393620
|
};
|
|
393735
393621
|
}, [config2]);
|
|
393736
|
-
return /* @__PURE__ */ (0,
|
|
393737
|
-
/* @__PURE__ */ (0,
|
|
393622
|
+
return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Box_default, { marginTop: 1, children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(Text3, { children: [
|
|
393623
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(GeminiSpinner, {}),
|
|
393738
393624
|
" ",
|
|
393739
|
-
/* @__PURE__ */ (0,
|
|
393625
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Text3, { color: theme.text.primary, children: message })
|
|
393740
393626
|
] }) });
|
|
393741
393627
|
}, "ConfigInitDisplay");
|
|
393742
393628
|
|
|
393743
393629
|
// packages/cli/src/ui/components/Composer.tsx
|
|
393744
|
-
var
|
|
393630
|
+
var import_jsx_runtime101 = __toESM(require_jsx_runtime(), 1);
|
|
393745
393631
|
var Composer = /* @__PURE__ */ __name(() => {
|
|
393746
393632
|
const config2 = useConfig();
|
|
393747
393633
|
const settings = useSettings();
|
|
@@ -393757,8 +393643,8 @@ var Composer = /* @__PURE__ */ __name(() => {
|
|
|
393757
393643
|
() => calculatePromptWidths(uiState.terminalWidth),
|
|
393758
393644
|
[uiState.terminalWidth]
|
|
393759
393645
|
);
|
|
393760
|
-
return /* @__PURE__ */ (0,
|
|
393761
|
-
!uiState.embeddedShellFocused && /* @__PURE__ */ (0,
|
|
393646
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(Box_default, { flexDirection: "column", children: [
|
|
393647
|
+
!uiState.embeddedShellFocused && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
393762
393648
|
LoadingIndicator,
|
|
393763
393649
|
{
|
|
393764
393650
|
thought: uiState.streamingState === "waiting_for_confirmation" /* WaitingForConfirmation */ || config2.getAccessibility()?.disableLoadingPhrases ? void 0 : uiState.thought,
|
|
@@ -393766,9 +393652,9 @@ var Composer = /* @__PURE__ */ __name(() => {
|
|
|
393766
393652
|
elapsedTime: uiState.elapsedTime
|
|
393767
393653
|
}
|
|
393768
393654
|
),
|
|
393769
|
-
!uiState.isConfigInitialized && /* @__PURE__ */ (0,
|
|
393770
|
-
/* @__PURE__ */ (0,
|
|
393771
|
-
/* @__PURE__ */ (0,
|
|
393655
|
+
!uiState.isConfigInitialized && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(ConfigInitDisplay, {}),
|
|
393656
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(QueuedMessageDisplay, { messageQueue: uiState.messageQueue }),
|
|
393657
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
|
|
393772
393658
|
Box_default,
|
|
393773
393659
|
{
|
|
393774
393660
|
marginTop: 1,
|
|
@@ -393777,9 +393663,9 @@ var Composer = /* @__PURE__ */ __name(() => {
|
|
|
393777
393663
|
flexDirection: isNarrow ? "column" : "row",
|
|
393778
393664
|
alignItems: isNarrow ? "flex-start" : "center",
|
|
393779
393665
|
children: [
|
|
393780
|
-
/* @__PURE__ */ (0,
|
|
393781
|
-
process.env["GEMINI_SYSTEM_MD"] && /* @__PURE__ */ (0,
|
|
393782
|
-
uiState.ctrlCPressedOnce ? /* @__PURE__ */ (0,
|
|
393666
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(Box_default, { marginRight: 1, children: [
|
|
393667
|
+
process.env["GEMINI_SYSTEM_MD"] && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Text3, { color: theme.status.error, children: "|\u2310\u25A0_\u25A0| " }),
|
|
393668
|
+
uiState.ctrlCPressedOnce ? /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Text3, { color: theme.status.warning, children: t3("Press Ctrl+C again to exit.") }) : uiState.ctrlDPressedOnce ? /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Text3, { color: theme.status.warning, children: t3("Press Ctrl+D again to exit.") }) : uiState.showEscapePrompt ? /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Text3, { color: theme.text.secondary, children: t3("Press Esc again to clear.") }) : !settings.merged.ui?.hideContextSummary && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
393783
393669
|
ContextSummaryDisplay,
|
|
393784
393670
|
{
|
|
393785
393671
|
ideContext: uiState.ideContextState,
|
|
@@ -393791,15 +393677,15 @@ var Composer = /* @__PURE__ */ __name(() => {
|
|
|
393791
393677
|
}
|
|
393792
393678
|
)
|
|
393793
393679
|
] }),
|
|
393794
|
-
/* @__PURE__ */ (0,
|
|
393795
|
-
showAutoAcceptIndicator !== "default" /* DEFAULT */ && !uiState.shellModeActive && /* @__PURE__ */ (0,
|
|
393796
|
-
uiState.shellModeActive && /* @__PURE__ */ (0,
|
|
393680
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(Box_default, { paddingTop: isNarrow ? 1 : 0, children: [
|
|
393681
|
+
showAutoAcceptIndicator !== "default" /* DEFAULT */ && !uiState.shellModeActive && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(AutoAcceptIndicator, { approvalMode: showAutoAcceptIndicator }),
|
|
393682
|
+
uiState.shellModeActive && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(ShellModeIndicator, {})
|
|
393797
393683
|
] })
|
|
393798
393684
|
]
|
|
393799
393685
|
}
|
|
393800
393686
|
),
|
|
393801
|
-
uiState.showErrorDetails && /* @__PURE__ */ (0,
|
|
393802
|
-
/* @__PURE__ */ (0,
|
|
393687
|
+
uiState.showErrorDetails && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(OverflowProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(Box_default, { flexDirection: "column", children: [
|
|
393688
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
393803
393689
|
DetailedMessagesDisplay,
|
|
393804
393690
|
{
|
|
393805
393691
|
messages: uiState.filteredConsoleMessages,
|
|
@@ -393807,9 +393693,9 @@ var Composer = /* @__PURE__ */ __name(() => {
|
|
|
393807
393693
|
width: containerWidth
|
|
393808
393694
|
}
|
|
393809
393695
|
),
|
|
393810
|
-
/* @__PURE__ */ (0,
|
|
393696
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(ShowMoreLines, { constrainHeight: uiState.constrainHeight })
|
|
393811
393697
|
] }) }),
|
|
393812
|
-
uiState.isInputActive && /* @__PURE__ */ (0,
|
|
393698
|
+
uiState.isInputActive && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
393813
393699
|
InputPrompt,
|
|
393814
393700
|
{
|
|
393815
393701
|
buffer: uiState.buffer,
|
|
@@ -393831,65 +393717,65 @@ var Composer = /* @__PURE__ */ __name(() => {
|
|
|
393831
393717
|
placeholder: vimEnabled ? " " + t3("Press 'i' for INSERT mode and 'Esc' for NORMAL mode.") : " " + t3("Type your message or @path/to/file")
|
|
393832
393718
|
}
|
|
393833
393719
|
),
|
|
393834
|
-
!settings.merged.ui?.hideFooter && !isScreenReaderEnabled && /* @__PURE__ */ (0,
|
|
393720
|
+
!settings.merged.ui?.hideFooter && !isScreenReaderEnabled && /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Footer, {})
|
|
393835
393721
|
] });
|
|
393836
393722
|
}, "Composer");
|
|
393837
393723
|
|
|
393838
393724
|
// packages/cli/src/ui/components/ExitWarning.tsx
|
|
393839
393725
|
init_esbuild_shims();
|
|
393840
|
-
var
|
|
393726
|
+
var import_jsx_runtime102 = __toESM(require_jsx_runtime(), 1);
|
|
393841
393727
|
var ExitWarning = /* @__PURE__ */ __name(() => {
|
|
393842
393728
|
const uiState = useUIState();
|
|
393843
|
-
return /* @__PURE__ */ (0,
|
|
393844
|
-
uiState.dialogsVisible && uiState.ctrlCPressedOnce && /* @__PURE__ */ (0,
|
|
393845
|
-
uiState.dialogsVisible && uiState.ctrlDPressedOnce && /* @__PURE__ */ (0,
|
|
393729
|
+
return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(import_jsx_runtime102.Fragment, { children: [
|
|
393730
|
+
uiState.dialogsVisible && uiState.ctrlCPressedOnce && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(Box_default, { marginTop: 1, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(Text3, { color: theme.status.warning, children: "Press Ctrl+C again to exit." }) }),
|
|
393731
|
+
uiState.dialogsVisible && uiState.ctrlDPressedOnce && /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(Box_default, { marginTop: 1, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(Text3, { color: theme.status.warning, children: "Press Ctrl+D again to exit." }) })
|
|
393846
393732
|
] });
|
|
393847
393733
|
}, "ExitWarning");
|
|
393848
393734
|
|
|
393849
393735
|
// packages/cli/src/ui/layouts/ScreenReaderAppLayout.tsx
|
|
393850
|
-
var
|
|
393736
|
+
var import_jsx_runtime103 = __toESM(require_jsx_runtime(), 1);
|
|
393851
393737
|
var ScreenReaderAppLayout = /* @__PURE__ */ __name(() => {
|
|
393852
393738
|
const uiState = useUIState();
|
|
393853
|
-
return /* @__PURE__ */ (0,
|
|
393854
|
-
/* @__PURE__ */ (0,
|
|
393855
|
-
/* @__PURE__ */ (0,
|
|
393856
|
-
/* @__PURE__ */ (0,
|
|
393857
|
-
uiState.dialogsVisible ? /* @__PURE__ */ (0,
|
|
393739
|
+
return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(Box_default, { flexDirection: "column", width: "90%", height: "100%", children: [
|
|
393740
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Notifications, {}),
|
|
393741
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Footer, {}),
|
|
393742
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Box_default, { flexGrow: 1, overflow: "hidden", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(MainContent, {}) }),
|
|
393743
|
+
uiState.dialogsVisible ? /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
393858
393744
|
DialogManager,
|
|
393859
393745
|
{
|
|
393860
393746
|
terminalWidth: uiState.terminalWidth,
|
|
393861
393747
|
addItem: uiState.historyManager.addItem
|
|
393862
393748
|
}
|
|
393863
|
-
) : /* @__PURE__ */ (0,
|
|
393864
|
-
/* @__PURE__ */ (0,
|
|
393749
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Composer, {}),
|
|
393750
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ExitWarning, {})
|
|
393865
393751
|
] });
|
|
393866
393752
|
}, "ScreenReaderAppLayout");
|
|
393867
393753
|
|
|
393868
393754
|
// packages/cli/src/ui/layouts/DefaultAppLayout.tsx
|
|
393869
393755
|
init_esbuild_shims();
|
|
393870
|
-
var
|
|
393756
|
+
var import_jsx_runtime104 = __toESM(require_jsx_runtime(), 1);
|
|
393871
393757
|
var DefaultAppLayout = /* @__PURE__ */ __name(({
|
|
393872
393758
|
width = "90%"
|
|
393873
393759
|
}) => {
|
|
393874
393760
|
const uiState = useUIState();
|
|
393875
|
-
return /* @__PURE__ */ (0,
|
|
393876
|
-
/* @__PURE__ */ (0,
|
|
393877
|
-
/* @__PURE__ */ (0,
|
|
393878
|
-
/* @__PURE__ */ (0,
|
|
393879
|
-
uiState.dialogsVisible ? /* @__PURE__ */ (0,
|
|
393761
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(Box_default, { flexDirection: "column", width, children: [
|
|
393762
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(MainContent, {}),
|
|
393763
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(Box_default, { flexDirection: "column", ref: uiState.mainControlsRef, children: [
|
|
393764
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Notifications, {}),
|
|
393765
|
+
uiState.dialogsVisible ? /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
393880
393766
|
DialogManager,
|
|
393881
393767
|
{
|
|
393882
393768
|
terminalWidth: uiState.terminalWidth,
|
|
393883
393769
|
addItem: uiState.historyManager.addItem
|
|
393884
393770
|
}
|
|
393885
|
-
) : /* @__PURE__ */ (0,
|
|
393886
|
-
/* @__PURE__ */ (0,
|
|
393771
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Composer, {}),
|
|
393772
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)(ExitWarning, {})
|
|
393887
393773
|
] })
|
|
393888
393774
|
] });
|
|
393889
393775
|
}, "DefaultAppLayout");
|
|
393890
393776
|
|
|
393891
393777
|
// packages/cli/src/ui/App.tsx
|
|
393892
|
-
var
|
|
393778
|
+
var import_jsx_runtime105 = __toESM(require_jsx_runtime(), 1);
|
|
393893
393779
|
var getContainerWidth = /* @__PURE__ */ __name((terminalWidth) => {
|
|
393894
393780
|
if (terminalWidth <= 80) {
|
|
393895
393781
|
return "98%";
|
|
@@ -393907,9 +393793,9 @@ var App2 = /* @__PURE__ */ __name(() => {
|
|
|
393907
393793
|
const { columns } = useTerminalSize();
|
|
393908
393794
|
const containerWidth = getContainerWidth(columns);
|
|
393909
393795
|
if (uiState.quittingMessages) {
|
|
393910
|
-
return /* @__PURE__ */ (0,
|
|
393796
|
+
return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(QuittingDisplay, {});
|
|
393911
393797
|
}
|
|
393912
|
-
return /* @__PURE__ */ (0,
|
|
393798
|
+
return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(StreamingContext.Provider, { value: uiState.streamingState, children: isScreenReaderEnabled ? /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(ScreenReaderAppLayout, {}) : /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(DefaultAppLayout, { width: containerWidth }) });
|
|
393913
393799
|
}, "App");
|
|
393914
393800
|
|
|
393915
393801
|
// packages/cli/src/ui/AppContainer.tsx
|
|
@@ -395597,7 +395483,6 @@ function serializeHistoryItemForRecording(item) {
|
|
|
395597
395483
|
__name(serializeHistoryItemForRecording, "serializeHistoryItemForRecording");
|
|
395598
395484
|
var SLASH_COMMANDS_SKIP_RECORDING = /* @__PURE__ */ new Set([
|
|
395599
395485
|
"quit",
|
|
395600
|
-
"quit-confirm",
|
|
395601
395486
|
"exit",
|
|
395602
395487
|
"clear",
|
|
395603
395488
|
"reset",
|
|
@@ -395612,7 +395497,6 @@ var useSlashCommandProcessor = /* @__PURE__ */ __name((config2, settings, addIte
|
|
|
395612
395497
|
}, []);
|
|
395613
395498
|
const [shellConfirmationRequest, setShellConfirmationRequest] = (0, import_react108.useState)(null);
|
|
395614
395499
|
const [confirmationRequest, setConfirmationRequest] = (0, import_react108.useState)(null);
|
|
395615
|
-
const [quitConfirmationRequest, setQuitConfirmationRequest] = (0, import_react108.useState)(null);
|
|
395616
395500
|
const [sessionShellAllowlist, setSessionShellAllowlist] = (0, import_react108.useState)(
|
|
395617
395501
|
/* @__PURE__ */ new Set()
|
|
395618
395502
|
);
|
|
@@ -395663,11 +395547,6 @@ var useSlashCommandProcessor = /* @__PURE__ */ __name((config2, settings, addIte
|
|
|
395663
395547
|
type: "quit",
|
|
395664
395548
|
duration: message.duration
|
|
395665
395549
|
};
|
|
395666
|
-
} else if (message.type === "quit_confirmation" /* QUIT_CONFIRMATION */) {
|
|
395667
|
-
historyItemContent = {
|
|
395668
|
-
type: "quit_confirmation",
|
|
395669
|
-
duration: message.duration
|
|
395670
|
-
};
|
|
395671
395550
|
} else if (message.type === "compression" /* COMPRESSION */) {
|
|
395672
395551
|
historyItemContent = {
|
|
395673
395552
|
type: "compression",
|
|
@@ -395906,52 +395785,6 @@ var useSlashCommandProcessor = /* @__PURE__ */ __name((config2, settings, addIte
|
|
|
395906
395785
|
});
|
|
395907
395786
|
return { type: "handled" };
|
|
395908
395787
|
}
|
|
395909
|
-
case "quit_confirmation":
|
|
395910
|
-
setQuitConfirmationRequest({
|
|
395911
|
-
onConfirm: /* @__PURE__ */ __name((shouldQuit, action) => {
|
|
395912
|
-
setQuitConfirmationRequest(null);
|
|
395913
|
-
if (!shouldQuit) {
|
|
395914
|
-
return;
|
|
395915
|
-
}
|
|
395916
|
-
if (shouldQuit) {
|
|
395917
|
-
if (action === "summary_and_quit") {
|
|
395918
|
-
handleSlashCommand2("/summary").then(() => {
|
|
395919
|
-
setTimeout(() => {
|
|
395920
|
-
handleSlashCommand2("/quit");
|
|
395921
|
-
}, 1200);
|
|
395922
|
-
}).catch((error2) => {
|
|
395923
|
-
addItemWithRecording(
|
|
395924
|
-
{
|
|
395925
|
-
type: "error",
|
|
395926
|
-
text: `Failed to generate summary before quit: ${error2 instanceof Error ? error2.message : String(error2)}`
|
|
395927
|
-
},
|
|
395928
|
-
Date.now()
|
|
395929
|
-
);
|
|
395930
|
-
setTimeout(() => {
|
|
395931
|
-
handleSlashCommand2("/quit");
|
|
395932
|
-
}, 1e3);
|
|
395933
|
-
});
|
|
395934
|
-
} else {
|
|
395935
|
-
const now = Date.now();
|
|
395936
|
-
const { sessionStartTime } = sessionStats;
|
|
395937
|
-
const wallDuration = now - sessionStartTime.getTime();
|
|
395938
|
-
actions.quit([
|
|
395939
|
-
{
|
|
395940
|
-
type: "user",
|
|
395941
|
-
text: `/quit`,
|
|
395942
|
-
id: now - 1
|
|
395943
|
-
},
|
|
395944
|
-
{
|
|
395945
|
-
type: "quit",
|
|
395946
|
-
duration: formatDuration(wallDuration),
|
|
395947
|
-
id: now
|
|
395948
|
-
}
|
|
395949
|
-
]);
|
|
395950
|
-
}
|
|
395951
|
-
}
|
|
395952
|
-
}, "onConfirm")
|
|
395953
|
-
});
|
|
395954
|
-
return { type: "handled" };
|
|
395955
395788
|
case "quit":
|
|
395956
395789
|
actions.quit(result.messages);
|
|
395957
395790
|
return { type: "handled" };
|
|
@@ -396121,8 +395954,7 @@ ${commandToExecute.subCommands.map((sc) => ` - ${sc.name}: ${sc.description ||
|
|
|
396121
395954
|
setShellConfirmationRequest,
|
|
396122
395955
|
setSessionShellAllowlist,
|
|
396123
395956
|
setIsProcessing,
|
|
396124
|
-
setConfirmationRequest
|
|
396125
|
-
sessionStats
|
|
395957
|
+
setConfirmationRequest
|
|
396126
395958
|
]
|
|
396127
395959
|
);
|
|
396128
395960
|
return {
|
|
@@ -396132,7 +395964,6 @@ ${commandToExecute.subCommands.map((sc) => ` - ${sc.name}: ${sc.description ||
|
|
|
396132
395964
|
commandContext,
|
|
396133
395965
|
shellConfirmationRequest,
|
|
396134
395966
|
confirmationRequest,
|
|
396135
|
-
quitConfirmationRequest,
|
|
396136
395967
|
reloadCommands
|
|
396137
395968
|
};
|
|
396138
395969
|
}, "useSlashCommandProcessor");
|
|
@@ -402258,44 +402089,18 @@ var useExtensionUpdates = /* @__PURE__ */ __name((extensions, addItem, cwd7) =>
|
|
|
402258
402089
|
};
|
|
402259
402090
|
}, "useExtensionUpdates");
|
|
402260
402091
|
|
|
402261
|
-
// packages/cli/src/ui/hooks/useQuitConfirmation.ts
|
|
402262
|
-
init_esbuild_shims();
|
|
402263
|
-
var import_react127 = __toESM(require_react(), 1);
|
|
402264
|
-
var useQuitConfirmation = /* @__PURE__ */ __name(() => {
|
|
402265
|
-
const [isQuitConfirmationOpen, setIsQuitConfirmationOpen] = (0, import_react127.useState)(false);
|
|
402266
|
-
const showQuitConfirmation = (0, import_react127.useCallback)(() => {
|
|
402267
|
-
setIsQuitConfirmationOpen(true);
|
|
402268
|
-
}, []);
|
|
402269
|
-
const handleQuitConfirmationSelect = (0, import_react127.useCallback)((choice2) => {
|
|
402270
|
-
setIsQuitConfirmationOpen(false);
|
|
402271
|
-
if (choice2 === "cancel" /* CANCEL */) {
|
|
402272
|
-
return { shouldQuit: false, action: "cancel" };
|
|
402273
|
-
} else if (choice2 === "quit" /* QUIT */) {
|
|
402274
|
-
return { shouldQuit: true, action: "quit" };
|
|
402275
|
-
} else if (choice2 === "summary_and_quit" /* SUMMARY_AND_QUIT */) {
|
|
402276
|
-
return { shouldQuit: true, action: "summary_and_quit" };
|
|
402277
|
-
}
|
|
402278
|
-
return { shouldQuit: false, action: "cancel" };
|
|
402279
|
-
}, []);
|
|
402280
|
-
return {
|
|
402281
|
-
isQuitConfirmationOpen,
|
|
402282
|
-
showQuitConfirmation,
|
|
402283
|
-
handleQuitConfirmationSelect
|
|
402284
|
-
};
|
|
402285
|
-
}, "useQuitConfirmation");
|
|
402286
|
-
|
|
402287
402092
|
// packages/cli/src/ui/hooks/useWelcomeBack.ts
|
|
402288
402093
|
init_esbuild_shims();
|
|
402289
|
-
var
|
|
402094
|
+
var import_react127 = __toESM(require_react(), 1);
|
|
402290
402095
|
init_core4();
|
|
402291
402096
|
init_settingsSchema();
|
|
402292
402097
|
function useWelcomeBack(config2, submitQuery, buffer, settings) {
|
|
402293
|
-
const [welcomeBackInfo, setWelcomeBackInfo] = (0,
|
|
402294
|
-
const [showWelcomeBackDialog, setShowWelcomeBackDialog] = (0,
|
|
402295
|
-
const [welcomeBackChoice, setWelcomeBackChoice] = (0,
|
|
402296
|
-
const [shouldFillInput, setShouldFillInput] = (0,
|
|
402297
|
-
const [inputFillText, setInputFillText] = (0,
|
|
402298
|
-
const checkWelcomeBack = (0,
|
|
402098
|
+
const [welcomeBackInfo, setWelcomeBackInfo] = (0, import_react127.useState)(null);
|
|
402099
|
+
const [showWelcomeBackDialog, setShowWelcomeBackDialog] = (0, import_react127.useState)(false);
|
|
402100
|
+
const [welcomeBackChoice, setWelcomeBackChoice] = (0, import_react127.useState)(null);
|
|
402101
|
+
const [shouldFillInput, setShouldFillInput] = (0, import_react127.useState)(false);
|
|
402102
|
+
const [inputFillText, setInputFillText] = (0, import_react127.useState)(null);
|
|
402103
|
+
const checkWelcomeBack = (0, import_react127.useCallback)(async () => {
|
|
402299
402104
|
if (settings.ui?.enableWelcomeBack === false) {
|
|
402300
402105
|
return;
|
|
402301
402106
|
}
|
|
@@ -402309,7 +402114,7 @@ function useWelcomeBack(config2, submitQuery, buffer, settings) {
|
|
|
402309
402114
|
console.debug("Welcome back check failed:", error2);
|
|
402310
402115
|
}
|
|
402311
402116
|
}, [settings.ui?.enableWelcomeBack]);
|
|
402312
|
-
const handleWelcomeBackSelection = (0,
|
|
402117
|
+
const handleWelcomeBackSelection = (0, import_react127.useCallback)(
|
|
402313
402118
|
(choice2) => {
|
|
402314
402119
|
setWelcomeBackChoice(choice2);
|
|
402315
402120
|
setShowWelcomeBackDialog(false);
|
|
@@ -402321,21 +402126,21 @@ function useWelcomeBack(config2, submitQuery, buffer, settings) {
|
|
|
402321
402126
|
},
|
|
402322
402127
|
[welcomeBackInfo]
|
|
402323
402128
|
);
|
|
402324
|
-
const handleWelcomeBackClose = (0,
|
|
402129
|
+
const handleWelcomeBackClose = (0, import_react127.useCallback)(() => {
|
|
402325
402130
|
setWelcomeBackChoice("restart");
|
|
402326
402131
|
setShowWelcomeBackDialog(false);
|
|
402327
402132
|
}, []);
|
|
402328
|
-
const clearInputFill = (0,
|
|
402133
|
+
const clearInputFill = (0, import_react127.useCallback)(() => {
|
|
402329
402134
|
setShouldFillInput(false);
|
|
402330
402135
|
setInputFillText(null);
|
|
402331
402136
|
}, []);
|
|
402332
|
-
(0,
|
|
402137
|
+
(0, import_react127.useEffect)(() => {
|
|
402333
402138
|
if (shouldFillInput && inputFillText) {
|
|
402334
402139
|
buffer.setText(inputFillText);
|
|
402335
402140
|
clearInputFill();
|
|
402336
402141
|
}
|
|
402337
402142
|
}, [shouldFillInput, inputFillText, buffer, clearInputFill]);
|
|
402338
|
-
(0,
|
|
402143
|
+
(0, import_react127.useEffect)(() => {
|
|
402339
402144
|
checkWelcomeBack();
|
|
402340
402145
|
}, [checkWelcomeBack]);
|
|
402341
402146
|
return {
|
|
@@ -402356,10 +402161,10 @@ __name(useWelcomeBack, "useWelcomeBack");
|
|
|
402356
402161
|
|
|
402357
402162
|
// packages/cli/src/ui/hooks/useDialogClose.ts
|
|
402358
402163
|
init_esbuild_shims();
|
|
402359
|
-
var
|
|
402164
|
+
var import_react128 = __toESM(require_react(), 1);
|
|
402360
402165
|
init_settings();
|
|
402361
402166
|
function useDialogClose(options2) {
|
|
402362
|
-
const closeAnyOpenDialog = (0,
|
|
402167
|
+
const closeAnyOpenDialog = (0, import_react128.useCallback)(() => {
|
|
402363
402168
|
if (options2.isThemeDialogOpen) {
|
|
402364
402169
|
options2.handleThemeSelect(void 0, "User" /* User */);
|
|
402365
402170
|
return true;
|
|
@@ -402391,13 +402196,13 @@ __name(useDialogClose, "useDialogClose");
|
|
|
402391
402196
|
|
|
402392
402197
|
// packages/cli/src/ui/hooks/useSubagentCreateDialog.ts
|
|
402393
402198
|
init_esbuild_shims();
|
|
402394
|
-
var
|
|
402199
|
+
var import_react129 = __toESM(require_react(), 1);
|
|
402395
402200
|
function useSubagentCreateDialog() {
|
|
402396
|
-
const [isSubagentCreateDialogOpen, setIsSubagentCreateDialogOpen] = (0,
|
|
402397
|
-
const openSubagentCreateDialog = (0,
|
|
402201
|
+
const [isSubagentCreateDialogOpen, setIsSubagentCreateDialogOpen] = (0, import_react129.useState)(false);
|
|
402202
|
+
const openSubagentCreateDialog = (0, import_react129.useCallback)(() => {
|
|
402398
402203
|
setIsSubagentCreateDialogOpen(true);
|
|
402399
402204
|
}, []);
|
|
402400
|
-
const closeSubagentCreateDialog = (0,
|
|
402205
|
+
const closeSubagentCreateDialog = (0, import_react129.useCallback)(() => {
|
|
402401
402206
|
setIsSubagentCreateDialogOpen(false);
|
|
402402
402207
|
}, []);
|
|
402403
402208
|
return {
|
|
@@ -402410,13 +402215,13 @@ __name(useSubagentCreateDialog, "useSubagentCreateDialog");
|
|
|
402410
402215
|
|
|
402411
402216
|
// packages/cli/src/ui/hooks/useAgentsManagerDialog.ts
|
|
402412
402217
|
init_esbuild_shims();
|
|
402413
|
-
var
|
|
402218
|
+
var import_react130 = __toESM(require_react(), 1);
|
|
402414
402219
|
var useAgentsManagerDialog = /* @__PURE__ */ __name(() => {
|
|
402415
|
-
const [isAgentsManagerDialogOpen, setIsAgentsManagerDialogOpen] = (0,
|
|
402416
|
-
const openAgentsManagerDialog = (0,
|
|
402220
|
+
const [isAgentsManagerDialogOpen, setIsAgentsManagerDialogOpen] = (0, import_react130.useState)(false);
|
|
402221
|
+
const openAgentsManagerDialog = (0, import_react130.useCallback)(() => {
|
|
402417
402222
|
setIsAgentsManagerDialogOpen(true);
|
|
402418
402223
|
}, []);
|
|
402419
|
-
const closeAgentsManagerDialog = (0,
|
|
402224
|
+
const closeAgentsManagerDialog = (0, import_react130.useCallback)(() => {
|
|
402420
402225
|
setIsAgentsManagerDialogOpen(false);
|
|
402421
402226
|
}, []);
|
|
402422
402227
|
return {
|
|
@@ -402428,7 +402233,7 @@ var useAgentsManagerDialog = /* @__PURE__ */ __name(() => {
|
|
|
402428
402233
|
|
|
402429
402234
|
// packages/cli/src/ui/hooks/useAttentionNotifications.ts
|
|
402430
402235
|
init_esbuild_shims();
|
|
402431
|
-
var
|
|
402236
|
+
var import_react131 = __toESM(require_react(), 1);
|
|
402432
402237
|
|
|
402433
402238
|
// packages/cli/src/utils/attentionNotification.ts
|
|
402434
402239
|
init_esbuild_shims();
|
|
@@ -402456,9 +402261,9 @@ var useAttentionNotifications = /* @__PURE__ */ __name(({
|
|
|
402456
402261
|
streamingState,
|
|
402457
402262
|
elapsedTime
|
|
402458
402263
|
}) => {
|
|
402459
|
-
const awaitingNotificationSentRef = (0,
|
|
402460
|
-
const respondingElapsedRef = (0,
|
|
402461
|
-
(0,
|
|
402264
|
+
const awaitingNotificationSentRef = (0, import_react131.useRef)(false);
|
|
402265
|
+
const respondingElapsedRef = (0, import_react131.useRef)(0);
|
|
402266
|
+
(0, import_react131.useEffect)(() => {
|
|
402462
402267
|
if (streamingState === "waiting_for_confirmation" /* WaitingForConfirmation */ && !isFocused && !awaitingNotificationSentRef.current) {
|
|
402463
402268
|
notifyTerminalAttention("tool_approval" /* ToolApproval */);
|
|
402464
402269
|
awaitingNotificationSentRef.current = true;
|
|
@@ -402467,7 +402272,7 @@ var useAttentionNotifications = /* @__PURE__ */ __name(({
|
|
|
402467
402272
|
awaitingNotificationSentRef.current = false;
|
|
402468
402273
|
}
|
|
402469
402274
|
}, [isFocused, streamingState]);
|
|
402470
|
-
(0,
|
|
402275
|
+
(0, import_react131.useEffect)(() => {
|
|
402471
402276
|
if (streamingState === "responding" /* Responding */) {
|
|
402472
402277
|
respondingElapsedRef.current = elapsedTime;
|
|
402473
402278
|
return;
|
|
@@ -402485,7 +402290,7 @@ var useAttentionNotifications = /* @__PURE__ */ __name(({
|
|
|
402485
402290
|
|
|
402486
402291
|
// packages/cli/src/ui/hooks/useWebSocket.ts
|
|
402487
402292
|
init_esbuild_shims();
|
|
402488
|
-
var
|
|
402293
|
+
var import_react132 = __toESM(require_react(), 1);
|
|
402489
402294
|
|
|
402490
402295
|
// packages/cli/src/config/websocket.ts
|
|
402491
402296
|
init_esbuild_shims();
|
|
@@ -403088,8 +402893,8 @@ function useWebSocket({
|
|
|
403088
402893
|
debug: debug2,
|
|
403089
402894
|
sessionId
|
|
403090
402895
|
}) {
|
|
403091
|
-
const wsClientRef = (0,
|
|
403092
|
-
(0,
|
|
402896
|
+
const wsClientRef = (0, import_react132.useRef)(null);
|
|
402897
|
+
(0, import_react132.useEffect)(() => {
|
|
403093
402898
|
const wsRuntimeConfig = loadWebSocketRuntimeConfig(debug2);
|
|
403094
402899
|
if (!wsRuntimeConfig.enabled) {
|
|
403095
402900
|
if (debug2) {
|
|
@@ -403132,7 +402937,7 @@ __name(useWebSocket, "useWebSocket");
|
|
|
403132
402937
|
// packages/cli/src/ui/AppContainer.tsx
|
|
403133
402938
|
init_core4();
|
|
403134
402939
|
init_xhsSsoConfig();
|
|
403135
|
-
var
|
|
402940
|
+
var import_jsx_runtime106 = __toESM(require_jsx_runtime(), 1);
|
|
403136
402941
|
var CTRL_EXIT_PROMPT_DURATION_MS = 1e3;
|
|
403137
402942
|
function isToolExecuting(pendingHistoryItems) {
|
|
403138
402943
|
return pendingHistoryItems.some((item) => {
|
|
@@ -403151,22 +402956,22 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403151
402956
|
const { settings, config: config2, initializationResult } = props;
|
|
403152
402957
|
const historyManager = useHistory();
|
|
403153
402958
|
useMemoryMonitor(historyManager);
|
|
403154
|
-
const [corgiMode, setCorgiMode] = (0,
|
|
403155
|
-
const [debugMessage, setDebugMessage] = (0,
|
|
403156
|
-
const [quittingMessages, setQuittingMessages] = (0,
|
|
403157
|
-
const [themeError, setThemeError] = (0,
|
|
402959
|
+
const [corgiMode, setCorgiMode] = (0, import_react133.useState)(false);
|
|
402960
|
+
const [debugMessage, setDebugMessage] = (0, import_react133.useState)("");
|
|
402961
|
+
const [quittingMessages, setQuittingMessages] = (0, import_react133.useState)(null);
|
|
402962
|
+
const [themeError, setThemeError] = (0, import_react133.useState)(
|
|
403158
402963
|
initializationResult.themeError
|
|
403159
402964
|
);
|
|
403160
|
-
const [isProcessing, setIsProcessing] = (0,
|
|
403161
|
-
const [embeddedShellFocused, setEmbeddedShellFocused] = (0,
|
|
403162
|
-
const [geminiMdFileCount, setGeminiMdFileCount] = (0,
|
|
402965
|
+
const [isProcessing, setIsProcessing] = (0, import_react133.useState)(false);
|
|
402966
|
+
const [embeddedShellFocused, setEmbeddedShellFocused] = (0, import_react133.useState)(false);
|
|
402967
|
+
const [geminiMdFileCount, setGeminiMdFileCount] = (0, import_react133.useState)(
|
|
403163
402968
|
initializationResult.geminiMdFileCount
|
|
403164
402969
|
);
|
|
403165
|
-
const [shellModeActive, setShellModeActive] = (0,
|
|
403166
|
-
const [modelSwitchedFromQuotaError, setModelSwitchedFromQuotaError] = (0,
|
|
403167
|
-
const [historyRemountKey, setHistoryRemountKey] = (0,
|
|
403168
|
-
const [updateInfo, setUpdateInfo] = (0,
|
|
403169
|
-
const [isTrustedFolder, setIsTrustedFolder] = (0,
|
|
402970
|
+
const [shellModeActive, setShellModeActive] = (0, import_react133.useState)(false);
|
|
402971
|
+
const [modelSwitchedFromQuotaError, setModelSwitchedFromQuotaError] = (0, import_react133.useState)(false);
|
|
402972
|
+
const [historyRemountKey, setHistoryRemountKey] = (0, import_react133.useState)(0);
|
|
402973
|
+
const [updateInfo, setUpdateInfo] = (0, import_react133.useState)(null);
|
|
402974
|
+
const [isTrustedFolder, setIsTrustedFolder] = (0, import_react133.useState)(
|
|
403170
402975
|
config2.isTrustedFolder()
|
|
403171
402976
|
);
|
|
403172
402977
|
const extensions = config2.getExtensions();
|
|
@@ -403181,38 +402986,38 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403181
402986
|
historyManager.addItem,
|
|
403182
402987
|
config2.getWorkingDir()
|
|
403183
402988
|
);
|
|
403184
|
-
const [isPermissionsDialogOpen, setPermissionsDialogOpen] = (0,
|
|
403185
|
-
const openPermissionsDialog = (0,
|
|
402989
|
+
const [isPermissionsDialogOpen, setPermissionsDialogOpen] = (0, import_react133.useState)(false);
|
|
402990
|
+
const openPermissionsDialog = (0, import_react133.useCallback)(
|
|
403186
402991
|
() => setPermissionsDialogOpen(true),
|
|
403187
402992
|
[]
|
|
403188
402993
|
);
|
|
403189
|
-
const closePermissionsDialog = (0,
|
|
402994
|
+
const closePermissionsDialog = (0, import_react133.useCallback)(
|
|
403190
402995
|
() => setPermissionsDialogOpen(false),
|
|
403191
402996
|
[]
|
|
403192
402997
|
);
|
|
403193
|
-
const getEffectiveModel2 = (0,
|
|
402998
|
+
const getEffectiveModel2 = (0, import_react133.useCallback)(() => {
|
|
403194
402999
|
if (config2.isInFallbackMode()) {
|
|
403195
403000
|
return DEFAULT_GEMINI_FLASH_MODEL;
|
|
403196
403001
|
}
|
|
403197
403002
|
return config2.getModel();
|
|
403198
403003
|
}, [config2]);
|
|
403199
|
-
const [currentModel, setCurrentModel] = (0,
|
|
403200
|
-
const [userTier] = (0,
|
|
403201
|
-
const [isConfigInitialized, setConfigInitialized] = (0,
|
|
403202
|
-
const [userMessages, setUserMessages] = (0,
|
|
403004
|
+
const [currentModel, setCurrentModel] = (0, import_react133.useState)(getEffectiveModel2());
|
|
403005
|
+
const [userTier] = (0, import_react133.useState)(void 0);
|
|
403006
|
+
const [isConfigInitialized, setConfigInitialized] = (0, import_react133.useState)(false);
|
|
403007
|
+
const [userMessages, setUserMessages] = (0, import_react133.useState)([]);
|
|
403203
403008
|
const { columns: terminalWidth, rows: terminalHeight } = useTerminalSize();
|
|
403204
403009
|
const { stdin, setRawMode } = use_stdin_default();
|
|
403205
403010
|
const { stdout } = use_stdout_default();
|
|
403206
403011
|
const { stats: sessionStats } = useSessionStats();
|
|
403207
403012
|
const logger6 = useLogger(config2.storage, sessionStats.sessionId);
|
|
403208
403013
|
const branchName = useGitBranchName(config2.getTargetDir());
|
|
403209
|
-
const mainControlsRef = (0,
|
|
403210
|
-
const originalTitleRef = (0,
|
|
403014
|
+
const mainControlsRef = (0, import_react133.useRef)(null);
|
|
403015
|
+
const originalTitleRef = (0, import_react133.useRef)(
|
|
403211
403016
|
computeWindowTitle(basename18(config2.getTargetDir()))
|
|
403212
403017
|
);
|
|
403213
|
-
const lastTitleRef = (0,
|
|
403018
|
+
const lastTitleRef = (0, import_react133.useRef)(null);
|
|
403214
403019
|
const staticExtraHeight = 3;
|
|
403215
|
-
(0,
|
|
403020
|
+
(0, import_react133.useEffect)(() => {
|
|
403216
403021
|
(async () => {
|
|
403217
403022
|
await config2.initialize();
|
|
403218
403023
|
setConfigInitialized(true);
|
|
@@ -403230,11 +403035,11 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403230
403035
|
await ideClient.disconnect();
|
|
403231
403036
|
});
|
|
403232
403037
|
}, [config2]);
|
|
403233
|
-
(0,
|
|
403038
|
+
(0, import_react133.useEffect)(
|
|
403234
403039
|
() => setUpdateHandler(historyManager.addItem, setUpdateInfo),
|
|
403235
403040
|
[historyManager.addItem]
|
|
403236
403041
|
);
|
|
403237
|
-
(0,
|
|
403042
|
+
(0, import_react133.useEffect)(() => {
|
|
403238
403043
|
const checkModelChange = /* @__PURE__ */ __name(() => {
|
|
403239
403044
|
const effectiveModel = getEffectiveModel2();
|
|
403240
403045
|
if (effectiveModel !== currentModel) {
|
|
@@ -403250,7 +403055,7 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403250
403055
|
handleNewMessage,
|
|
403251
403056
|
clearConsoleMessages: clearConsoleMessagesState
|
|
403252
403057
|
} = useConsoleMessages();
|
|
403253
|
-
(0,
|
|
403058
|
+
(0, import_react133.useEffect)(() => {
|
|
403254
403059
|
const consolePatcher = new ConsolePatcher({
|
|
403255
403060
|
onNewMessage: handleNewMessage,
|
|
403256
403061
|
debugMode: config2.getDebugMode()
|
|
@@ -403258,13 +403063,13 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403258
403063
|
consolePatcher.patch();
|
|
403259
403064
|
registerCleanup(consolePatcher.cleanup);
|
|
403260
403065
|
}, [handleNewMessage, config2]);
|
|
403261
|
-
const { inputWidth, suggestionsWidth } = (0,
|
|
403066
|
+
const { inputWidth, suggestionsWidth } = (0, import_react133.useMemo)(() => {
|
|
403262
403067
|
const { inputWidth: inputWidth2, suggestionsWidth: suggestionsWidth2 } = calculatePromptWidths(terminalWidth);
|
|
403263
403068
|
return { inputWidth: inputWidth2, suggestionsWidth: suggestionsWidth2 };
|
|
403264
403069
|
}, [terminalWidth]);
|
|
403265
403070
|
const mainAreaWidth = Math.floor(terminalWidth * 0.9);
|
|
403266
403071
|
const staticAreaMaxItemHeight = Math.max(terminalHeight * 4, 100);
|
|
403267
|
-
const isValidPath = (0,
|
|
403072
|
+
const isValidPath = (0, import_react133.useCallback)((filePath) => {
|
|
403268
403073
|
try {
|
|
403269
403074
|
return fs107.existsSync(filePath) && fs107.statSync(filePath).isFile();
|
|
403270
403075
|
} catch (_e) {
|
|
@@ -403279,7 +403084,7 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403279
403084
|
isValidPath,
|
|
403280
403085
|
shellModeActive
|
|
403281
403086
|
});
|
|
403282
|
-
(0,
|
|
403087
|
+
(0, import_react133.useEffect)(() => {
|
|
403283
403088
|
const fetchUserMessages = /* @__PURE__ */ __name(async () => {
|
|
403284
403089
|
const pastMessagesRaw = await logger6?.getPreviousUserMessages() || [];
|
|
403285
403090
|
const currentSessionUserMessages = historyManager.history.filter(
|
|
@@ -403302,7 +403107,7 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403302
403107
|
}, "fetchUserMessages");
|
|
403303
403108
|
fetchUserMessages();
|
|
403304
403109
|
}, [historyManager.history, logger6]);
|
|
403305
|
-
const refreshStatic = (0,
|
|
403110
|
+
const refreshStatic = (0, import_react133.useCallback)(() => {
|
|
403306
403111
|
stdout.write(base_exports.clearTerminal);
|
|
403307
403112
|
setHistoryRemountKey((prev) => prev + 1);
|
|
403308
403113
|
}, [setHistoryRemountKey, stdout]);
|
|
@@ -403334,7 +403139,7 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403334
403139
|
openAuthDialog,
|
|
403335
403140
|
cancelAuthentication
|
|
403336
403141
|
} = useAuthCommand(settings, config2, historyManager.addItem);
|
|
403337
|
-
(0,
|
|
403142
|
+
(0, import_react133.useEffect)(() => {
|
|
403338
403143
|
if (!shouldTriggerAutoSSOAuth(settings)) {
|
|
403339
403144
|
return;
|
|
403340
403145
|
}
|
|
@@ -403513,17 +403318,17 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403513
403318
|
setAuthState,
|
|
403514
403319
|
setModelSwitchedFromQuotaError
|
|
403515
403320
|
});
|
|
403516
|
-
const handleQwenAuthTimeout = (0,
|
|
403321
|
+
const handleQwenAuthTimeout = (0, import_react133.useCallback)(() => {
|
|
403517
403322
|
onAuthError("Qwen OAuth authentication timed out. Please try again.");
|
|
403518
403323
|
cancelAuthentication();
|
|
403519
403324
|
setAuthState("updating" /* Updating */);
|
|
403520
403325
|
}, [onAuthError, cancelAuthentication, setAuthState]);
|
|
403521
|
-
const handleQwenAuthCancel = (0,
|
|
403326
|
+
const handleQwenAuthCancel = (0, import_react133.useCallback)(() => {
|
|
403522
403327
|
onAuthError("Qwen OAuth authentication cancelled.");
|
|
403523
403328
|
cancelAuthentication();
|
|
403524
403329
|
setAuthState("updating" /* Updating */);
|
|
403525
403330
|
}, [onAuthError, cancelAuthentication, setAuthState]);
|
|
403526
|
-
(0,
|
|
403331
|
+
(0, import_react133.useEffect)(() => {
|
|
403527
403332
|
if (settings.merged.security?.auth?.enforcedType && settings.merged.security?.auth.selectedType && settings.merged.security?.auth.enforcedType !== settings.merged.security?.auth.selectedType) {
|
|
403528
403333
|
onAuthError(
|
|
403529
403334
|
t3(
|
|
@@ -403548,7 +403353,7 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403548
403353
|
settings.merged.security?.auth?.useExternal,
|
|
403549
403354
|
onAuthError
|
|
403550
403355
|
]);
|
|
403551
|
-
const [editorError, setEditorError] = (0,
|
|
403356
|
+
const [editorError, setEditorError] = (0, import_react133.useState)(null);
|
|
403552
403357
|
const {
|
|
403553
403358
|
isEditorDialogOpen,
|
|
403554
403359
|
openEditorDialog,
|
|
@@ -403564,7 +403369,6 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403564
403369
|
onWorkspaceMigrationDialogClose
|
|
403565
403370
|
} = useWorkspaceMigration(settings);
|
|
403566
403371
|
const { toggleVimEnabled } = useVimMode();
|
|
403567
|
-
const { showQuitConfirmation } = useQuitConfirmation();
|
|
403568
403372
|
const {
|
|
403569
403373
|
isSubagentCreateDialogOpen,
|
|
403570
403374
|
openSubagentCreateDialog,
|
|
@@ -403575,9 +403379,9 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403575
403379
|
openAgentsManagerDialog,
|
|
403576
403380
|
closeAgentsManagerDialog
|
|
403577
403381
|
} = useAgentsManagerDialog();
|
|
403578
|
-
const [isVisionSwitchDialogOpen, setIsVisionSwitchDialogOpen] = (0,
|
|
403579
|
-
const [visionSwitchResolver, setVisionSwitchResolver] = (0,
|
|
403580
|
-
const slashCommandActions = (0,
|
|
403382
|
+
const [isVisionSwitchDialogOpen, setIsVisionSwitchDialogOpen] = (0, import_react133.useState)(false);
|
|
403383
|
+
const [visionSwitchResolver, setVisionSwitchResolver] = (0, import_react133.useState)(null);
|
|
403384
|
+
const slashCommandActions = (0, import_react133.useMemo)(
|
|
403581
403385
|
() => ({
|
|
403582
403386
|
openAuthDialog,
|
|
403583
403387
|
openThemeDialog,
|
|
@@ -403598,8 +403402,7 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403598
403402
|
dispatchExtensionStateUpdate,
|
|
403599
403403
|
addConfirmUpdateExtensionRequest,
|
|
403600
403404
|
openSubagentCreateDialog,
|
|
403601
|
-
openAgentsManagerDialog
|
|
403602
|
-
_showQuitConfirmation: showQuitConfirmation
|
|
403405
|
+
openAgentsManagerDialog
|
|
403603
403406
|
}),
|
|
403604
403407
|
[
|
|
403605
403408
|
openAuthDialog,
|
|
@@ -403613,7 +403416,6 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403613
403416
|
openPermissionsDialog,
|
|
403614
403417
|
openApprovalModeDialog,
|
|
403615
403418
|
addConfirmUpdateExtensionRequest,
|
|
403616
|
-
showQuitConfirmation,
|
|
403617
403419
|
openSubagentCreateDialog,
|
|
403618
403420
|
openAgentsManagerDialog
|
|
403619
403421
|
]
|
|
@@ -403625,7 +403427,6 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403625
403427
|
commandContext,
|
|
403626
403428
|
shellConfirmationRequest,
|
|
403627
403429
|
confirmationRequest,
|
|
403628
|
-
quitConfirmationRequest,
|
|
403629
403430
|
reloadCommands
|
|
403630
403431
|
} = useSlashCommandProcessor(
|
|
403631
403432
|
config2,
|
|
@@ -403647,14 +403448,14 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403647
403448
|
debug: config2.getDebugMode(),
|
|
403648
403449
|
sessionId: config2.getSessionId()
|
|
403649
403450
|
});
|
|
403650
|
-
const handleVisionSwitchRequired = (0,
|
|
403451
|
+
const handleVisionSwitchRequired = (0, import_react133.useCallback)(
|
|
403651
403452
|
async (_query) => new Promise((resolve26, reject) => {
|
|
403652
403453
|
setVisionSwitchResolver({ resolve: resolve26, reject });
|
|
403653
403454
|
setIsVisionSwitchDialogOpen(true);
|
|
403654
403455
|
}),
|
|
403655
403456
|
[]
|
|
403656
403457
|
);
|
|
403657
|
-
const handleVisionSwitchSelect = (0,
|
|
403458
|
+
const handleVisionSwitchSelect = (0, import_react133.useCallback)(
|
|
403658
403459
|
(outcome) => {
|
|
403659
403460
|
setIsVisionSwitchDialogOpen(false);
|
|
403660
403461
|
if (visionSwitchResolver) {
|
|
@@ -403665,10 +403466,10 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403665
403466
|
},
|
|
403666
403467
|
[visionSwitchResolver]
|
|
403667
403468
|
);
|
|
403668
|
-
const onDebugMessage = (0,
|
|
403469
|
+
const onDebugMessage = (0, import_react133.useCallback)((message) => {
|
|
403669
403470
|
console.debug(message);
|
|
403670
403471
|
}, []);
|
|
403671
|
-
const performMemoryRefresh = (0,
|
|
403472
|
+
const performMemoryRefresh = (0, import_react133.useCallback)(async () => {
|
|
403672
403473
|
historyManager.addItem(
|
|
403673
403474
|
{
|
|
403674
403475
|
type: "info" /* INFO */,
|
|
@@ -403719,7 +403520,7 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403719
403520
|
console.error("Error refreshing memory:", error2);
|
|
403720
403521
|
}
|
|
403721
403522
|
}, [config2, historyManager, settings.merged]);
|
|
403722
|
-
const cancelHandlerRef = (0,
|
|
403523
|
+
const cancelHandlerRef = (0, import_react133.useRef)(() => {
|
|
403723
403524
|
});
|
|
403724
403525
|
const {
|
|
403725
403526
|
streamingState,
|
|
@@ -403766,7 +403567,7 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403766
403567
|
streamingState,
|
|
403767
403568
|
submitQuery
|
|
403768
403569
|
});
|
|
403769
|
-
const handleFinalSubmit = (0,
|
|
403570
|
+
const handleFinalSubmit = (0, import_react133.useCallback)(
|
|
403770
403571
|
(submittedValue) => {
|
|
403771
403572
|
addMessage(submittedValue);
|
|
403772
403573
|
},
|
|
@@ -403779,7 +403580,7 @@ var AppContainer = /* @__PURE__ */ __name((props) => {
|
|
|
403779
403580
|
handleWelcomeBackSelection,
|
|
403780
403581
|
handleWelcomeBackClose
|
|
403781
403582
|
} = useWelcomeBack(config2, handleFinalSubmit, buffer, settings.merged);
|
|
403782
|
-
cancelHandlerRef.current = (0,
|
|
403583
|
+
cancelHandlerRef.current = (0, import_react133.useCallback)(() => {
|
|
403783
403584
|
const pendingHistoryItems2 = [
|
|
403784
403585
|
...pendingSlashCommandHistoryItems,
|
|
403785
403586
|
...pendingGeminiHistoryItems
|
|
@@ -403808,7 +403609,7 @@ ${queuedText}` : queuedText;
|
|
|
403808
403609
|
pendingSlashCommandHistoryItems,
|
|
403809
403610
|
pendingGeminiHistoryItems
|
|
403810
403611
|
]);
|
|
403811
|
-
const handleClearScreen = (0,
|
|
403612
|
+
const handleClearScreen = (0, import_react133.useCallback)(() => {
|
|
403812
403613
|
historyManager.clearItems();
|
|
403813
403614
|
clearConsoleMessagesState();
|
|
403814
403615
|
console.clear();
|
|
@@ -403816,8 +403617,8 @@ ${queuedText}` : queuedText;
|
|
|
403816
403617
|
}, [historyManager, clearConsoleMessagesState, refreshStatic]);
|
|
403817
403618
|
const { handleInput: vimHandleInput } = useVim(buffer, handleFinalSubmit);
|
|
403818
403619
|
const isInputActive = !initError && !isProcessing && (streamingState === "idle" /* Idle */ || streamingState === "responding" /* Responding */) && !proQuotaRequest;
|
|
403819
|
-
const [controlsHeight, setControlsHeight] = (0,
|
|
403820
|
-
(0,
|
|
403620
|
+
const [controlsHeight, setControlsHeight] = (0, import_react133.useState)(0);
|
|
403621
|
+
(0, import_react133.useLayoutEffect)(() => {
|
|
403821
403622
|
if (mainControlsRef.current) {
|
|
403822
403623
|
const fullFooterMeasurement = measure_element_default(mainControlsRef.current);
|
|
403823
403624
|
if (fullFooterMeasurement.height > 0) {
|
|
@@ -403840,14 +403641,14 @@ ${queuedText}` : queuedText;
|
|
|
403840
403641
|
});
|
|
403841
403642
|
const isFocused = useFocus();
|
|
403842
403643
|
useBracketedPaste();
|
|
403843
|
-
const contextFileNames = (0,
|
|
403644
|
+
const contextFileNames = (0, import_react133.useMemo)(() => {
|
|
403844
403645
|
const fromSettings = settings.merged.context?.fileName;
|
|
403845
403646
|
return fromSettings ? Array.isArray(fromSettings) ? fromSettings : [fromSettings] : getAllGeminiMdFilenames();
|
|
403846
403647
|
}, [settings.merged.context?.fileName]);
|
|
403847
|
-
const initialPrompt = (0,
|
|
403848
|
-
const initialPromptSubmitted = (0,
|
|
403648
|
+
const initialPrompt = (0, import_react133.useMemo)(() => config2.getQuestion(), [config2]);
|
|
403649
|
+
const initialPromptSubmitted = (0, import_react133.useRef)(false);
|
|
403849
403650
|
const geminiClient = config2.getGeminiClient();
|
|
403850
|
-
(0,
|
|
403651
|
+
(0, import_react133.useEffect)(() => {
|
|
403851
403652
|
if (activePtyId) {
|
|
403852
403653
|
ShellExecutionService.resizePty(
|
|
403853
403654
|
activePtyId,
|
|
@@ -403856,7 +403657,7 @@ ${queuedText}` : queuedText;
|
|
|
403856
403657
|
);
|
|
403857
403658
|
}
|
|
403858
403659
|
}, [terminalWidth, availableTerminalHeight, activePtyId]);
|
|
403859
|
-
(0,
|
|
403660
|
+
(0, import_react133.useEffect)(() => {
|
|
403860
403661
|
if (initialPrompt && isConfigInitialized && !initialPromptSubmitted.current && !isAuthenticating && !isAuthDialogOpen && !isThemeDialogOpen && !isEditorDialogOpen && !showWelcomeBackDialog && !isVisionSwitchDialogOpen && welcomeBackChoice !== "restart" && geminiClient?.isInitialized?.()) {
|
|
403861
403662
|
handleFinalSubmit(initialPrompt);
|
|
403862
403663
|
initialPromptSubmitted.current = true;
|
|
@@ -403874,9 +403675,9 @@ ${queuedText}` : queuedText;
|
|
|
403874
403675
|
welcomeBackChoice,
|
|
403875
403676
|
geminiClient
|
|
403876
403677
|
]);
|
|
403877
|
-
const [idePromptAnswered, setIdePromptAnswered] = (0,
|
|
403878
|
-
const [currentIDE, setCurrentIDE] = (0,
|
|
403879
|
-
(0,
|
|
403678
|
+
const [idePromptAnswered, setIdePromptAnswered] = (0, import_react133.useState)(false);
|
|
403679
|
+
const [currentIDE, setCurrentIDE] = (0, import_react133.useState)(null);
|
|
403680
|
+
(0, import_react133.useEffect)(() => {
|
|
403880
403681
|
const getIde = /* @__PURE__ */ __name(async () => {
|
|
403881
403682
|
const ideClient = await IdeClient.getInstance();
|
|
403882
403683
|
const currentIde = ideClient.getCurrentIde();
|
|
@@ -403887,28 +403688,28 @@ ${queuedText}` : queuedText;
|
|
|
403887
403688
|
const shouldShowIdePrompt = Boolean(
|
|
403888
403689
|
currentIDE && !config2.getIdeMode() && !settings.merged.ide?.hasSeenNudge && !idePromptAnswered
|
|
403889
403690
|
);
|
|
403890
|
-
const [showErrorDetails, setShowErrorDetails] = (0,
|
|
403891
|
-
const [showToolDescriptions, setShowToolDescriptions] = (0,
|
|
403892
|
-
const [ctrlCPressedOnce, setCtrlCPressedOnce] = (0,
|
|
403893
|
-
const ctrlCTimerRef = (0,
|
|
403894
|
-
const [ctrlDPressedOnce, setCtrlDPressedOnce] = (0,
|
|
403895
|
-
const ctrlDTimerRef = (0,
|
|
403896
|
-
const [constrainHeight, setConstrainHeight] = (0,
|
|
403897
|
-
const [ideContextState, setIdeContextState] = (0,
|
|
403898
|
-
const [showEscapePrompt, setShowEscapePrompt] = (0,
|
|
403899
|
-
const [showIdeRestartPrompt, setShowIdeRestartPrompt] = (0,
|
|
403691
|
+
const [showErrorDetails, setShowErrorDetails] = (0, import_react133.useState)(false);
|
|
403692
|
+
const [showToolDescriptions, setShowToolDescriptions] = (0, import_react133.useState)(false);
|
|
403693
|
+
const [ctrlCPressedOnce, setCtrlCPressedOnce] = (0, import_react133.useState)(false);
|
|
403694
|
+
const ctrlCTimerRef = (0, import_react133.useRef)(null);
|
|
403695
|
+
const [ctrlDPressedOnce, setCtrlDPressedOnce] = (0, import_react133.useState)(false);
|
|
403696
|
+
const ctrlDTimerRef = (0, import_react133.useRef)(null);
|
|
403697
|
+
const [constrainHeight, setConstrainHeight] = (0, import_react133.useState)(true);
|
|
403698
|
+
const [ideContextState, setIdeContextState] = (0, import_react133.useState)();
|
|
403699
|
+
const [showEscapePrompt, setShowEscapePrompt] = (0, import_react133.useState)(false);
|
|
403700
|
+
const [showIdeRestartPrompt, setShowIdeRestartPrompt] = (0, import_react133.useState)(false);
|
|
403900
403701
|
const { isFolderTrustDialogOpen, handleFolderTrustSelect, isRestarting } = useFolderTrust(settings, setIsTrustedFolder);
|
|
403901
403702
|
const {
|
|
403902
403703
|
needsRestart: ideNeedsRestart,
|
|
403903
403704
|
restartReason: ideTrustRestartReason
|
|
403904
403705
|
} = useIdeTrustListener();
|
|
403905
|
-
const isInitialMount = (0,
|
|
403906
|
-
(0,
|
|
403706
|
+
const isInitialMount = (0, import_react133.useRef)(true);
|
|
403707
|
+
(0, import_react133.useEffect)(() => {
|
|
403907
403708
|
if (ideNeedsRestart) {
|
|
403908
403709
|
setShowIdeRestartPrompt(true);
|
|
403909
403710
|
}
|
|
403910
403711
|
}, [ideNeedsRestart]);
|
|
403911
|
-
(0,
|
|
403712
|
+
(0, import_react133.useEffect)(() => {
|
|
403912
403713
|
if (isInitialMount.current) {
|
|
403913
403714
|
isInitialMount.current = false;
|
|
403914
403715
|
return;
|
|
@@ -403920,12 +403721,12 @@ ${queuedText}` : queuedText;
|
|
|
403920
403721
|
clearTimeout(handler);
|
|
403921
403722
|
};
|
|
403922
403723
|
}, [terminalWidth, refreshStatic]);
|
|
403923
|
-
(0,
|
|
403724
|
+
(0, import_react133.useEffect)(() => {
|
|
403924
403725
|
const unsubscribe = ideContextStore.subscribe(setIdeContextState);
|
|
403925
403726
|
setIdeContextState(ideContextStore.get());
|
|
403926
403727
|
return unsubscribe;
|
|
403927
403728
|
}, []);
|
|
403928
|
-
(0,
|
|
403729
|
+
(0, import_react133.useEffect)(() => {
|
|
403929
403730
|
const openDebugConsole = /* @__PURE__ */ __name(() => {
|
|
403930
403731
|
setShowErrorDetails(true);
|
|
403931
403732
|
setConstrainHeight(false);
|
|
@@ -403944,10 +403745,10 @@ ${queuedText}` : queuedText;
|
|
|
403944
403745
|
appEvents.off("log-error" /* LogError */, logErrorHandler);
|
|
403945
403746
|
};
|
|
403946
403747
|
}, [handleNewMessage]);
|
|
403947
|
-
const handleEscapePromptChange = (0,
|
|
403748
|
+
const handleEscapePromptChange = (0, import_react133.useCallback)((showPrompt) => {
|
|
403948
403749
|
setShowEscapePrompt(showPrompt);
|
|
403949
403750
|
}, []);
|
|
403950
|
-
const handleIdePromptComplete = (0,
|
|
403751
|
+
const handleIdePromptComplete = (0, import_react133.useCallback)(
|
|
403951
403752
|
(result) => {
|
|
403952
403753
|
if (result.userSelection === "yes") {
|
|
403953
403754
|
handleSlashCommand2("/ide install");
|
|
@@ -403982,10 +403783,9 @@ ${queuedText}` : queuedText;
|
|
|
403982
403783
|
closeSettingsDialog,
|
|
403983
403784
|
isFolderTrustDialogOpen,
|
|
403984
403785
|
showWelcomeBackDialog,
|
|
403985
|
-
handleWelcomeBackClose
|
|
403986
|
-
quitConfirmationRequest
|
|
403786
|
+
handleWelcomeBackClose
|
|
403987
403787
|
});
|
|
403988
|
-
const handleExit = (0,
|
|
403788
|
+
const handleExit = (0, import_react133.useCallback)(
|
|
403989
403789
|
(pressedOnce, setPressedOnce, timerRef) => {
|
|
403990
403790
|
if (pressedOnce) {
|
|
403991
403791
|
if (timerRef.current) {
|
|
@@ -403994,10 +403794,6 @@ ${queuedText}` : queuedText;
|
|
|
403994
403794
|
handleSlashCommand2("/quit");
|
|
403995
403795
|
return;
|
|
403996
403796
|
}
|
|
403997
|
-
if (quitConfirmationRequest) {
|
|
403998
|
-
handleSlashCommand2("/quit");
|
|
403999
|
-
return;
|
|
404000
|
-
}
|
|
404001
403797
|
if (isAuthDialogOpen) {
|
|
404002
403798
|
setPressedOnce(true);
|
|
404003
403799
|
timerRef.current = setTimeout(() => {
|
|
@@ -404016,7 +403812,10 @@ ${queuedText}` : queuedText;
|
|
|
404016
403812
|
buffer.setText("");
|
|
404017
403813
|
return;
|
|
404018
403814
|
}
|
|
404019
|
-
|
|
403815
|
+
setPressedOnce(true);
|
|
403816
|
+
timerRef.current = setTimeout(() => {
|
|
403817
|
+
setPressedOnce(false);
|
|
403818
|
+
}, CTRL_EXIT_PROMPT_DURATION_MS);
|
|
404020
403819
|
},
|
|
404021
403820
|
[
|
|
404022
403821
|
isAuthDialogOpen,
|
|
@@ -404024,11 +403823,10 @@ ${queuedText}` : queuedText;
|
|
|
404024
403823
|
closeAnyOpenDialog,
|
|
404025
403824
|
streamingState,
|
|
404026
403825
|
cancelOngoingRequest,
|
|
404027
|
-
quitConfirmationRequest,
|
|
404028
403826
|
buffer
|
|
404029
403827
|
]
|
|
404030
403828
|
);
|
|
404031
|
-
const handleGlobalKeypress = (0,
|
|
403829
|
+
const handleGlobalKeypress = (0, import_react133.useCallback)(
|
|
404032
403830
|
(key) => {
|
|
404033
403831
|
if (settings.merged.general?.debugKeystrokeLogging) {
|
|
404034
403832
|
console.log("[DEBUG] Keystroke:", JSON.stringify(key));
|
|
@@ -404101,7 +403899,7 @@ ${queuedText}` : queuedText;
|
|
|
404101
403899
|
]
|
|
404102
403900
|
);
|
|
404103
403901
|
useKeypress(handleGlobalKeypress, { isActive: true });
|
|
404104
|
-
(0,
|
|
403902
|
+
(0, import_react133.useEffect)(() => {
|
|
404105
403903
|
if (!settings.merged.ui?.showStatusInTitle || settings.merged.ui?.hideWindowTitle)
|
|
404106
403904
|
return;
|
|
404107
403905
|
let title;
|
|
@@ -404123,23 +403921,23 @@ ${queuedText}` : queuedText;
|
|
|
404123
403921
|
settings.merged.ui?.hideWindowTitle,
|
|
404124
403922
|
stdout
|
|
404125
403923
|
]);
|
|
404126
|
-
const filteredConsoleMessages = (0,
|
|
403924
|
+
const filteredConsoleMessages = (0, import_react133.useMemo)(() => {
|
|
404127
403925
|
if (config2.getDebugMode()) {
|
|
404128
403926
|
return consoleMessages;
|
|
404129
403927
|
}
|
|
404130
403928
|
return consoleMessages.filter((msg) => msg.type !== "debug");
|
|
404131
403929
|
}, [consoleMessages, config2]);
|
|
404132
|
-
const errorCount = (0,
|
|
403930
|
+
const errorCount = (0, import_react133.useMemo)(
|
|
404133
403931
|
() => filteredConsoleMessages.filter((msg) => msg.type === "error").reduce((total, msg) => total + msg.count, 0),
|
|
404134
403932
|
[filteredConsoleMessages]
|
|
404135
403933
|
);
|
|
404136
403934
|
const nightly = props.version.includes("nightly");
|
|
404137
|
-
const dialogsVisible = showWelcomeBackDialog || showWorkspaceMigrationDialog || shouldShowIdePrompt || isFolderTrustDialogOpen || !!shellConfirmationRequest || !!confirmationRequest || confirmUpdateExtensionRequests.length > 0 || !!loopDetectionConfirmationRequest ||
|
|
404138
|
-
const pendingHistoryItems = (0,
|
|
403935
|
+
const dialogsVisible = showWelcomeBackDialog || showWorkspaceMigrationDialog || shouldShowIdePrompt || isFolderTrustDialogOpen || !!shellConfirmationRequest || !!confirmationRequest || confirmUpdateExtensionRequests.length > 0 || !!loopDetectionConfirmationRequest || isThemeDialogOpen || isSettingsDialogOpen || isModelDialogOpen || isVisionSwitchDialogOpen || isPermissionsDialogOpen || isAuthDialogOpen || isAuthenticating && isQwenAuthenticating || isEditorDialogOpen || showIdeRestartPrompt || !!proQuotaRequest || isSubagentCreateDialogOpen || isAgentsManagerDialogOpen || isApprovalModeDialogOpen;
|
|
403936
|
+
const pendingHistoryItems = (0, import_react133.useMemo)(
|
|
404139
403937
|
() => [...pendingSlashCommandHistoryItems, ...pendingGeminiHistoryItems],
|
|
404140
403938
|
[pendingSlashCommandHistoryItems, pendingGeminiHistoryItems]
|
|
404141
403939
|
);
|
|
404142
|
-
const uiState = (0,
|
|
403940
|
+
const uiState = (0, import_react133.useMemo)(
|
|
404143
403941
|
() => ({
|
|
404144
403942
|
history: historyManager.history,
|
|
404145
403943
|
historyManager,
|
|
@@ -404173,7 +403971,6 @@ ${queuedText}` : queuedText;
|
|
|
404173
403971
|
confirmationRequest,
|
|
404174
403972
|
confirmUpdateExtensionRequests,
|
|
404175
403973
|
loopDetectionConfirmationRequest,
|
|
404176
|
-
quitConfirmationRequest,
|
|
404177
403974
|
geminiMdFileCount,
|
|
404178
403975
|
streamingState,
|
|
404179
403976
|
initError,
|
|
@@ -404270,7 +404067,6 @@ ${queuedText}` : queuedText;
|
|
|
404270
404067
|
confirmationRequest,
|
|
404271
404068
|
confirmUpdateExtensionRequests,
|
|
404272
404069
|
loopDetectionConfirmationRequest,
|
|
404273
|
-
quitConfirmationRequest,
|
|
404274
404070
|
geminiMdFileCount,
|
|
404275
404071
|
streamingState,
|
|
404276
404072
|
initError,
|
|
@@ -404338,7 +404134,7 @@ ${queuedText}` : queuedText;
|
|
|
404338
404134
|
isAgentsManagerDialogOpen
|
|
404339
404135
|
]
|
|
404340
404136
|
);
|
|
404341
|
-
const uiActions = (0,
|
|
404137
|
+
const uiActions = (0, import_react133.useMemo)(
|
|
404342
404138
|
() => ({
|
|
404343
404139
|
handleThemeSelect,
|
|
404344
404140
|
handleThemeHighlight,
|
|
@@ -404413,31 +404209,31 @@ ${queuedText}` : queuedText;
|
|
|
404413
404209
|
]
|
|
404414
404210
|
);
|
|
404415
404211
|
if (pendingAuthType === "xhs-sso" /* XHS_SSO */ && isAuthenticating) {
|
|
404416
|
-
return /* @__PURE__ */ (0,
|
|
404417
|
-
/* @__PURE__ */ (0,
|
|
404418
|
-
/* @__PURE__ */ (0,
|
|
404212
|
+
return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(Box_default, { flexDirection: "column", alignItems: "center", justifyContent: "center", children: [
|
|
404213
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsx)(Text3, { color: "cyan", children: "\u6B63\u5728\u8FDB\u884C\u5C0F\u7EA2\u4E66 SSO \u8BA4\u8BC1..." }),
|
|
404214
|
+
/* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(Text3, { color: "gray", dimColor: true, children: [
|
|
404419
404215
|
" ",
|
|
404420
404216
|
"\u8BF7\u5728\u6D4F\u89C8\u5668\u4E2D\u5B8C\u6210\u8BA4\u8BC1"
|
|
404421
404217
|
] })
|
|
404422
404218
|
] });
|
|
404423
404219
|
}
|
|
404424
|
-
return /* @__PURE__ */ (0,
|
|
404220
|
+
return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(UIStateContext.Provider, { value: uiState, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(UIActionsContext.Provider, { value: uiActions, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(ConfigContext.Provider, { value: config2, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
404425
404221
|
AppContext2.Provider,
|
|
404426
404222
|
{
|
|
404427
404223
|
value: {
|
|
404428
404224
|
version: props.version,
|
|
404429
404225
|
startupWarnings: props.startupWarnings || []
|
|
404430
404226
|
},
|
|
404431
|
-
children: /* @__PURE__ */ (0,
|
|
404227
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(ShellFocusContext.Provider, { value: isFocused, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(App2, {}) })
|
|
404432
404228
|
}
|
|
404433
404229
|
) }) }) });
|
|
404434
404230
|
}, "AppContainer");
|
|
404435
404231
|
|
|
404436
404232
|
// packages/cli/src/ui/hooks/useKittyKeyboardProtocol.ts
|
|
404437
404233
|
init_esbuild_shims();
|
|
404438
|
-
var
|
|
404234
|
+
var import_react134 = __toESM(require_react(), 1);
|
|
404439
404235
|
function useKittyKeyboardProtocol() {
|
|
404440
|
-
const [status] = (0,
|
|
404236
|
+
const [status] = (0, import_react134.useState)({
|
|
404441
404237
|
supported: isKittyProtocolSupported(),
|
|
404442
404238
|
enabled: isKittyProtocolEnabled(),
|
|
404443
404239
|
checking: false
|
|
@@ -405463,9 +405259,9 @@ __name(validateNonInteractiveAuth, "validateNonInteractiveAuth");
|
|
|
405463
405259
|
|
|
405464
405260
|
// packages/cli/src/ui/components/ResumeSessionPicker.tsx
|
|
405465
405261
|
init_esbuild_shims();
|
|
405466
|
-
var
|
|
405262
|
+
var import_react135 = __toESM(require_react(), 1);
|
|
405467
405263
|
init_core4();
|
|
405468
|
-
var
|
|
405264
|
+
var import_jsx_runtime107 = __toESM(require_jsx_runtime(), 1);
|
|
405469
405265
|
var PAGE_SIZE = 20;
|
|
405470
405266
|
function truncateText(text, maxWidth) {
|
|
405471
405267
|
if (text.length <= maxWidth) return text;
|
|
@@ -405480,20 +405276,20 @@ function SessionPicker({
|
|
|
405480
405276
|
onCancel
|
|
405481
405277
|
}) {
|
|
405482
405278
|
const { exit } = use_app_default();
|
|
405483
|
-
const [selectedIndex, setSelectedIndex] = (0,
|
|
405484
|
-
const [sessionState, setSessionState] = (0,
|
|
405279
|
+
const [selectedIndex, setSelectedIndex] = (0, import_react135.useState)(0);
|
|
405280
|
+
const [sessionState, setSessionState] = (0, import_react135.useState)({
|
|
405485
405281
|
sessions: [],
|
|
405486
405282
|
hasMore: true,
|
|
405487
405283
|
nextCursor: void 0
|
|
405488
405284
|
});
|
|
405489
|
-
const isLoadingMoreRef = (0,
|
|
405490
|
-
const [filterByBranch, setFilterByBranch] = (0,
|
|
405491
|
-
const [isExiting, setIsExiting] = (0,
|
|
405492
|
-
const [terminalSize, setTerminalSize] = (0,
|
|
405285
|
+
const isLoadingMoreRef = (0, import_react135.useRef)(false);
|
|
405286
|
+
const [filterByBranch, setFilterByBranch] = (0, import_react135.useState)(false);
|
|
405287
|
+
const [isExiting, setIsExiting] = (0, import_react135.useState)(false);
|
|
405288
|
+
const [terminalSize, setTerminalSize] = (0, import_react135.useState)({
|
|
405493
405289
|
width: process.stdout.columns || 80,
|
|
405494
405290
|
height: process.stdout.rows || 24
|
|
405495
405291
|
});
|
|
405496
|
-
(0,
|
|
405292
|
+
(0, import_react135.useEffect)(() => {
|
|
405497
405293
|
const handleResize = /* @__PURE__ */ __name(() => {
|
|
405498
405294
|
setTerminalSize({
|
|
405499
405295
|
width: process.stdout.columns || 80,
|
|
@@ -405509,10 +405305,10 @@ function SessionPicker({
|
|
|
405509
405305
|
(session) => session.gitBranch === currentBranch
|
|
405510
405306
|
) : sessionState.sessions;
|
|
405511
405307
|
const hasSentinel = sessionState.hasMore;
|
|
405512
|
-
(0,
|
|
405308
|
+
(0, import_react135.useEffect)(() => {
|
|
405513
405309
|
setSelectedIndex(0);
|
|
405514
405310
|
}, [filterByBranch]);
|
|
405515
|
-
const loadMoreSessions = (0,
|
|
405311
|
+
const loadMoreSessions = (0, import_react135.useCallback)(async () => {
|
|
405516
405312
|
if (!sessionState.hasMore || isLoadingMoreRef.current) return;
|
|
405517
405313
|
isLoadingMoreRef.current = true;
|
|
405518
405314
|
try {
|
|
@@ -405550,7 +405346,7 @@ function SessionPicker({
|
|
|
405550
405346
|
const showScrollUp = scrollOffset > 0;
|
|
405551
405347
|
const showScrollDown = scrollOffset + maxVisibleItems < filteredSessions.length;
|
|
405552
405348
|
const sentinelVisible = hasSentinel && scrollOffset + maxVisibleItems >= filteredSessions.length;
|
|
405553
|
-
(0,
|
|
405349
|
+
(0, import_react135.useEffect)(() => {
|
|
405554
405350
|
if (!sessionState.hasMore || isLoadingMoreRef.current) return;
|
|
405555
405351
|
const shouldLoadMore = filteredSessions.length === 0 || sentinelVisible || isLoadingMoreRef.current;
|
|
405556
405352
|
if (shouldLoadMore) {
|
|
@@ -405601,7 +405397,7 @@ function SessionPicker({
|
|
|
405601
405397
|
return;
|
|
405602
405398
|
}
|
|
405603
405399
|
});
|
|
405604
|
-
(0,
|
|
405400
|
+
(0, import_react135.useEffect)(() => {
|
|
405605
405401
|
if (selectedIndex >= filteredSessions.length && filteredSessions.length > 0) {
|
|
405606
405402
|
setSelectedIndex(filteredSessions.length - 1);
|
|
405607
405403
|
}
|
|
@@ -405609,16 +405405,16 @@ function SessionPicker({
|
|
|
405609
405405
|
const contentWidth = terminalSize.width - 4;
|
|
405610
405406
|
const promptMaxWidth = contentWidth - 4;
|
|
405611
405407
|
if (isExiting) {
|
|
405612
|
-
return /* @__PURE__ */ (0,
|
|
405408
|
+
return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Box_default, {});
|
|
405613
405409
|
}
|
|
405614
|
-
return /* @__PURE__ */ (0,
|
|
405410
|
+
return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
405615
405411
|
Box_default,
|
|
405616
405412
|
{
|
|
405617
405413
|
flexDirection: "column",
|
|
405618
405414
|
width: terminalSize.width,
|
|
405619
405415
|
height: terminalSize.height - 1,
|
|
405620
405416
|
overflow: "hidden",
|
|
405621
|
-
children: /* @__PURE__ */ (0,
|
|
405417
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
|
|
405622
405418
|
Box_default,
|
|
405623
405419
|
{
|
|
405624
405420
|
flexDirection: "column",
|
|
@@ -405628,9 +405424,9 @@ function SessionPicker({
|
|
|
405628
405424
|
height: terminalSize.height - 1,
|
|
405629
405425
|
overflow: "hidden",
|
|
405630
405426
|
children: [
|
|
405631
|
-
/* @__PURE__ */ (0,
|
|
405632
|
-
/* @__PURE__ */ (0,
|
|
405633
|
-
/* @__PURE__ */ (0,
|
|
405427
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Box_default, { paddingX: 1, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Text3, { bold: true, color: theme.text.primary, children: "Resume Session" }) }),
|
|
405428
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Text3, { color: theme.border.default, children: "\u2500".repeat(terminalSize.width - 2) }) }),
|
|
405429
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Box_default, { flexDirection: "column", flexGrow: 1, paddingX: 1, overflow: "hidden", children: filteredSessions.length === 0 ? /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Box_default, { paddingY: 1, justifyContent: "center", children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Text3, { color: theme.text.secondary, children: filterByBranch ? `No sessions found for branch "${currentBranch}"` : "No sessions found" }) }) : visibleSessions.map((session, visibleIndex) => {
|
|
405634
405430
|
const actualIndex = scrollOffset + visibleIndex;
|
|
405635
405431
|
const isSelected = actualIndex === selectedIndex;
|
|
405636
405432
|
const isFirst = visibleIndex === 0;
|
|
@@ -405640,21 +405436,21 @@ function SessionPicker({
|
|
|
405640
405436
|
const showUpIndicator = isFirst && showScrollUp;
|
|
405641
405437
|
const showDownIndicator = isLast && showScrollDown;
|
|
405642
405438
|
const prefix = isSelected ? "\u203A " : showUpIndicator ? "\u2191 " : showDownIndicator ? "\u2193 " : " ";
|
|
405643
|
-
return /* @__PURE__ */ (0,
|
|
405439
|
+
return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
|
|
405644
405440
|
Box_default,
|
|
405645
405441
|
{
|
|
405646
405442
|
flexDirection: "column",
|
|
405647
405443
|
marginBottom: isLast ? 0 : 1,
|
|
405648
405444
|
children: [
|
|
405649
|
-
/* @__PURE__ */ (0,
|
|
405650
|
-
/* @__PURE__ */ (0,
|
|
405445
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(Box_default, { children: [
|
|
405446
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
405651
405447
|
Text3,
|
|
405652
405448
|
{
|
|
405653
405449
|
color: isSelected ? theme.text.accent : showUpIndicator || showDownIndicator ? theme.text.secondary : void 0,
|
|
405654
405450
|
children: prefix
|
|
405655
405451
|
}
|
|
405656
405452
|
),
|
|
405657
|
-
/* @__PURE__ */ (0,
|
|
405453
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
405658
405454
|
Text3,
|
|
405659
405455
|
{
|
|
405660
405456
|
bold: isSelected,
|
|
@@ -405666,9 +405462,9 @@ function SessionPicker({
|
|
|
405666
405462
|
}
|
|
405667
405463
|
)
|
|
405668
405464
|
] }),
|
|
405669
|
-
/* @__PURE__ */ (0,
|
|
405670
|
-
/* @__PURE__ */ (0,
|
|
405671
|
-
/* @__PURE__ */ (0,
|
|
405465
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(Box_default, { children: [
|
|
405466
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Text3, { children: " " }),
|
|
405467
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(Text3, { color: theme.text.secondary, children: [
|
|
405672
405468
|
timeAgo,
|
|
405673
405469
|
" \xB7 ",
|
|
405674
405470
|
messageText,
|
|
@@ -405680,10 +405476,10 @@ function SessionPicker({
|
|
|
405680
405476
|
session.sessionId
|
|
405681
405477
|
);
|
|
405682
405478
|
}) }),
|
|
405683
|
-
/* @__PURE__ */ (0,
|
|
405684
|
-
/* @__PURE__ */ (0,
|
|
405685
|
-
currentBranch && /* @__PURE__ */ (0,
|
|
405686
|
-
/* @__PURE__ */ (0,
|
|
405479
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Box_default, { children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Text3, { color: theme.border.default, children: "\u2500".repeat(terminalSize.width - 2) }) }),
|
|
405480
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Box_default, { paddingX: 1, children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(Text3, { color: theme.text.secondary, children: [
|
|
405481
|
+
currentBranch && /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
|
|
405482
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
405687
405483
|
Text3,
|
|
405688
405484
|
{
|
|
405689
405485
|
bold: filterByBranch,
|
|
@@ -405722,7 +405518,7 @@ async function showResumeSessionPicker(cwd7 = process.cwd()) {
|
|
|
405722
405518
|
return new Promise((resolve26) => {
|
|
405723
405519
|
let selectedId;
|
|
405724
405520
|
const { unmount, waitUntilExit } = render_default(
|
|
405725
|
-
/* @__PURE__ */ (0,
|
|
405521
|
+
/* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
|
|
405726
405522
|
SessionPicker,
|
|
405727
405523
|
{
|
|
405728
405524
|
sessionService,
|
|
@@ -407852,7 +407648,7 @@ var GeminiAgent = class {
|
|
|
407852
407648
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
407853
407649
|
description: APPROVAL_MODE_INFO[mode].description
|
|
407854
407650
|
}));
|
|
407855
|
-
const version3 = "0.1.3-alpha.
|
|
407651
|
+
const version3 = "0.1.3-alpha.4";
|
|
407856
407652
|
return {
|
|
407857
407653
|
protocolVersion: PROTOCOL_VERSION,
|
|
407858
407654
|
agentInfo: {
|
|
@@ -408039,7 +407835,7 @@ var GeminiAgent = class {
|
|
|
408039
407835
|
};
|
|
408040
407836
|
|
|
408041
407837
|
// packages/cli/src/gemini.tsx
|
|
408042
|
-
var
|
|
407838
|
+
var import_jsx_runtime108 = __toESM(require_jsx_runtime(), 1);
|
|
408043
407839
|
function validateDnsResolutionOrder(order) {
|
|
408044
407840
|
const defaultValue = "ipv4first";
|
|
408045
407841
|
if (order === void 0) {
|
|
@@ -408104,14 +407900,14 @@ async function startInteractiveUI(config2, settings, startupWarnings, workspaceR
|
|
|
408104
407900
|
const AppWrapper = /* @__PURE__ */ __name(() => {
|
|
408105
407901
|
const kittyProtocolStatus = useKittyKeyboardProtocol();
|
|
408106
407902
|
const nodeMajorVersion = parseInt(process.versions.node.split(".")[0], 10);
|
|
408107
|
-
return /* @__PURE__ */ (0,
|
|
407903
|
+
return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(SettingsContext.Provider, { value: settings, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
408108
407904
|
KeypressProvider,
|
|
408109
407905
|
{
|
|
408110
407906
|
kittyProtocolEnabled: kittyProtocolStatus.enabled,
|
|
408111
407907
|
config: config2,
|
|
408112
407908
|
debugKeystrokeLogging: settings.merged.general?.debugKeystrokeLogging,
|
|
408113
407909
|
pasteWorkaround: process.platform === "win32" || nodeMajorVersion < 20,
|
|
408114
|
-
children: /* @__PURE__ */ (0,
|
|
407910
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(SessionStatsProvider, { sessionId: config2.getSessionId(), children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(VimModeProvider, { settings, children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
|
|
408115
407911
|
AppContainer,
|
|
408116
407912
|
{
|
|
408117
407913
|
config: config2,
|
|
@@ -408125,7 +407921,7 @@ async function startInteractiveUI(config2, settings, startupWarnings, workspaceR
|
|
|
408125
407921
|
) });
|
|
408126
407922
|
}, "AppWrapper");
|
|
408127
407923
|
const instance = render_default(
|
|
408128
|
-
process.env["DEBUG"] ? /* @__PURE__ */ (0,
|
|
407924
|
+
process.env["DEBUG"] ? /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_react136.default.StrictMode, { children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(AppWrapper, {}) }) : /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(AppWrapper, {}),
|
|
408129
407925
|
{
|
|
408130
407926
|
exitOnCtrlC: false,
|
|
408131
407927
|
isScreenReaderEnabled: config2.getScreenReader()
|
|
@@ -408358,7 +408154,7 @@ ${input}`;
|
|
|
408358
408154
|
}
|
|
408359
408155
|
}
|
|
408360
408156
|
const nonInteractiveConfig = await validateNonInteractiveAuth(
|
|
408361
|
-
settings.merged.security?.auth?.selectedType
|
|
408157
|
+
argv.authType || settings.merged.security?.auth?.selectedType,
|
|
408362
408158
|
settings.merged.security?.auth?.useExternal,
|
|
408363
408159
|
config2,
|
|
408364
408160
|
settings
|