scream-code 0.15.6 → 0.15.7
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/README.md +6 -3
- package/dist/{app-Y2DCZTWP.mjs → app-BWXezRMl.mjs} +10 -8
- package/dist/{dispatch-jQiqBKV2.mjs → dispatch-BJ6GyqMS.mjs} +645 -82
- package/dist/{dispatch-CkPcMk4b.mjs → dispatch-CPK1Lkxu.mjs} +1 -1
- package/dist/main.mjs +1 -1
- package/dist/public/assets/{index-ChLLVxTo.js → index-Bvn-ixUo.js} +2 -2
- package/dist/public/assets/index-Bvn-ixUo.js.map +1 -0
- package/dist/public/index.html +1 -1
- package/dist/{text-input-dialog-LOMBSusF.mjs → text-input-dialog-CnQM0DYj.mjs} +21 -11
- package/dist/{text-input-dialog-DJwYNHcs.mjs → text-input-dialog-MAm2GHmm.mjs} +1 -1
- package/package.json +1 -1
- package/dist/public/assets/index-ChLLVxTo.js.map +0 -1
package/dist/public/index.html
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
}
|
|
21
21
|
})();
|
|
22
22
|
</script>
|
|
23
|
-
<script type="module" crossorigin src="./assets/index-
|
|
23
|
+
<script type="module" crossorigin src="./assets/index-Bvn-ixUo.js"></script>
|
|
24
24
|
<link rel="stylesheet" crossorigin href="./assets/index-yCBo3yth.css">
|
|
25
25
|
</head>
|
|
26
26
|
<body>
|
|
@@ -205,7 +205,7 @@ const dictionaries = {
|
|
|
205
205
|
"footer.hit": "HitR",
|
|
206
206
|
"footer.tasks_running": "{count}个任务 运行中",
|
|
207
207
|
"footer.agents_running": "{count}个代理 运行中",
|
|
208
|
-
"footer.subagents_working": "{count}
|
|
208
|
+
"footer.subagents_working": "Agent x{count} 工作中",
|
|
209
209
|
"sidebar.git": "Git",
|
|
210
210
|
"sidebar.session": "会话",
|
|
211
211
|
"sidebar.goal": "目标",
|
|
@@ -213,15 +213,15 @@ const dictionaries = {
|
|
|
213
213
|
"sidebar.git_clean": "工作区干净",
|
|
214
214
|
"sidebar.git_files": "{count} 个文件",
|
|
215
215
|
"sidebar.session_empty": "暂无会话数据",
|
|
216
|
-
"sidebar.tokens": "
|
|
217
|
-
"sidebar.tokens_cache_hit": "
|
|
218
|
-
"sidebar.tokens_cache_miss": "
|
|
216
|
+
"sidebar.tokens": "总Token",
|
|
217
|
+
"sidebar.tokens_cache_hit": "输入命中",
|
|
218
|
+
"sidebar.tokens_cache_miss": "输入未命中",
|
|
219
219
|
"sidebar.tokens_output": "输出",
|
|
220
220
|
"sidebar.turns": "轮次",
|
|
221
221
|
"sidebar.tools": "工具",
|
|
222
222
|
"sidebar.messages": "消息",
|
|
223
223
|
"sidebar.compacts": "压缩",
|
|
224
|
-
"sidebar.uptime": "
|
|
224
|
+
"sidebar.uptime": "本次时长",
|
|
225
225
|
"sidebar.agents": "Agent",
|
|
226
226
|
"sidebar.agent_idle": "休息中",
|
|
227
227
|
"sidebar.agent_working": "工作中",
|
|
@@ -930,6 +930,8 @@ const dictionaries = {
|
|
|
930
930
|
"permission.auto": "自动",
|
|
931
931
|
"permission.auto_desc": "完全无交互运行。工具操作自动批准,跳过代理问题以便其自行决策。",
|
|
932
932
|
"permission.yolo_desc": "自动批准工具操作和计划转换。需要您输入时代理仍会明确提问。",
|
|
933
|
+
"permission.bot": "Bot",
|
|
934
|
+
"permission.bot_desc": "无人值守模式:可逆操作自动执行;其余一律拒绝并排队等你决策。",
|
|
933
935
|
"permission.ask_desc": "只读问答模式:直接对话回答,不修改文件、不运行命令、不调用 MCP 工具。",
|
|
934
936
|
"permission.select_title": "选择权限模式",
|
|
935
937
|
"theme.auto": "自动(跟随终端)",
|
|
@@ -1106,6 +1108,8 @@ const dictionaries = {
|
|
|
1106
1108
|
"config.plan_cleared": "计划已清除",
|
|
1107
1109
|
"config.yolo_already_on": "YES 模式已开启",
|
|
1108
1110
|
"config.yolo_already_off": "YES 模式已关闭",
|
|
1111
|
+
"config.bot_already_on": "Bot 模式已开启",
|
|
1112
|
+
"config.bot_already_off": "Bot 模式已关闭",
|
|
1109
1113
|
"config.ask_already_on": "ASK 模式已开启",
|
|
1110
1114
|
"config.ask_already_off": "ASK 模式已关闭",
|
|
1111
1115
|
"config.rlm_on": "RLM 模式已开启 — 持久化 Python 内核可用",
|
|
@@ -1156,6 +1160,7 @@ const dictionaries = {
|
|
|
1156
1160
|
"cc.clean_config.detail": " ~/.cc-connect(含会话记录、配置、日志)",
|
|
1157
1161
|
"registry.auto_desc": "切换自动权限模式",
|
|
1158
1162
|
"registry.yolo_desc": "切换至自动批准模式(yolo)",
|
|
1163
|
+
"registry.bot_desc": "切换无人值守 Bot 模式(bot)",
|
|
1159
1164
|
"registry.ask_desc": "切换至只读问答模式(ask)",
|
|
1160
1165
|
"registry.rlm_desc": "RLM 模式:面向长任务的持久 Python 工作环境,支持无限递归子代理(/rlm 切换开关)",
|
|
1161
1166
|
"registry.rlm_max_depth_desc": "设置 RLM 递归深度上限(/rlm-max-depth N)",
|
|
@@ -1370,7 +1375,7 @@ const dictionaries = {
|
|
|
1370
1375
|
"footer.hit": "HitR",
|
|
1371
1376
|
"footer.tasks_running": "{count} tasks running",
|
|
1372
1377
|
"footer.agents_running": "{count} agents running",
|
|
1373
|
-
"footer.subagents_working": "{count}
|
|
1378
|
+
"footer.subagents_working": "subagents x{count} working",
|
|
1374
1379
|
"sidebar.git": "Git",
|
|
1375
1380
|
"sidebar.session": "Session",
|
|
1376
1381
|
"sidebar.goal": "Goal",
|
|
@@ -1378,15 +1383,15 @@ const dictionaries = {
|
|
|
1378
1383
|
"sidebar.git_clean": "clean working tree",
|
|
1379
1384
|
"sidebar.git_files": "{count} files",
|
|
1380
1385
|
"sidebar.session_empty": "no session data",
|
|
1381
|
-
"sidebar.tokens": "
|
|
1382
|
-
"sidebar.tokens_cache_hit": "
|
|
1383
|
-
"sidebar.tokens_cache_miss": "
|
|
1384
|
-
"sidebar.tokens_output": "
|
|
1386
|
+
"sidebar.tokens": "Total Tokens",
|
|
1387
|
+
"sidebar.tokens_cache_hit": "Input cached",
|
|
1388
|
+
"sidebar.tokens_cache_miss": "Input new",
|
|
1389
|
+
"sidebar.tokens_output": "Output",
|
|
1385
1390
|
"sidebar.turns": "turns",
|
|
1386
1391
|
"sidebar.tools": "tools",
|
|
1387
1392
|
"sidebar.messages": "messages",
|
|
1388
1393
|
"sidebar.compacts": "compacts",
|
|
1389
|
-
"sidebar.uptime": "
|
|
1394
|
+
"sidebar.uptime": "Duration",
|
|
1390
1395
|
"sidebar.agents": "Agents",
|
|
1391
1396
|
"sidebar.agent_idle": "idle",
|
|
1392
1397
|
"sidebar.agent_working": "working",
|
|
@@ -2095,6 +2100,8 @@ const dictionaries = {
|
|
|
2095
2100
|
"permission.auto": "Auto",
|
|
2096
2101
|
"permission.auto_desc": "Run fully without interaction. Tool operations are auto-approved; agent questions are skipped so it can decide on its own.",
|
|
2097
2102
|
"permission.yolo_desc": "Auto-approve tool operations and plan transitions. The agent will still explicitly ask when it needs your input.",
|
|
2103
|
+
"permission.bot": "Bot",
|
|
2104
|
+
"permission.bot_desc": "Unattended mode: reversible actions auto-approve; anything else is denied and parked for you to review.",
|
|
2098
2105
|
"permission.ask_desc": "Read-only Q&A mode: answer in conversation, never modify files, run commands, or call MCP tools.",
|
|
2099
2106
|
"permission.select_title": "Select permission mode",
|
|
2100
2107
|
"theme.auto": "Auto (follow terminal)",
|
|
@@ -2271,6 +2278,8 @@ const dictionaries = {
|
|
|
2271
2278
|
"config.plan_cleared": "Plan cleared",
|
|
2272
2279
|
"config.yolo_already_on": "YES mode is already on",
|
|
2273
2280
|
"config.yolo_already_off": "YES mode is already off",
|
|
2281
|
+
"config.bot_already_on": "Bot mode is already on",
|
|
2282
|
+
"config.bot_already_off": "Bot mode is already off",
|
|
2274
2283
|
"config.ask_already_on": "ASK mode is already on",
|
|
2275
2284
|
"config.ask_already_off": "ASK mode is already off",
|
|
2276
2285
|
"config.rlm_on": "RLM mode enabled — persistent python kernel available",
|
|
@@ -2321,6 +2330,7 @@ const dictionaries = {
|
|
|
2321
2330
|
"cc.clean_config.detail": " ~/.cc-connect (includes session records, config, logs)",
|
|
2322
2331
|
"registry.auto_desc": "Toggle auto permission mode",
|
|
2323
2332
|
"registry.yolo_desc": "Toggle auto-approve mode (yolo)",
|
|
2333
|
+
"registry.bot_desc": "Toggle unattended bot mode (bot)",
|
|
2324
2334
|
"registry.ask_desc": "Toggle read-only Q&A mode (ask)",
|
|
2325
2335
|
"registry.rlm_desc": "RLM mode: a persistent Python workspace for long-running tasks with unlimited recursive subagents (/rlm toggles)",
|
|
2326
2336
|
"registry.rlm_max_depth_desc": "Set RLM recursion depth limit (/rlm-max-depth N)",
|
|
@@ -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-CnQM0DYj.mjs";
|
|
7
7
|
export { TextInputDialogComponent };
|