codebee 0.1.0 → 0.1.2

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/app/ui/i18n.js CHANGED
@@ -278,7 +278,7 @@
278
278
  "最近提交": "Recent commits",
279
279
  "当前分支 %1 @ %2": "Current branch %1 @ %2",
280
280
  ";工作区有 %1 处未提交改动": "; %1 uncommitted change(s)",
281
- ";运行时将从「%1」检出任务分支 tutti/&lt;任务ID&gt;": "; a task branch tutti/<task-id> will be checked out from \"%1\" before the run",
281
+ ";运行时将从「%1」检出任务分支 codebee/&lt;任务ID&gt;": "; a task branch codebee/<task-id> will be checked out from \"%1\" before the run",
282
282
  "打开任务详情": "Open task details",
283
283
  "收起任务详情": "Hide task details",
284
284
  "还没有可展示的任务详情": "No task details to show yet",
@@ -348,7 +348,7 @@
348
348
  "「": "\"",
349
349
  "」将变为只读。": "\" will become read-only.",
350
350
  "」恢复为内置默认配置?": "\" restored to built-in defaults?",
351
- "」控制中(点击接管)": "\" is in control (click to take over)",
351
+ "{0} 正在控制(点击接管)": "{0} is in control (click to take over)",
352
352
  "」?已有任务不受影响。": "\"? Existing tasks are not affected.",
353
353
  "」?\n停用后它的绑定会回落为 CLI 默认;配置与模型列表保留,可随时再启用。": "\"?\nOnce disabled, its binding reverts to CLI defaults; config and model list are kept and can be re-enabled anytime.",
354
354
  "」?\n刷新 / 重新导入模型列表都不会再带回,可在分组底部「恢复全部」找回。": "\"?\nRefresh or re-import won't bring it back; you can recover from \"Restore all\" at the bottom of the group.",
@@ -475,6 +475,7 @@
475
475
  "一条能在工作目录里跑的命令,退出码 0 即视为通过;之后可在表单改": "A command that runs in the workdir — exit code 0 means pass; editable in the form later",
476
476
  "留空靠 AI 评审": "empty — AI review only",
477
477
  "协议不匹配,解析时跳过": "protocol mismatch — skipped when resolving",
478
+ "无可用 wire,解析时跳过": "no usable wire — skipped when resolving",
478
479
  "该 CLI 只接受特定 wire 协议的供应商,当前没有匹配项——先到「模型接入」页导入对应协议的网关。": "This CLI only accepts providers on a specific wire protocol and none match — import a compatible gateway on the Models page first.",
479
480
  "%1 个供应商 wire 协议不匹配已隐藏(降级只在同协议网关间进行)。": "%1 provider(s) hidden due to wire-protocol mismatch — fallback stays within the same protocol.",
480
481
  "已适配(%1 wire)": "adapted (%1 wire)",
@@ -564,7 +565,10 @@
564
565
  "把「": "Restore \"",
565
566
  "(用供应商默认模型)": " (use provider default)",
566
567
  "(用 CLI 默认模型)": " (use CLI default model)",
568
+ "(用 CLI 默认模型——不会注入任何供应商凭据)": " (use CLI default model — no provider credentials injected)",
567
569
  "(按供应商/难度自动解析)": " (auto by provider/difficulty)",
570
+ "(按供应商/难度自动解析——供应商协议不匹配或被停用时解析为空,回落 CLI 本机默认)": " (auto by provider/difficulty — resolves to empty and falls back to CLI defaults if the provider's protocol mismatches or is disabled)",
571
+ "模型链里有已停用/已删除的供应商:这些条目解析时会被跳过,链可能因此整体失效。": "The model chain contains disabled/deleted providers: those entries are skipped at resolve time, which can invalidate the whole chain.",
568
572
  "名称": "Name",
569
573
  "默认模型": "Default model",
570
574
  "API 地址": "API endpoint",
@@ -1391,9 +1395,9 @@
1391
1395
  "无头模式:opencode run(stdin 传入提示词)": "Headless mode: opencode run (prompt via stdin)",
1392
1396
  "通义千问编码 CLI(gemini-cli 系);无头走 stdin;绑定凭据经打开注入写 settings.json 的 env 段(OPENAI_*,qwen 存在即优先 openai 兼容通道)": "Qwen coding CLI (gemini-cli family); headless via stdin; bound credentials are injected at launch into the env section of settings.json (OPENAI_* — prefers the openai-compatible channel when present)",
