codebee 0.1.4 → 0.1.5

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
@@ -145,6 +145,7 @@
145
145
  "Atom 出品的均衡深色,蓝灰底不刺眼": "Balanced dark theme from Atom on a soft blue-gray base",
146
146
  "查看内容": "View content",
147
147
  "预览": "Preview",
148
+ "点击查看": "Click to view",
148
149
  "蜂巢": "Hive",
149
150
  "对话": "Chat",
150
151
  "发送": "Send",
@@ -168,6 +169,10 @@
168
169
  "尚未创建。点「编辑」写下人物卡/世界观/伏笔台账,下一轮起草即刻生效。": "Not created yet. Click Edit to write character cards / world / foreshadowing — it takes effect from the next chapter.",
169
170
  "故事圣经已保存": "Story bible saved",
170
171
  "保存失败:": "Save failed: ",
172
+ "图": "IMG",
173
+ "支持图片输入": "Image input supported",
174
+ "支持图片输入,点击关闭": "Image input on — click to turn off",
175
+ "纯文本模型,点击开启图片输入(内置智能体传图以此为准)": "Text-only model — click to enable image input (used by the built-in agent when sending images)",
171
176
  "代码版本隔离": "Version isolation",
172
177
  "任务分支:产物提交在此,原分支未受影响": "Task branch: artifacts are committed here; the original branch is untouched",
173
178
  "待裁决": "Pending verdict",
@@ -204,7 +209,7 @@
204
209
  "浏览本机目录选择": "Browse local folders",
205
210
  "检出失败": "Checkout failed",
206
211
  "未创建": "not created",
207
- "处理后点「重试任务」,运行会重新检出任务分支。": "After fixing, click Retry — the run will check out the task branch again.",
212
+ "处理后点「继续任务」,运行会重新检出任务分支。": "After fixing, click Resume — the run will check out the task branch again.",
208
213
  "合并成功,但你之前的未提交改动没能自动还原,": "Merged, but your uncommitted changes could not be restored automatically — ",
209
214
  "下载": "Download",
210
215
  "二进制文件不预览,可下载查看。": "No preview for binary files — download to view.",
@@ -461,8 +466,8 @@
461
466
  "取消归档": "Unarchive",
462
467
  "归档": "Archive",
463
468
  "重命名任务": "Rename task",
464
- "重试任务": "Retry task",
465
- "↻ 重试任务": " Retry task",
469
+ "↻ 继续任务": " Resume task",
470
+ "再跑一次这个任务;连载任务会断点续跑,已完成章节不重写": "Run this task again; serial novels resume from the breakpoint — finished chapters are kept.",
466
471
  "✎ 编辑重试": "✎ Edit & retry",
467
472
  "✨ 向导创建": "✨ Guided setup",
468
473
  "三问一确认:目标 → 类型 → 目录,预填进表单": "Three quick questions — goal, type, directory — then it prefills the form",
@@ -477,6 +482,7 @@
477
482
  "例:npm test、pytest -q;留空=只靠 AI 评审": "e.g. npm test, pytest -q — leave empty to rely on AI review only",
478
483
  "一条能在工作目录里跑的命令,退出码 0 即视为通过;之后可在表单改": "A command that runs in the workdir — exit code 0 means pass; editable in the form later",
479
484
  "留空靠 AI 评审": "empty — AI review only",
485
+ "协议不匹配": "Protocol mismatch",
480
486
  "协议不匹配,解析时跳过": "protocol mismatch — skipped when resolving",
481
487
  "无可用 wire,解析时跳过": "no usable wire — skipped when resolving",
482
488
  "该 CLI 只接受特定 wire 协议的供应商,当前没有匹配项——先到「模型接入」页导入对应协议的网关。": "This CLI only accepts providers on a specific wire protocol and none match — import a compatible gateway on the Models page first.",
@@ -526,6 +532,7 @@
526
532
  "新建任务到该目录": "New task in this folder",
