scream-code 0.15.5 → 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 +7 -4
- package/dist/{app-ugHHjuy4.mjs → app-BWXezRMl.mjs} +1252 -42
- package/dist/{dispatch-aNzh78xW.mjs → dispatch-BJ6GyqMS.mjs} +1015 -469
- package/dist/{dispatch-B23MoYWm.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-DbYfSAjy.mjs → text-input-dialog-CnQM0DYj.mjs} +98 -2
- package/dist/{text-input-dialog-C0UIQBlI.mjs → text-input-dialog-MAm2GHmm.mjs} +1 -1
- package/package.json +2 -2
- 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,45 @@ 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
|
+
"sidebar.git": "Git",
|
|
210
|
+
"sidebar.session": "会话",
|
|
211
|
+
"sidebar.goal": "目标",
|
|
212
|
+
"sidebar.git_no_repo": "非 Git 仓库",
|
|
213
|
+
"sidebar.git_clean": "工作区干净",
|
|
214
|
+
"sidebar.git_files": "{count} 个文件",
|
|
215
|
+
"sidebar.session_empty": "暂无会话数据",
|
|
216
|
+
"sidebar.tokens": "总Token",
|
|
217
|
+
"sidebar.tokens_cache_hit": "输入命中",
|
|
218
|
+
"sidebar.tokens_cache_miss": "输入未命中",
|
|
219
|
+
"sidebar.tokens_output": "输出",
|
|
220
|
+
"sidebar.turns": "轮次",
|
|
221
|
+
"sidebar.tools": "工具",
|
|
222
|
+
"sidebar.messages": "消息",
|
|
223
|
+
"sidebar.compacts": "压缩",
|
|
224
|
+
"sidebar.uptime": "本次时长",
|
|
225
|
+
"sidebar.agents": "Agent",
|
|
226
|
+
"sidebar.agent_idle": "休息中",
|
|
227
|
+
"sidebar.agent_working": "工作中",
|
|
228
|
+
"sidebar.agent_outputting": "输出中",
|
|
229
|
+
"sidebar.agent_messaging": "交谈中",
|
|
230
|
+
"sidebar.agent_reworking": "返工中",
|
|
231
|
+
"sidebar.goal_idle": "空闲中",
|
|
232
|
+
"sidebar.goal_active": "进行中",
|
|
233
|
+
"sidebar.goal_completed": "已完成",
|
|
234
|
+
"sidebar.goal_paused": "已暂停",
|
|
235
|
+
"sidebar.goal_blocked": "受阻",
|
|
236
|
+
"sidebar.goal_judging": "裁定中",
|
|
237
|
+
"sidebar.goal_criterion": "判据",
|
|
238
|
+
"sidebar.goal_tokens": "消耗",
|
|
239
|
+
"sidebar.goal_tokens_input": "输入",
|
|
240
|
+
"sidebar.goal_tokens_output": "输出",
|
|
241
|
+
"sidebar.goal_turns": "轮次",
|
|
242
|
+
"sidebar.goal_wall": "耗时",
|
|
243
|
+
"sidebar.goal_judge": "裁判",
|
|
244
|
+
"sidebar.goal_judge_awaiting": "等待中",
|
|
245
|
+
"sidebar.goal_judge_judging": "裁定中",
|
|
246
|
+
"sidebar.goal_judge_adjudicated": "已裁定",
|
|
209
247
|
"input.replay_blocked": "会话历史正在回放时无法发送输入。",
|
|
210
248
|
"input.send_failed": "发送失败:{message}",
|
|
211
249
|
"input.guide_failed": "引导失败:{message}",
|
|
@@ -798,6 +836,10 @@ const dictionaries = {
|
|
|
798
836
|
"usage.context_window": "上下文窗口",
|
|
799
837
|
"usage.subagent_title": "子 Agent 用量",
|
|
800
838
|
"usage.panel_title": " 用量 ",
|
|
839
|
+
"usage.session_total": "会话总计",
|
|
840
|
+
"usage.main_agent": "主 Agent",
|
|
841
|
+
"usage.sub_agent": "子 Agent",
|
|
842
|
+
"usage.model": "模型",
|
|
801
843
|
"agentgroup.n_agent_done": "{total} 个 {name} agent 已完成",
|
|
802
844
|
"agentgroup.n_agents_done": "{total} 个 agent 已完成",
|
|
803
845
|
"agentgroup.running_n_agents": "正在运行 {total} 个 agent",
|
|
@@ -888,6 +930,8 @@ const dictionaries = {
|
|
|
888
930
|
"permission.auto": "自动",
|
|
889
931
|
"permission.auto_desc": "完全无交互运行。工具操作自动批准,跳过代理问题以便其自行决策。",
|
|
890
932
|
"permission.yolo_desc": "自动批准工具操作和计划转换。需要您输入时代理仍会明确提问。",
|
|
933
|
+
"permission.bot": "Bot",
|
|
934
|
+
"permission.bot_desc": "无人值守模式:可逆操作自动执行;其余一律拒绝并排队等你决策。",
|
|
891
935
|
"permission.ask_desc": "只读问答模式:直接对话回答,不修改文件、不运行命令、不调用 MCP 工具。",
|
|
892
936
|
"permission.select_title": "选择权限模式",
|
|
893
937
|
"theme.auto": "自动(跟随终端)",
|
|
@@ -1064,6 +1108,8 @@ const dictionaries = {
|
|
|
1064
1108
|
"config.plan_cleared": "计划已清除",
|
|
1065
1109
|
"config.yolo_already_on": "YES 模式已开启",
|
|
1066
1110
|
"config.yolo_already_off": "YES 模式已关闭",
|
|
1111
|
+
"config.bot_already_on": "Bot 模式已开启",
|
|
1112
|
+
"config.bot_already_off": "Bot 模式已关闭",
|
|
1067
1113
|
"config.ask_already_on": "ASK 模式已开启",
|
|
1068
1114
|
"config.ask_already_off": "ASK 模式已关闭",
|
|
1069
1115
|
"config.rlm_on": "RLM 模式已开启 — 持久化 Python 内核可用",
|
|
@@ -1114,12 +1160,14 @@ const dictionaries = {
|
|
|
1114
1160
|
"cc.clean_config.detail": " ~/.cc-connect(含会话记录、配置、日志)",
|
|
1115
1161
|
"registry.auto_desc": "切换自动权限模式",
|
|
1116
1162
|
"registry.yolo_desc": "切换至自动批准模式(yolo)",
|
|
1163
|
+
"registry.bot_desc": "切换无人值守 Bot 模式(bot)",
|
|
1117
1164
|
"registry.ask_desc": "切换至只读问答模式(ask)",
|
|
1118
1165
|
"registry.rlm_desc": "RLM 模式:面向长任务的持久 Python 工作环境,支持无限递归子代理(/rlm 切换开关)",
|
|
1119
1166
|
"registry.rlm_max_depth_desc": "设置 RLM 递归深度上限(/rlm-max-depth N)",
|
|
1120
1167
|
"registry.wolfpack_desc": "切换群狼协作模式,自动批准+批量并发",
|
|
1121
1168
|
"registry.sessions_desc": "浏览并恢复会话",
|
|
1122
1169
|
"registry.goal_desc": "查看/管理自动目标",
|
|
1170
|
+
"registry.sidebar_desc": "打开/关闭侧边面板(Ctrl+X 快速开关)",
|
|
1123
1171
|
"registry.memory_desc": "浏览、搜索、注入记忆备忘录",
|
|
1124
1172
|
"registry.knowledge_desc": "管理本地知识库(摄入/搜索/删除/统计)",
|
|
1125
1173
|
"registry.new_desc": "在当前工作区开启新会话",
|
|
@@ -1327,7 +1375,45 @@ const dictionaries = {
|
|
|
1327
1375
|
"footer.hit": "HitR",
|
|
1328
1376
|
"footer.tasks_running": "{count} tasks running",
|
|
1329
1377
|
"footer.agents_running": "{count} agents running",
|
|
1330
|
-
"footer.subagents_working": "{count}
|
|
1378
|
+
"footer.subagents_working": "subagents x{count} working",
|
|
1379
|
+
"sidebar.git": "Git",
|
|
1380
|
+
"sidebar.session": "Session",
|
|
1381
|
+
"sidebar.goal": "Goal",
|
|
1382
|
+
"sidebar.git_no_repo": "no git repo",
|
|
1383
|
+
"sidebar.git_clean": "clean working tree",
|
|
1384
|
+
"sidebar.git_files": "{count} files",
|
|
1385
|
+
"sidebar.session_empty": "no session data",
|
|
1386
|
+
"sidebar.tokens": "Total Tokens",
|
|
1387
|
+
"sidebar.tokens_cache_hit": "Input cached",
|
|
1388
|
+
"sidebar.tokens_cache_miss": "Input new",
|
|
1389
|
+
"sidebar.tokens_output": "Output",
|
|
1390
|
+
"sidebar.turns": "turns",
|
|
1391
|
+
"sidebar.tools": "tools",
|
|
1392
|
+
"sidebar.messages": "messages",
|
|
1393
|
+
"sidebar.compacts": "compacts",
|
|
1394
|
+
"sidebar.uptime": "Duration",
|
|
1395
|
+
"sidebar.agents": "Agents",
|
|
1396
|
+
"sidebar.agent_idle": "idle",
|
|
1397
|
+
"sidebar.agent_working": "working",
|
|
1398
|
+
"sidebar.agent_outputting": "outputting",
|
|
1399
|
+
"sidebar.agent_messaging": "messaging",
|
|
1400
|
+
"sidebar.agent_reworking": "reworking",
|
|
1401
|
+
"sidebar.goal_idle": "no goal",
|
|
1402
|
+
"sidebar.goal_active": "active",
|
|
1403
|
+
"sidebar.goal_completed": "completed",
|
|
1404
|
+
"sidebar.goal_paused": "paused",
|
|
1405
|
+
"sidebar.goal_blocked": "blocked",
|
|
1406
|
+
"sidebar.goal_judging": "judging",
|
|
1407
|
+
"sidebar.goal_criterion": "criterion",
|
|
1408
|
+
"sidebar.goal_tokens": "tokens",
|
|
1409
|
+
"sidebar.goal_tokens_input": "input",
|
|
1410
|
+
"sidebar.goal_tokens_output": "output",
|
|
1411
|
+
"sidebar.goal_turns": "turns",
|
|
1412
|
+
"sidebar.goal_wall": "wall",
|
|
1413
|
+
"sidebar.goal_judge": "judge",
|
|
1414
|
+
"sidebar.goal_judge_awaiting": "awaiting",
|
|
1415
|
+
"sidebar.goal_judge_judging": "judging",
|
|
1416
|
+
"sidebar.goal_judge_adjudicated": "adjudicated",
|
|
1331
1417
|
"input.replay_blocked": "Cannot send input while session history is replaying.",
|
|
1332
1418
|
"input.send_failed": "Send failed: {message}",
|
|
1333
1419
|
"input.guide_failed": "Guide failed: {message}",
|
|
@@ -1920,6 +2006,10 @@ const dictionaries = {
|
|
|
1920
2006
|
"usage.context_window": "Context Window",
|
|
1921
2007
|
"usage.subagent_title": "Sub-Agent Usage",
|
|
1922
2008
|
"usage.panel_title": " Usage ",
|
|
2009
|
+
"usage.session_total": "Session Total",
|
|
2010
|
+
"usage.main_agent": "Main Agent",
|
|
2011
|
+
"usage.sub_agent": "Sub-Agent",
|
|
2012
|
+
"usage.model": "Model",
|
|
1923
2013
|
"agentgroup.n_agent_done": "{total} {name} agent(s) done",
|
|
1924
2014
|
"agentgroup.n_agents_done": "{total} agent(s) done",
|
|
1925
2015
|
"agentgroup.running_n_agents": "Running {total} agent(s)",
|
|
@@ -2010,6 +2100,8 @@ const dictionaries = {
|
|
|
2010
2100
|
"permission.auto": "Auto",
|
|
2011
2101
|
"permission.auto_desc": "Run fully without interaction. Tool operations are auto-approved; agent questions are skipped so it can decide on its own.",
|
|
2012
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.",
|
|
2013
2105
|
"permission.ask_desc": "Read-only Q&A mode: answer in conversation, never modify files, run commands, or call MCP tools.",
|
|
2014
2106
|
"permission.select_title": "Select permission mode",
|
|
2015
2107
|
"theme.auto": "Auto (follow terminal)",
|
|
@@ -2186,6 +2278,8 @@ const dictionaries = {
|
|
|
2186
2278
|
"config.plan_cleared": "Plan cleared",
|
|
2187
2279
|
"config.yolo_already_on": "YES mode is already on",
|
|
2188
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",
|
|
2189
2283
|
"config.ask_already_on": "ASK mode is already on",
|
|
2190
2284
|
"config.ask_already_off": "ASK mode is already off",
|
|
2191
2285
|
"config.rlm_on": "RLM mode enabled — persistent python kernel available",
|
|
@@ -2236,12 +2330,14 @@ const dictionaries = {
|
|
|
2236
2330
|
"cc.clean_config.detail": " ~/.cc-connect (includes session records, config, logs)",
|
|
2237
2331
|
"registry.auto_desc": "Toggle auto permission mode",
|
|
2238
2332
|
"registry.yolo_desc": "Toggle auto-approve mode (yolo)",
|
|
2333
|
+
"registry.bot_desc": "Toggle unattended bot mode (bot)",
|
|
2239
2334
|
"registry.ask_desc": "Toggle read-only Q&A mode (ask)",
|
|
2240
2335
|
"registry.rlm_desc": "RLM mode: a persistent Python workspace for long-running tasks with unlimited recursive subagents (/rlm toggles)",
|
|
2241
2336
|
"registry.rlm_max_depth_desc": "Set RLM recursion depth limit (/rlm-max-depth N)",
|
|
2242
2337
|
"registry.wolfpack_desc": "Toggle wolfpack mode, auto-approve + batch concurrency",
|
|
2243
2338
|
"registry.sessions_desc": "Browse and restore sessions",
|
|
2244
2339
|
"registry.goal_desc": "View/manage auto goals",
|
|
2340
|
+
"registry.sidebar_desc": "Open/close the sidebar panel (Ctrl+X to toggle)",
|
|
2245
2341
|
"registry.memory_desc": "Browse, search, inject memory memos",
|
|
2246
2342
|
"registry.knowledge_desc": "Manage local knowledge base (ingest/search/delete/stats)",
|
|
2247
2343
|
"registry.new_desc": "Start a new session in the current workspace",
|
|
@@ -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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scream-code",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.7",
|
|
4
4
|
"description": "A terminal-native AI agent for builders",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ScreamCli",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"smoke": "node dist/main.mjs --version"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@liutod-scream/pi-tui": "^0.85.
|
|
59
|
+
"@liutod-scream/pi-tui": "^0.85.1",
|
|
60
60
|
"@mariozechner/clipboard": "^0.3.2",
|
|
61
61
|
"chalk": "^5.4.1",
|
|
62
62
|
"cli-highlight": "^2.1.11",
|