1393
1397
  "Python 系结对编程 CLI;用 py -3.13 安装,模型经其配置/环境变量设置": "Python pairing CLI; install with py -3.13, model set via its config/env",
1394
- "xAI 终端编码智能体;可执行名是 grok(不是 grok-build": "xAI terminal coding agent; the executable is grok (not grok-build)",
1398
+ "xAI 终端编码智能体;可执行名是 grok(不是 grok-build);默认模型在 ~/.grok/config.toml 的 [models] default(JSON 版配置不存在)": "xAI terminal coding agent; the executable is grok (not grok-build); the default model goes to [models] default in ~/.grok/config.toml (no JSON config variant)",
1395
1399
  "Earendil Works 的 Pi 编码 CLI(需 Node ≥22.19);包名必须带 @earendil-works/ 前缀": "Earendil Works' Pi coding CLI (needs Node ≥22.19); package name must carry the @earendil-works/ prefix",
1396
- "DeepSeek 官方 agent harness(dsh,profile 插件架构);无头是「一次性任务」——答完即退": "DeepSeek's official agent harness (dsh, profile-plugin architecture); headless is one-shot — it exits after answering",
1400
+ "DeepSeek 官方 agent harness(dsh,profile 插件架构);无头是「一次性任务」——答完即退": "DeepSeek's official agent harness (dsh, profile-plugin architecture); headless is one-shot — it answers and exits",
1397
1401
  "小米 MiMo Code(opencode 衍生);无头调用是子命令 mimo run \"提示词\",-p 在该 CLI 是 --password": "Xiaomi MiMo Code (OpenCode derivative); headless is the subcommand mimo run \"prompt\" — -p means --password on this CLI",
1398
1402
  "月之暗面 Kimi 编码 CLI(TypeScript 版,需 Node ≥22.19);旧 Python 版 kimi-cli 正在下线": "Moonshot's Kimi coding CLI (TypeScript, needs Node ≥22.19); the old Python kimi-cli is being retired",
1399
1403
  "网关型个人 AI 智能体(原 Clawdbot);编排模板装好后需验证": "Gateway-style personal AI agent (formerly Clawdbot); verify after installing orchestration templates",
@@ -1505,8 +1509,8 @@
1505
1509
  "(默认)": "(default)",
1506
1510
  "服务重启中断,可重试": "Interrupted by service restart — retry to resume",
1507
1511
  "编排者": "Orchestrator",
1508
- "跳过 %s 条(缺地址或格式不识别):%s": "Skipped %s entries (missing URL or unrecognized format): %s",
1509
- "跳过 %s 个(缺合法 baseURL):%s": "Skipped %s (invalid baseURL): %s",
1512
+ "跳过 {0} 条(缺地址或格式不识别):{1}": "Skipped {0} entries (missing URL or unrecognized format): {1}",
1513
+ "跳过 {0} 个(缺合法 baseURL):{1}": "Skipped {0} (invalid baseURL): {1}",
1510
1514
  "settings.json 里的 ANTHROPIC_BASE_URL 不是 http/https": "ANTHROPIC_BASE_URL in settings.json is not http/https",
1511
1515
  "settings.json 的 env 未配置 ANTHROPIC_BASE_URL": "env in settings.json has no ANTHROPIC_BASE_URL",
1512
1516
  "config.toml 未配置第三方 model_providers(且 auth.json 无 OPENAI_API_KEY)": "config.toml has no third-party model_providers (and auth.json has no OPENAI_API_KEY)",
@@ -1517,7 +1521,7 @@
1517
1521
  "Trae 未添加自定义模型(预置模型的 AK / BaseURL 为空,无凭证可导入)": "Trae has no custom models (built-in models have empty AK / BaseURL — nothing to import)",
1518
1522
  "settings.yaml 未配置 llm-deepseek.baseURL": "llm-deepseek.baseURL not set in settings.yaml",
1519
1523
  "通义千问编码 CLI(gemini-cli 系);无头走 stdin": "Qwen coding CLI (gemini-cli family); headless via stdin",