527
533
  "查看文件": "Browse files",
528
534
  "返回任务列表": "Back to tasks",
535
+ "返回对话": "Back to chat",
529
536
  "未知错误": "Unknown error",
530
537
  "该目录下暂无文件": "No files in this directory",
531
538
  "移除该文件夹": "Remove this folder",
@@ -714,6 +721,7 @@
714
721
  "缓存": "Cache",
715
722
  "其他": "Other",
716
723
  "协议 · ": "protocol · ",
724
+ "墨金": "Ink & Gold",
717
725
  "经典": "Classic",
718
726
  "深海": "Deep sea",
719
727
  "森野": "Forest",
@@ -722,8 +730,7 @@
722
730
  "高对比": "High contrast",
723
731
  "夜间": "Dark",
724
732
  "日间": "Light",
725
- "黑白灰 + 蓝色强调,ChatGPT 式清爽配色(默认)": "Black/white/gray with blue accentclean ChatGPT style (default)",
726
- "藏青底色 + 天蓝强调,夜间长时间盯任务更沉静": "Navy background with sky-blue accent — calm for long sessions in dark mode",
733
+ "暖墨底色 + 金色发丝线,Hermes 式古典优雅": "Warm-ink base with gold hairlinesHermes-style classical elegance",
727
734
  "墨绿底色 + 青翠强调,偏自然的护眼配色": "Ink-green with emerald accent — natural and easy on the eyes",
728
735
  "暖棕底色 + 琥珀强调,纸感暖调": "Warm brown with amber accent — paper-like warmth",
729
736
  "暗紫底色 + 品红强调,霓虹感强": "Deep purple with magenta — bold neon feel",
@@ -796,6 +803,8 @@
796
803
  "已复制,手机浏览器粘贴打开即可": "Copied — paste in your phone browser to open",
797
804
  "已复制:": "Copied: ",
798
805
  "已入箱:随下一步送达": "Queued — delivered with the next step",
806
+ "已排队:随下一步一起送达": "Queued — will be delivered with the next step",
807
+ "运行中:新消息会排队,本轮回答完后依次送达": "Running: new messages queue up and are delivered after this turn",
799
808
  "已开新一轮,接着做…": "New round started — continuing…",
800
809
  "已结束:发送后将自动开新一轮接着做": "Run finished — sending will start a new round and continue",
801
810
  "待送达": "pending delivery",
@@ -1248,6 +1257,10 @@
1248
1257
  "已按「%1」预填新任务表单,确认或修改后提交": "New task form prefilled from \"%1\" — review, adjust, then submit",
1249
1258
  "已写到第 %1 章,将从第 %2 章接着写(同一工作目录,成书合并全本)。续写章数:": "Written through chapter %1; continuation starts at chapter %2 (same workdir; merged book includes all). Chapters to continue:",
1250
1259
  "已是最新版。": "Already up to date.",
1260
+ "本次更新内容": "What's new in this update",
1261
+ "已更新到": "Updated to",
1262
+ "知道了": "Got it",
1263
+ "新版本更新内容": "What's new in the new version",
1251
1264
  "已注入 ": "injected ",
1252
1265
  "已清除 ": "Cleared ",
1253
1266
  "已禁用厂商 {0}:链降级自动跳过,绑定页可重新启用": "Provider {0} disabled: chain fallback skips it — re-enable on the Bindings page",
@@ -1322,6 +1335,7 @@
1322
1335
  "要解决什么问题、约束条件(工期/技术栈/预算)、给谁评审": "Problem to solve, constraints (timeline / stack / budget), who reviews it",
1323
1336
  "目标岗位 + 个人经历(可贴旧简历附件),几年经验投什么职级": "Target role + experience (attach the old resume), years of experience and the level you're applying for",
1324
1337
  "实现 → 验证命令 → 跨厂商评审 → 自动修复/换将": "Implement → verify command → cross-provider review → auto-fix / swap agent",
