scream-code 0.11.3 → 0.11.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.mjs
CHANGED
|
@@ -6,7 +6,7 @@ const __dirname = __cjsShimDirname(__filename);
|
|
|
6
6
|
import "./suppress-sqlite-warning-C2VB0doZ.mjs";
|
|
7
7
|
//#region src/main.ts
|
|
8
8
|
try {
|
|
9
|
-
(await import("./app-
|
|
9
|
+
(await import("./app-D7u8KJ3h.mjs")).main();
|
|
10
10
|
} catch (error) {
|
|
11
11
|
process.stderr.write(`${error instanceof Error ? error.stack ?? error.message : String(error)}\n`);
|
|
12
12
|
process.exit(1);
|
|
@@ -3,5 +3,5 @@ import { fileURLToPath as __cjsShimFileURLToPath } from 'node:url';
|
|
|
3
3
|
import { dirname as __cjsShimDirname } from 'node:path';
|
|
4
4
|
const __filename = __cjsShimFileURLToPath(import.meta.url);
|
|
5
5
|
const __dirname = __cjsShimDirname(__filename);
|
|
6
|
-
import { t as TextInputDialogComponent } from "./text-input-dialog-
|
|
6
|
+
import { t as TextInputDialogComponent } from "./text-input-dialog-K1FbYyug.mjs";
|
|
7
7
|
export { TextInputDialogComponent };
|
|
@@ -489,6 +489,7 @@ const dictionaries = {
|
|
|
489
489
|
"help.toggle_output": "切换工具输出展开",
|
|
490
490
|
"help.interrupt": "中途干预 — 在流式传输中插入后续提示",
|
|
491
491
|
"help.newline": "插入换行",
|
|
492
|
+
"help.external_editor": "在外部编辑器中编辑 ($VISUAL / $EDITOR)",
|
|
492
493
|
"help.cancel_stream": "中断流 / 清空输入",
|
|
493
494
|
"help.exit": "退出(空输入时)",
|
|
494
495
|
"help.close_dialog": "关闭对话框 / 中断流",
|
|
@@ -1519,6 +1520,7 @@ const dictionaries = {
|
|
|
1519
1520
|
"help.toggle_output": "Toggle tool output expansion",
|
|
1520
1521
|
"help.interrupt": "Interrupt — insert follow-up prompt during streaming",
|
|
1521
1522
|
"help.newline": "Insert newline",
|
|
1523
|
+
"help.external_editor": "Edit in external editor ($VISUAL / $EDITOR)",
|
|
1522
1524
|
"help.cancel_stream": "Cancel stream / Clear input",
|
|
1523
1525
|
"help.exit": "Exit (when input is empty)",
|
|
1524
1526
|
"help.close_dialog": "Close dialog / Cancel stream",
|