1520
- "DeepSeek 官方 agent harness(dsh,profile 插件架构);无头是「一次性任务」——答完即退,无交互后续,不支持会话恢复;任务只走位置参数(超长提示词受 Windows 命令行上限约 32k 约束);模型写进 ~/.dsh/settings.yaml 的 agent-default-model.model;密钥由「CLI 绑定」注入 DEEPSEEK_API_KEY(优先级最高);端点注入 DEEPSEEK_BASE_URL,但若 settings.yaml 已配 base_url,则以它为准(settings 优先于 env)": "DeepSeek's official agent harness (dsh, profile-plugin architecture); headless is one-shot — it answers and exits, no interactive follow-up or session resume; tasks pass via positional args (very long prompts cap at Windows' ~32k command-line limit); the model goes to agent-default-model.model in ~/.dsh/settings.yaml; the \"CLI Bindings\" page injects DEEPSEEK_API_KEY (highest priority) and DEEPSEEK_BASE_URL, but if settings.yaml already sets base_url it wins (settings over env)",
1524
+ "DeepSeek 官方 agent harness(dsh,profile 插件架构);无头是「一次性任务」——答完即退、无交互后续、不支持会话恢复;任务只走位置参数(超长提示词受 Windows 命令行上限约 32k 约束);模型写进 ~/.dsh/settings.yaml 的 agent-default-model.model;密钥由「CLI 绑定」注入 DEEPSEEK_API_KEY(优先级最高);端点注入 DEEPSEEK_BASE_URL,但若 settings.yaml 已固定 llm-deepseek.baseURL,则以它为准(settings 高于 env)": "DeepSeek's official agent harness (dsh, profile-plugin architecture); headless is one-shot — it answers and exits, no interactive follow-up or session resume; tasks pass via positional args (very long prompts cap at Windows' ~32k command-line limit); the model goes to agent-default-model.model in ~/.dsh/settings.yaml; the \"CLI Bindings\" page injects DEEPSEEK_API_KEY (highest priority); it injects DEEPSEEK_BASE_URL, but if settings.yaml already pins llm-deepseek.baseURL that wins (settings over env)",
1521
1525
  "三轮失败升级": "Escalate after three failed rounds",
1522
1526
  "人物 维度反复不达标": "Characters dimension repeatedly below threshold",
1523
1527
  "情节 维度反复不达标": "Plot dimension repeatedly below threshold",
package/app/ui/index.html CHANGED
@@ -48,6 +48,7 @@
48
48
  <symbol id="i-bee" viewBox="0 0 24 24"><ellipse cx="12" cy="14" rx="5.2" ry="6.2"/><path d="M8 12h8M8.3 14.8h7.4M9.4 17.4h5.2"/><path d="M9.6 8.4C8 6.2 5.4 6.6 5.7 8.6c.2 1.4 2.1 1.9 3.7 1.1M14.4 8.4c1.6-2.2 4.2-1.8 3.9.2-.2 1.4-2.1 1.9-3.7 1.1"/><path d="M13.4 5.6l2.1-2.1M15.9 6.9l2.5-1.2"/></symbol>
49
49
  <symbol id="i-gamepad" viewBox="0 0 24 24"><line x1="6" x2="10" y1="11" y2="11"/><line x1="8" x2="8" y1="9" y2="13"/><line x1="15" x2="15.01" y1="12" y2="12"/><line x1="18" x2="18.01" y1="10" y2="10"/><path d="M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z"/></symbol>
50
50
  <symbol id="i-book" viewBox="0 0 24 24"><path d="M4 5a2 2 0 0 1 2-2h9l5 5v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path d="M8 8h5M8 12h8M8 16h6"/></symbol>
51
+ <symbol id="i-chat" viewBox="0 0 24 24"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/><path d="M8 9h8M8 12.5h5"/></symbol>
51
52
  <symbol id="i-workflow" viewBox="0 0 24 24"><rect x="3" y="3" width="7" height="7" rx="1.5"/><rect x="14" y="14" width="7" height="7" rx="1.5"/><path d="M10 6.5h4a3 3 0 0 1 3 3V14"/></symbol>
52
53
  <symbol id="i-phone" viewBox="0 0 24 24"><rect x="5" y="2" width="14" height="20" rx="2.5"/><path d="M12 18h.01"/></symbol>
53
54
  <symbol id="i-arrow-left" viewBox="0 0 24 24"><path d="M19 12H5"/><path d="m12 19-7-7 7-7"/></symbol>