1338
+ "CodeBee 直连模型 API 干活(无 CLI 进程),无可用供应商时回退本机 CLI;无拆解/评审(快)": "CodeBee runs directly to the model API (no CLI process); when no usable provider exists, falls back to the local CLI; no decomposition/review (fast)",
1325
1339
  "起草 → 多维评审 → 修订循环 → 发布门禁": "Draft → multi-dim review → revision loop → publish gate",
1326
1340
  "大纲 → 逐章起草 → 每章多维评审修订 → 全局一致性评审 → 合并(可断点续跑)": "Outline → chapter-by-chapter drafting → per-chapter multi-dim review & revision → global consistency review → merge (resumable)",
1327
1341
  "公众号/头条风格文章:起草 → 多维评审 → 修订循环 → 发布门禁": "WeChat/Toutiao-style article: draft → multi-dim review → revision loop → publish gate",
package/app/ui/index.html CHANGED
@@ -14,7 +14,8 @@
14
14
  <meta name="apple-mobile-web-app-title" content="CodeBee">
15
15
  <link rel="stylesheet" href="style.css">
16
16
  <!-- 首屏预涂:在样式表之后、绘制之前定好皮肤与明暗 + 语言,避免刷新时闪一下默认配色。
17
- 皮肤值不在这里校验——非法值匹配不到任何 html[data-skin=...] 规则,自然回落深海。 -->
17
+ 皮肤值不在这里校验——非法值匹配不到任何 html[data-skin=...] 规则,首涂落经典底色,
18
+ app.js 加载后会按 currentSkin() 校正为默认皮肤。 -->
18
19
  <script>
19
20
  (function () {
20
21
  try {
@@ -356,7 +357,7 @@
356
357
  <div class="rd-actions">
357
358
  <button id="btn-pause" class="ghost hidden" data-i18n="暂停">暂停</button>
358
359
  <button data-i18n="取消运行" id="btn-cancel" class="danger hidden">取消运行</button>
359
- <button data-i18n="↻ 重试任务" id="btn-retry" class="primary hidden">↻ 重试任务</button>
360
+ <button data-i18n="↻ 继续任务" id="btn-retry" class="primary hidden" data-i18n-title="再跑一次这个任务;连载任务会断点续跑,已完成章节不重写" title="再跑一次这个任务;连载任务会断点续跑,已完成章节不重写">↻ 继续任务</button>
360
361
  <button data-i18n="✎ 编辑重试" id="btn-editretry" class="ghost hidden" data-i18n-title="取回原任务的目标/目录/评审设置,修改后提交即重新开跑" title="取回原任务的目标/目录/评审设置,修改后提交即重新开跑">✎ 编辑重试</button>
361
362
  <button data-i18n="继续连载" id="btn-continue" class="ghost hidden">继续连载</button>
362
363
  <button data-i18n="基于此任务新建" id="btn-newfrom" class="ghost hidden">基于此任务新建</button>
@@ -373,6 +374,9 @@
373
374
  <button class="rd-tab" data-tab="bible" data-i18n="圣经">圣经<span class="rd-badge hidden"></span></button>
374
375
  <button class="rd-tab" data-tab="bookmeta" data-i18n="作品信息">作品信息<span class="rd-badge hidden"></span></button>
375
376
  </div>
377
+ <!-- 直连任务「对话为主」导航:常规页签条收起(chat-mode),这里给按需打开
378
+ 其它分区的小按钮 + 非对话分区时的「返回对话」入口 -->
379
+ <div id="rd-chat-nav" class="hidden"></div>
376
380
  <div class="rd-main">
377
381
  <!-- 对话分区(直连任务默认):用户消息与 CLI 输出混排的时间线 + 贴底追话框。
378
382
  运行中发出去走信箱(下一步送达);已结束发出去走 /chat 自动续跑新一轮。 -->