Commit Graph

33 Commits

Author SHA1 Message Date
caoqianming 927d059388 feat(software): automate job completion follow-ups 2026-08-17 12:12:27 +08:00
caoqianming 6de88c7b0c feat(software): show execution versions in job list 2026-08-14 16:08:30 +08:00
caoqianming 92caa2a2c4 fix(windows-node): show adapter and Origin versions 2026-08-14 16:00:59 +08:00
caoqianming 13ba6b1a61 feat(software): add local monitoring and multi-artifact jobs 2026-08-14 10:41:49 +08:00
caoqianming f9d3b4ad27 fix(software): refresh job center after submission 2026-08-14 09:09:50 +08:00
caoqianming 2560eb4ece feat(software): move job center into file pane 2026-08-14 08:28:52 +08:00
caoqianming 8aafe3272f feat(software): add professional software job center 2026-08-13 15:59:31 +08:00
caoqianming ded8cba54c refactor(software): rename Windows execution domain 2026-08-13 15:28:04 +08:00
caoqianming b016f8ee8c feat(compute): report Origin runtime health 2026-08-13 12:34:27 +08:00
caoqianming 054aaf8e8c feat(chat): 结构化用户附件并支持图片预览 2026-08-13 10:32:08 +08:00
caoqianming b555059bc4 feat(admin): manage Windows compute nodes 2026-08-12 17:17:02 +08:00
caoqianming fac4e5fa0a feat(compute): add Windows Node desktop client 2026-08-12 16:57:06 +08:00
caoqianming b96c6d021f fix(external-systems): 修复 MCP 接口数量显示 2026-08-11 11:58:06 +08:00
caoqianming e53e91372d feat(external-systems): 使用弹框管理连接并标识类型 2026-08-11 11:15:02 +08:00
caoqianming 8d741e4141 fix(preview): support document previews in app webviews 2026-08-10 08:55:44 +08:00
caoqianming 5430379d76 fix(context): 按模型协议治理历史推理上下文 2026-08-06 16:43:20 +08:00
caoqianming d7cb88c7ba fix(files): consolidate toolbar actions 2026-08-06 15:14:59 +08:00
caoqianming 02e7d2cb14 feat(files): create folders from file panel 2026-08-06 15:04:15 +08:00
caoqianming e73521b3c9 fix(chat): keep model label on one line 2026-08-06 14:24:41 +08:00
caoqianming 4873dd0ae5 fix(chat): keep new conversation model controls inline 2026-08-06 14:14:38 +08:00
caoqianming 689059eb8e feat(chat): choose model for new conversations 2026-08-06 14:00:48 +08:00
caoqianming f217672365 feat(web): render Mermaid diagrams in chat 2026-08-03 10:26:39 +08:00
caoqianming a8b84b1d6f feat(web): allow attachments to start conversations 2026-08-03 09:57:21 +08:00
caoqianming afdcf46577 feat(tasks): streamline task creation and embedded entry 2026-07-31 14:31:50 +08:00
caoqianming da265b88d5 fix(web): open embedded task working directory 2026-07-31 13:54:22 +08:00
caoqianming bcdbdd4738 Streamline conversation activity UI 2026-07-29 15:59:00 +08:00
caoqianming 02b278b175 Refine mobile conversation layout 2026-07-29 15:13:51 +08:00
caoqianming 369c74483c Refine workspace reading and mobile layout 2026-07-29 14:59:10 +08:00
caoqianming 07eba5c402 Polish web workspace visual foundation 2026-07-29 14:34:46 +08:00
caoqianming c898ff863d Disable static asset caching 2026-06-08 09:16:31 +08:00
caoqianming cbb16b896f refactor(dev): 前端模块化 Step 2(起)— 抽出 layout.js
三栏布局(pane 折叠 rail + 拖拽 splitter + 手机单列视图)是 main.js 里
唯一对其他功能节零出边的干净段,用它打样增量剥离。

- layout.js(121 行):import $ + 4 个 LS_*_COLLAPSED/WIDTH,只导出
  mqPhone / setMobileView(后者供 selectTask 在手机宽下选中任务自动切
  对话面板,是唯一跨模块调用)。折叠/splitter/mobile-tab 顶层事件绑定
  原样保留(ES module 默认 defer,import 时 DOM 已就绪)。
- main.js:删 114 行 → 2606 行,加 layout import 并清掉随之不再用的
  4 个 LS_* import。逻辑零改动,纯剪切 + 连线;node --check 过,
  main 残留 layout 私有符号清零。

顺手修 Step 1 遗留测试失败:test_static_vendor 第二用例原只 grep
dev.html 找 formatContextStats / context_original_chars / cache_hit_tokens,
模块化后这些搬进 js/*.js → 改为扫 dev.html + js/*.js 合并源。2 测试全过。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 21:27:51 +08:00
caoqianming 1c30a9e54e Reduce chat context token usage 2026-06-04 16:41:14 +08:00
caoqianming ade7f3d1e1 Vendor markdown frontend assets 2026-05-25 09:31:36 +08:00