scream-code 0.15.6 → 0.15.8
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 +7 -4
- package/dist/{app-Y2DCZTWP.mjs → app-Bbg_nJTR.mjs} +98 -36
- package/dist/{dispatch-jQiqBKV2.mjs → dispatch-BaAsj0v5.mjs} +829 -147
- package/dist/{dispatch-CkPcMk4b.mjs → dispatch-CEK-syAX.mjs} +1 -1
- package/dist/main.mjs +1 -1
- package/dist/public/assets/{index-ChLLVxTo.js → index-DjlCHEg8.js} +19 -19
- package/dist/public/assets/index-DjlCHEg8.js.map +1 -0
- package/dist/public/index.html +1 -1
- package/dist/{text-input-dialog-DJwYNHcs.mjs → text-input-dialog-BBSjCM5z.mjs} +1 -1
- package/dist/{text-input-dialog-LOMBSusF.mjs → text-input-dialog-C5pDKZ-c.mjs} +35 -21
- 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-DjlCHEg8.js"></script>
|
|
24
24
|
<link rel="stylesheet" crossorigin href="./assets/index-yCBo3yth.css">
|
|
25
25
|
</head>
|
|
26
26
|
<body>
|
|
@@ -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-C5pDKZ-c.mjs";
|
|
7
7
|
export { TextInputDialogComponent };
|
|
@@ -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
|
-
"sidebar.turns": "
|
|
221
|
-
"sidebar.tools": "
|
|
222
|
-
"sidebar.
|
|
223
|
-
"sidebar.compacts": "
|
|
224
|
-
"sidebar.uptime": "
|
|
220
|
+
"sidebar.turns": "会话轮次",
|
|
221
|
+
"sidebar.tools": "工具调用",
|
|
222
|
+
"sidebar.calls": "调用次数",
|
|
223
|
+
"sidebar.compacts": "压缩次数",
|
|
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)",
|
|
@@ -1168,7 +1173,9 @@ const dictionaries = {
|
|
|
1168
1173
|
"registry.new_desc": "在当前工作区开启新会话",
|
|
1169
1174
|
"registry.model_desc": "切换 LLM 模型",
|
|
1170
1175
|
"mcp.desktop_desc": "macOS 桌面自动化:截图/点击/键入/滚动/窗口管理(Background delivery,无需聚焦)",
|
|
1171
|
-
"mcp.browser_desc": "
|
|
1176
|
+
"mcp.browser_desc": "浏览器自动化:导航/点击/填表/截图/控制台与网络调试/性能分析",
|
|
1177
|
+
"mcp.capability_browser": "🌐 浏览器自动化",
|
|
1178
|
+
"mcp.capability_memory": "🧠 决策记忆",
|
|
1172
1179
|
"kw.title": "Scream 知识图谱",
|
|
1173
1180
|
"kw.entity": "实体",
|
|
1174
1181
|
"kw.event": "事件",
|
|
@@ -1370,7 +1377,7 @@ const dictionaries = {
|
|
|
1370
1377
|
"footer.hit": "HitR",
|
|
1371
1378
|
"footer.tasks_running": "{count} tasks running",
|
|
1372
1379
|
"footer.agents_running": "{count} agents running",
|
|
1373
|
-
"footer.subagents_working": "{count}
|
|
1380
|
+
"footer.subagents_working": "subagents x{count} working",
|
|
1374
1381
|
"sidebar.git": "Git",
|
|
1375
1382
|
"sidebar.session": "Session",
|
|
1376
1383
|
"sidebar.goal": "Goal",
|
|
@@ -1378,15 +1385,15 @@ const dictionaries = {
|
|
|
1378
1385
|
"sidebar.git_clean": "clean working tree",
|
|
1379
1386
|
"sidebar.git_files": "{count} files",
|
|
1380
1387
|
"sidebar.session_empty": "no session data",
|
|
1381
|
-
"sidebar.tokens": "
|
|
1382
|
-
"sidebar.tokens_cache_hit": "
|
|
1383
|
-
"sidebar.tokens_cache_miss": "
|
|
1384
|
-
"sidebar.tokens_output": "
|
|
1385
|
-
"sidebar.turns": "
|
|
1386
|
-
"sidebar.tools": "
|
|
1387
|
-
"sidebar.
|
|
1388
|
-
"sidebar.compacts": "
|
|
1389
|
-
"sidebar.uptime": "
|
|
1388
|
+
"sidebar.tokens": "Total",
|
|
1389
|
+
"sidebar.tokens_cache_hit": "Cached",
|
|
1390
|
+
"sidebar.tokens_cache_miss": "Uncached",
|
|
1391
|
+
"sidebar.tokens_output": "Output",
|
|
1392
|
+
"sidebar.turns": "Turns",
|
|
1393
|
+
"sidebar.tools": "Tool calls",
|
|
1394
|
+
"sidebar.calls": "API calls",
|
|
1395
|
+
"sidebar.compacts": "Compacts",
|
|
1396
|
+
"sidebar.uptime": "Duration",
|
|
1390
1397
|
"sidebar.agents": "Agents",
|
|
1391
1398
|
"sidebar.agent_idle": "idle",
|
|
1392
1399
|
"sidebar.agent_working": "working",
|
|
@@ -2095,6 +2102,8 @@ const dictionaries = {
|
|
|
2095
2102
|
"permission.auto": "Auto",
|
|
2096
2103
|
"permission.auto_desc": "Run fully without interaction. Tool operations are auto-approved; agent questions are skipped so it can decide on its own.",
|
|
2097
2104
|
"permission.yolo_desc": "Auto-approve tool operations and plan transitions. The agent will still explicitly ask when it needs your input.",
|
|
2105
|
+
"permission.bot": "Bot",
|
|
2106
|
+
"permission.bot_desc": "Unattended mode: reversible actions auto-approve; anything else is denied and parked for you to review.",
|
|
2098
2107
|
"permission.ask_desc": "Read-only Q&A mode: answer in conversation, never modify files, run commands, or call MCP tools.",
|
|
2099
2108
|
"permission.select_title": "Select permission mode",
|
|
2100
2109
|
"theme.auto": "Auto (follow terminal)",
|
|
@@ -2271,6 +2280,8 @@ const dictionaries = {
|
|
|
2271
2280
|
"config.plan_cleared": "Plan cleared",
|
|
2272
2281
|
"config.yolo_already_on": "YES mode is already on",
|
|
2273
2282
|
"config.yolo_already_off": "YES mode is already off",
|
|
2283
|
+
"config.bot_already_on": "Bot mode is already on",
|
|
2284
|
+
"config.bot_already_off": "Bot mode is already off",
|
|
2274
2285
|
"config.ask_already_on": "ASK mode is already on",
|
|
2275
2286
|
"config.ask_already_off": "ASK mode is already off",
|
|
2276
2287
|
"config.rlm_on": "RLM mode enabled — persistent python kernel available",
|
|
@@ -2321,6 +2332,7 @@ const dictionaries = {
|
|
|
2321
2332
|
"cc.clean_config.detail": " ~/.cc-connect (includes session records, config, logs)",
|
|
2322
2333
|
"registry.auto_desc": "Toggle auto permission mode",
|
|
2323
2334
|
"registry.yolo_desc": "Toggle auto-approve mode (yolo)",
|
|
2335
|
+
"registry.bot_desc": "Toggle unattended bot mode (bot)",
|
|
2324
2336
|
"registry.ask_desc": "Toggle read-only Q&A mode (ask)",
|
|
2325
2337
|
"registry.rlm_desc": "RLM mode: a persistent Python workspace for long-running tasks with unlimited recursive subagents (/rlm toggles)",
|
|
2326
2338
|
"registry.rlm_max_depth_desc": "Set RLM recursion depth limit (/rlm-max-depth N)",
|
|
@@ -2333,7 +2345,9 @@ const dictionaries = {
|
|
|
2333
2345
|
"registry.new_desc": "Start a new session in the current workspace",
|
|
2334
2346
|
"registry.model_desc": "Switch LLM model",
|
|
2335
2347
|
"mcp.desktop_desc": "macOS desktop automation: screenshot/click/type/scroll/window management (Background delivery, no focus needed)",
|
|
2336
|
-
"mcp.browser_desc": "Browser automation:
|
|
2348
|
+
"mcp.browser_desc": "Browser automation: navigation/click/fill/screenshot/console & network debugging/performance analysis",
|
|
2349
|
+
"mcp.capability_browser": "🌐 browser automation",
|
|
2350
|
+
"mcp.capability_memory": "🧠 decision memory",
|
|
2337
2351
|
"kw.title": "Scream Knowledge Graph",
|
|
2338
2352
|
"kw.entity": "Entities",
|
|
2339
2353
|
"kw.event": "Events",
|