scream-code 0.15.7 → 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.
@@ -20,7 +20,7 @@
20
20
  }
21
21
  })();
22
22
  </script>
23
- <script type="module" crossorigin src="./assets/index-Bvn-ixUo.js"></script>
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-CnQM0DYj.mjs";
6
+ import { t as TextInputDialogComponent } from "./text-input-dialog-C5pDKZ-c.mjs";
7
7
  export { TextInputDialogComponent };
@@ -214,14 +214,14 @@ const dictionaries = {
214
214
  "sidebar.git_files": "{count} 个文件",
215
215
  "sidebar.session_empty": "暂无会话数据",
216
216
  "sidebar.tokens": "总Token",
217
- "sidebar.tokens_cache_hit": "输入命中",
218
- "sidebar.tokens_cache_miss": "输入未命中",
217
+ "sidebar.tokens_cache_hit": "命中",
218
+ "sidebar.tokens_cache_miss": "未命中",
219
219
  "sidebar.tokens_output": "输出",
220
- "sidebar.turns": "轮次",
221
- "sidebar.tools": "工具",
222
- "sidebar.messages": "消息",
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": "工作中",
@@ -1173,7 +1173,9 @@ const dictionaries = {
1173
1173
  "registry.new_desc": "在当前工作区开启新会话",
1174
1174
  "registry.model_desc": "切换 LLM 模型",
1175
1175
  "mcp.desktop_desc": "macOS 桌面自动化:截图/点击/键入/滚动/窗口管理(Background delivery,无需聚焦)",
1176
- "mcp.browser_desc": "浏览器自动化:46 个工具,支持导航/点击/填表/截图/性能分析/内存调试/扩展管理",
1176
+ "mcp.browser_desc": "浏览器自动化:导航/点击/填表/截图/控制台与网络调试/性能分析",
1177
+ "mcp.capability_browser": "🌐 浏览器自动化",
1178
+ "mcp.capability_memory": "🧠 决策记忆",
1177
1179
  "kw.title": "Scream 知识图谱",
1178
1180
  "kw.entity": "实体",
1179
1181
  "kw.event": "事件",
@@ -1383,14 +1385,14 @@ const dictionaries = {
1383
1385
  "sidebar.git_clean": "clean working tree",
1384
1386
  "sidebar.git_files": "{count} files",
1385
1387
  "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",
1388
+ "sidebar.tokens": "Total",
1389
+ "sidebar.tokens_cache_hit": "Cached",
1390
+ "sidebar.tokens_cache_miss": "Uncached",
1389
1391
  "sidebar.tokens_output": "Output",
1390
- "sidebar.turns": "turns",
1391
- "sidebar.tools": "tools",
1392
- "sidebar.messages": "messages",
1393
- "sidebar.compacts": "compacts",
1392
+ "sidebar.turns": "Turns",
1393
+ "sidebar.tools": "Tool calls",
1394
+ "sidebar.calls": "API calls",
1395
+ "sidebar.compacts": "Compacts",
1394
1396
  "sidebar.uptime": "Duration",
1395
1397
  "sidebar.agents": "Agents",
1396
1398
  "sidebar.agent_idle": "idle",
@@ -2343,7 +2345,9 @@ const dictionaries = {
2343
2345
  "registry.new_desc": "Start a new session in the current workspace",
2344
2346
  "registry.model_desc": "Switch LLM model",
2345
2347
  "mcp.desktop_desc": "macOS desktop automation: screenshot/click/type/scroll/window management (Background delivery, no focus needed)",
2346
- "mcp.browser_desc": "Browser automation: 46 tools, supports navigation/click/fill/screenshot/performance/memory debugging/extension management",
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",
2347
2351
  "kw.title": "Scream Knowledge Graph",
2348
2352
  "kw.entity": "Entities",
2349
2353
  "kw.event": "Events",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scream-code",
3
- "version": "0.15.7",
3
+ "version": "0.15.8",
4
4
  "description": "A terminal-native AI agent for builders",
5
5
  "license": "MIT",
6
6
  "author": "ScreamCli",