scream-code 0.13.0 → 0.13.2
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/app-DMvVE2Uq.mjs +15424 -0
- package/dist/dispatch-6CtsO1av.mjs +7 -0
- package/dist/{app-3faY0BcL.mjs → dispatch-DKaEvjOY.mjs} +1326 -16226
- package/dist/main.mjs +1 -1
- package/dist/{text-input-dialog-NsIMB6U1.mjs → text-input-dialog-CuwaSWF2.mjs} +1 -1
- package/dist/{text-input-dialog-BDMkabTD.mjs → text-input-dialog-D9R3KY7O.mjs} +14 -0
- package/package.json +1 -1
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-DMvVE2Uq.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-D9R3KY7O.mjs";
|
|
7
7
|
export { TextInputDialogComponent };
|
|
@@ -1098,6 +1098,13 @@ const dictionaries = {
|
|
|
1098
1098
|
"registry.snaptimer_desc": "开关会话快照计时器(每次回复后的用时标记)",
|
|
1099
1099
|
"snaptimer.enabled": "会话快照计时器已开启",
|
|
1100
1100
|
"snaptimer.disabled": "会话快照计时器已关闭",
|
|
1101
|
+
"registry.hl_desc": "开关用户消息高亮块 — 开启后用户消息带背景色(暗色主题黄色、亮色主题橙红),便于与 AI 回复区分;关闭恢复默认显示",
|
|
1102
|
+
"hl.enabled": "用户消息高亮已开启",
|
|
1103
|
+
"hl.disabled": "用户消息高亮已关闭",
|
|
1104
|
+
"onboarding.description": "Scream 需要先选一个模型才能开始工作,一分钟即可完成配置。",
|
|
1105
|
+
"onboarding.configure": "立即配置",
|
|
1106
|
+
"onboarding.skip": "跳过(稍后用 /config 配置)",
|
|
1107
|
+
"onboarding.hint": "Enter=确认 Up/Down=选择 Esc=跳过",
|
|
1101
1108
|
"registry.like_desc": "设置你的偏好(昵称、语气、其他偏好)",
|
|
1102
1109
|
"registry.mcp_desc": "管理 MCP 服务器(安装/停用/卸载)",
|
|
1103
1110
|
"registry.skill_desc": "技能中心,管理 Skill 技能,含激活、安装、卸载等",
|
|
@@ -2159,6 +2166,13 @@ const dictionaries = {
|
|
|
2159
2166
|
"registry.snaptimer_desc": "Toggle the per-turn elapsed snapshot timer",
|
|
2160
2167
|
"snaptimer.enabled": "Session snapshot timer enabled",
|
|
2161
2168
|
"snaptimer.disabled": "Session snapshot timer disabled",
|
|
2169
|
+
"registry.hl_desc": "Toggle the user-message highlight block — user messages get a colored background (yellow in dark themes, orange-red in light themes) when enabled; disable to return to the default look",
|
|
2170
|
+
"hl.enabled": "User message highlight enabled",
|
|
2171
|
+
"hl.disabled": "User message highlight disabled",
|
|
2172
|
+
"onboarding.description": "Scream needs a model to start working. Set one up in under a minute.",
|
|
2173
|
+
"onboarding.configure": "Configure now",
|
|
2174
|
+
"onboarding.skip": "Skip (config later with /config)",
|
|
2175
|
+
"onboarding.hint": "Enter=confirm Up/Down=choose Esc=skip",
|
|
2162
2176
|
"registry.like_desc": "Set your preferences (nickname, tone, other)",
|
|
2163
2177
|
"registry.mcp_desc": "Manage MCP servers (install/disable/uninstall)",
|
|
2164
2178
|
"registry.skill_desc": "Skill center, manage Skills including activate, install, uninstall",
|