scream-code 0.12.4 → 0.12.6

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/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-DSS4PdWO.mjs")).main();
9
+ (await import("./app-NZLMIJND.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);
@@ -410,6 +410,7 @@ const dictionaries = {
410
410
  "cc.uninstall_irreversible": "此操作不可撤销,所有 cc-connect 数据将被清除",
411
411
  "cc.confirm_uninstall_btn": "确认卸载",
412
412
  "auth.fetching_models": "正在拉取最新模型目录...",
413
+ "auth.catalog_fetch_failed": "拉取远程模型目录失败: {error}。请检查网络(目录站点在你的网络环境下可能无法访问)后重试,或使用 /config diy 自行配置服务商。",
413
414
  "auth.no_providers": "没有已配置的模型商。",
414
415
  "auth.deleted": "已删除模型商: {name}",
415
416
  "auth.input_api_url": "输入服务商 API 地址",
@@ -563,6 +564,7 @@ const dictionaries = {
563
564
  "memory.session_label": "会话: ",
564
565
  "memory.pitfall_label": "踩坑: ",
565
566
  "memory.experience_label": "经验: ",
567
+ "memory.note_label": "笔记: ",
566
568
  "memory.detail_nav_hint": " Enter/Esc 返回 | i 注入 | d 删除",
567
569
  "skill.no_session": "请先创建或恢复一个会话,再使用 Skill 中心。",
568
570
  "skill.loading": "正在加载 Skill 中心…",
@@ -1034,6 +1036,9 @@ const dictionaries = {
1034
1036
  "config.yolo_already_off": "YES 模式已关闭",
1035
1037
  "config.ask_already_on": "ASK 模式已开启",
1036
1038
  "config.ask_already_off": "ASK 模式已关闭",
1039
+ "config.rlm_on": "RLM 模式已开启 — 持久化 Python 内核可用",
1040
+ "config.rlm_off": "RLM 模式已关闭",
1041
+ "config.rlm_usage": "用法: /rlm (切换) | /rlm on | /rlm off",
1037
1042
  "config.auto_already_on": "自动模式已开启",
1038
1043
  "config.auto_already_off": "自动模式已关闭",
1039
1044
  "settings.title": "设置",
@@ -1069,6 +1074,8 @@ const dictionaries = {
1069
1074
  "registry.auto_desc": "切换自动权限模式",
1070
1075
  "registry.yolo_desc": "切换至自动批准模式(yolo)",
1071
1076
  "registry.ask_desc": "切换至只读问答模式(ask)",
1077
+ "registry.rlm_desc": "RLM 模式:面向长任务的持久 Python 工作环境,支持无限递归子代理(/rlm 切换开关)",
1078
+ "registry.rlm_max_depth_desc": "设置 RLM 递归深度上限(/rlm-max-depth N)",
1072
1079
  "registry.wolfpack_desc": "切换群狼协作模式,自动批准+批量并发",
1073
1080
  "registry.sessions_desc": "浏览并恢复会话",
1074
1081
  "registry.goal_desc": "查看/管理自动目标",
@@ -1143,6 +1150,7 @@ const dictionaries = {
1143
1150
  "badge.plan": "计划",
1144
1151
  "badge.fusion": "融合计划",
1145
1152
  "badge.wolfpack": "群狼",
1153
+ "badge.rlm": "RLM",
1146
1154
  "badge.goal": "目标",
1147
1155
  "badge.auto": "自动",
1148
1156
  "badge.yes": "YES",
@@ -1465,6 +1473,7 @@ const dictionaries = {
1465
1473
  "cc.uninstall_irreversible": "This cannot be undone. All cc-connect data will be removed.",
1466
1474
  "cc.confirm_uninstall_btn": "Confirm Uninstall",
1467
1475
  "auth.fetching_models": "Fetching latest model catalog...",
1476
+ "auth.catalog_fetch_failed": "Failed to fetch the remote model catalog: {error}. Check your network (the catalog host may be unreachable in your region) and retry, or use /config diy to set up a provider manually.",
1468
1477
  "auth.no_providers": "No model providers configured.",
1469
1478
  "auth.deleted": "Deleted provider: {name}",
1470
1479
  "auth.input_api_url": "Enter provider API URL",
@@ -1618,6 +1627,7 @@ const dictionaries = {
1618
1627
  "memory.session_label": "Session: ",
1619
1628
  "memory.pitfall_label": "Pitfalls: ",
1620
1629
  "memory.experience_label": "Experience: ",
1630
+ "memory.note_label": "Note: ",
1621
1631
  "memory.detail_nav_hint": " Enter/Esc Back | i Inject | d Delete",
1622
1632
  "skill.no_session": "Please create or resume a session before using the Skill center.",
1623
1633
  "skill.loading": "Loading Skill center…",
@@ -2089,6 +2099,9 @@ const dictionaries = {
2089
2099
  "config.yolo_already_off": "YES mode is already off",
2090
2100
  "config.ask_already_on": "ASK mode is already on",
2091
2101
  "config.ask_already_off": "ASK mode is already off",
2102
+ "config.rlm_on": "RLM mode enabled — persistent python kernel available",
2103
+ "config.rlm_off": "RLM mode disabled",
2104
+ "config.rlm_usage": "Usage: /rlm (toggle) | /rlm on | /rlm off",
2092
2105
  "config.auto_already_on": "Auto mode is already on",
2093
2106
  "config.auto_already_off": "Auto mode is already off",
2094
2107
  "settings.title": "Settings",
@@ -2124,6 +2137,8 @@ const dictionaries = {
2124
2137
  "registry.auto_desc": "Toggle auto permission mode",
2125
2138
  "registry.yolo_desc": "Toggle auto-approve mode (yolo)",
2126
2139
  "registry.ask_desc": "Toggle read-only Q&A mode (ask)",
2140
+ "registry.rlm_desc": "RLM mode: a persistent Python workspace for long-running tasks with unlimited recursive subagents (/rlm toggles)",
2141
+ "registry.rlm_max_depth_desc": "Set RLM recursion depth limit (/rlm-max-depth N)",
2127
2142
  "registry.wolfpack_desc": "Toggle wolfpack mode, auto-approve + batch concurrency",
2128
2143
  "registry.sessions_desc": "Browse and restore sessions",
2129
2144
  "registry.goal_desc": "View/manage auto goals",
@@ -2198,6 +2213,7 @@ const dictionaries = {
2198
2213
  "badge.plan": "Plan",
2199
2214
  "badge.fusion": "Fusion",
2200
2215
  "badge.wolfpack": "Wolfpack",
2216
+ "badge.rlm": "RLM",
2201
2217
  "badge.goal": "Goal",
2202
2218
  "badge.auto": "Auto",
2203
2219
  "badge.yes": "YES",
@@ -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-DHhRrX3G.mjs";
6
+ import { t as TextInputDialogComponent } from "./text-input-dialog-BI6Q02oM.mjs";
7
7
  export { TextInputDialogComponent };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scream-code",
3
- "version": "0.12.4",
3
+ "version": "0.12.6",
4
4
  "description": "A terminal-native AI agent for builders",
5
5
  "license": "MIT",
6
6
  "author": "ScreamCli",
@@ -55,7 +55,7 @@
55
55
  "smoke": "node dist/main.mjs --version"
56
56
  },
57
57
  "dependencies": {
58
- "@liutod-scream/pi-tui": "^0.80.43",
58
+ "@liutod-scream/pi-tui": "^0.84.0",
59
59
  "@mariozechner/clipboard": "^0.3.2",
60
60
  "chalk": "^5.4.1",
61
61
  "cli-highlight": "^2.1.11",