Commit Graph

  • 9e0ad22c5e fix: add Windows shell fallback for local sandbox (#1505) Admire 2026-03-29 21:31:29 +0800
  • 68c9e09a7a
    fix: add Windows shell fallback for local sandbox (#1505) Admire 2026-03-29 21:31:29 +0800
  • 633d1f79ca [Security] Address critical host-shell escape in LocalSandboxProvider (#1547) 13ernkastel 2026-03-29 21:03:58 +0800
  • 92c7a20cb7
    [Security] Address critical host-shell escape in LocalSandboxProvider (#1547) 13ernkastel 2026-03-29 21:03:58 +0800
  • 0cfcc50f26 fix(docs): Correct security usage recommendations in README_zh.md (#1548) mlbo 2026-03-29 19:43:03 +0800
  • 8b6c333afc
    fix(docs): Correct security usage recommendations in README_zh.md (#1548) mlbo 2026-03-29 19:43:03 +0800
  • ceb510d80b docs(config): add timeout and max_retries examples for model providers (#1549) knukn 2026-03-29 19:29:55 +0800
  • 6091ba83c4
    docs(config): add timeout and max_retries examples for model providers (#1549) knukn 2026-03-29 19:29:55 +0800
  • 8c15ff1fed docs: add format step to contributing workflow (#1552) greatmengqi 2026-03-29 18:39:10 +0800
  • 70e9f2dd2c
    docs: add format step to contributing workflow (#1552) greatmengqi 2026-03-29 18:39:10 +0800
  • 050ddb5132 fix(sandbox): fall back to config.configurable for thread_id in lazy sandbox init (#1529) SHIYAO ZHANG 2026-03-29 17:21:04 +0800
  • 118485a7cb
    fix(sandbox): fall back to config.configurable for thread_id in lazy sandbox init (#1529) SHIYAO ZHANG 2026-03-29 17:21:04 +0800
  • e00381a538 fix(sandbox): allow MCP filesystem server paths in local bash commands (#1527) DAN 2026-03-29 17:10:27 +0800
  • 9e5ba74ecd
    fix(sandbox): allow MCP filesystem server paths in local bash commands (#1527) DAN 2026-03-29 17:10:27 +0800
  • 1b3de8a9f3 style: format unformatted files and add .omc/ to prettierignore (#1539) greatmengqi 2026-03-29 16:45:31 +0800
  • 25df82cbfd
    style: format unformatted files and add .omc/ to prettierignore (#1539) greatmengqi 2026-03-29 16:45:31 +0800
  • bc3e314ff1 ci: enforce code formatting checks for backend and frontend (#1536) greatmengqi 2026-03-29 15:34:38 +0800
  • 084dc7e748
    ci: enforce code formatting checks for backend and frontend (#1536) greatmengqi 2026-03-29 15:34:38 +0800
  • 1e325babd2 feat: add create_deerflow_agent SDK entry point (Phase 1) (#1203) greatmengqi 2026-03-29 15:31:18 +0800
  • 06a623f9c8
    feat: add create_deerflow_agent SDK entry point (Phase 1) (#1203) greatmengqi 2026-03-29 15:31:18 +0800
  • a9dbb3de9c feat: add memory management actions and local filters in memory settings (#1467) Admire 2026-03-29 13:14:45 +0800
  • 7eb3a150b5
    feat: add memory management actions and local filters in memory settings (#1467) Admire 2026-03-29 13:14:45 +0800
  • 8f86b8aafb feat(client): support custom middleware injection (#1520) knukn 2026-03-29 11:24:46 +0800
  • 481494b9c0
    feat(client): support custom middleware injection (#1520) knukn 2026-03-29 11:24:46 +0800
  • 92dfba6396 fix(channel): reject concurrent same-thread runs (#1465) (#1475) Nan Gao 2026-03-29 09:55:47 +0800
  • 89183ae76a
    fix(channel): reject concurrent same-thread runs (#1465) (#1475) Nan Gao 2026-03-29 09:55:47 +0800
  • a721091476 refactor(frontend): 用通用 Select 替换旧下拉选择器 肖应宇 2026-03-29 01:04:46 +0800
  • 4afba86bcb refactor(frontend): 在输入框内嵌 iframe skill 通信逻辑 肖应宇 2026-03-29 01:02:01 +0800
  • 93b9bc7af5 refactor(frontend): 内联 iframe skill hook 并删除旧文件 肖应宇 2026-03-29 01:01:34 +0800
  • 49ff9411e9 refactor(frontend): 在工件与技能 hook 内嵌 iframe 消息常量 肖应宇 2026-03-29 00:58:31 +0800
  • 91e094066e refactor(frontend): 内联 iframe 消息辅助并移除核心旧模块 肖应宇 2026-03-29 00:57:40 +0800
  • 105802d6c1 chore(frontend): 删除未使用 selected skill 监听 hook 肖应宇 2026-03-29 00:55:26 +0800
  • 4bd2591a03 chore(frontend): 删除未使用开发对话框与测试面板 肖应宇 2026-03-29 00:53:16 +0800
  • 00505f643d chore(frontend): 删除废弃 frontend Dockerfile.prod 肖应宇 2026-03-29 00:51:15 +0800
  • e8b145bff3 feat(frontend): 对齐工件文件列表 UI 渲染 肖应宇 2026-03-29 00:48:46 +0800
  • 929260bdb8 chore(frontend): 恢复上游 eslint 配置并在脚本忽略 imports 肖应宇 2026-03-29 00:47:39 +0800
  • a34a023675 chore(frontend): 对齐 tsconfig exclude 列表 肖应宇 2026-03-29 00:45:28 +0800
  • 9eae3e6104 feat(frontend): 同步欢迎面板展示 肖应宇 2026-03-29 00:34:42 +0800
  • dc961287f0 chore(frontend): 忽略 frontend docs 目录 肖应宇 2026-03-29 00:32:51 +0800
  • 115afb5f57 style(frontend): 对齐消息组容器样式 肖应宇 2026-03-29 00:28:11 +0800
  • 85d39e35ce chore(frontend): 对齐 vscode 工作区设置 肖应宇 2026-03-29 00:25:47 +0800
  • ffc4730096 chore(frontend): 同步 frontend gitignore 肖应宇 2026-03-29 00:25:29 +0800
  • 43355677f9 feat(frontend): 对齐聊天页与消息流类型接口 肖应宇 2026-03-29 00:24:34 +0800
  • 662911e93b chore(frontend): 对齐 eslint 忽略规则 肖应宇 2026-03-29 00:15:58 +0800
  • e2250411d3 fix(frontend): 修复本地设置持久化 肖应宇 2026-03-29 00:15:32 +0800
  • f2c68a4ec5 chore(frontend): 同步工作区小组件格式 肖应宇 2026-03-29 00:14:36 +0800
  • 63e4869101 chore(frontend): 同步 about 文档格式 肖应宇 2026-03-29 00:13:15 +0800
  • 51f38226ac chore(frontend): 同步工作区剪贴板处理 肖应宇 2026-03-29 00:12:45 +0800
  • c532f830d9 chore(frontend): 对齐 mcp api 与 mobile hook 格式 肖应宇 2026-03-29 00:12:03 +0800
  • 7071ead062 feat(frontend): 同步 agent 页面头部并保留本地行为 肖应宇 2026-03-29 00:11:01 +0800
  • a0ce3d8b08 fix(frontend): 恢复自定义 artifact-file-detail 实现 肖应宇 2026-03-29 00:06:55 +0800
  • a34622c45c feat(frontend): 合并线程流与工件详情并兼容聊天页 肖应宇 2026-03-29 00:04:46 +0800
  • a8f6e934ad feat(frontend): 对齐消息工具并保留 YAML 操作 肖应宇 2026-03-28 23:53:08 +0800
  • 98caba9cf1 chore(frontend): 对齐 prettier 脚本 肖应宇 2026-03-28 23:47:20 +0800
  • 687c1a056b feat(frontend): 对齐工作区布局与 toaster/command palette 肖应宇 2026-03-28 23:44:12 +0800
  • d0be23b8fb feat(frontend): 合并消息列表栈并保留 YAML 物化 肖应宇 2026-03-28 23:40:39 +0800
  • 2501dee2ba feat(frontend): 合并 message-list-item 并保留本地兼容 肖应宇 2026-03-28 23:35:19 +0800
  • 598285abba chore(frontend): 同步 AGENTS 与 Dockerfile 肖应宇 2026-03-28 23:30:29 +0800
  • 99cdbcd466 fix(frontend): 保留 legacy use-chat-mode 路径 肖应宇 2026-03-28 23:27:22 +0800
  • 09c3dce083 feat(frontend): 同步 ai-elements 与 ui 层 肖应宇 2026-03-28 23:19:47 +0800
  • 87bdb58a9e chore(frontend): 稳定增量集成的 lint 与 typecheck 肖应宇 2026-03-28 23:08:45 +0800
  • 036f8fb3b1 fix(frontend): 对齐线程接口并恢复类型检查 肖应宇 2026-03-28 22:57:56 +0800
  • e6e23925c2 feat(frontend): 合并 i18n 模式与消息工具兼容 肖应宇 2026-03-28 22:54:05 +0800
  • c67dad6db5 feat(frontend): 手工合并 layout、脚本与上传接口 肖应宇 2026-03-28 22:49:47 +0800
  • e6183e84fc feat(frontend): 对共享文件应用自动三方合并 肖应宇 2026-03-28 22:43:54 +0800
  • 0d255e9ac4 feat(frontend): 合并与 github/main 的安全无冲突更新 肖应宇 2026-03-28 22:41:44 +0800
  • 63a5cc22c2 feat(frontend): 从快照新增 workspace 与 core 文件 肖应宇 2026-03-28 22:38:00 +0800
  • 4b41b7510c feat(frontend): 从 github/main 快照补充 agent 模块 肖应宇 2026-03-28 22:35:24 +0800
  • 9ba132127d chore(frontend): 导入 github/main 的 frontend 快照到隔离目录 肖应宇 2026-03-28 22:32:24 +0800
  • 09c6a74ea3 revert(frontend): 回滚错误的 frontend 同步提交 肖应宇 2026-03-28 22:26:27 +0800
  • 42ad3f8336 merge(frontend): sync frontend files from github/main into feat/originui-frontend-integration 肖应宇 2026-03-28 22:23:00 +0800
  • 03808df46b merge: main into feat/originui 肖应宇 2026-03-28 21:58:51 +0800
  • 70af78d116 Support custom channel assistant IDs via lead_agent (#1500) DanielWalnut 2026-03-28 19:07:38 +0800
  • 18e3487888
    Support custom channel assistant IDs via lead_agent (#1500) DanielWalnut 2026-03-28 19:07:38 +0800
  • 19fe9bbde6 fix(middleware): fall back to configurable thread_id in MemoryMiddleware (#1425) (#1426) Nan Gao 2026-03-28 17:00:11 +0800
  • 520c0352b5
    fix(middleware): fall back to configurable thread_id in MemoryMiddleware (#1425) (#1426) Nan Gao 2026-03-28 17:00:11 +0800
  • 9ae7054da3 fix(task_tool): fallback to configurable thread_id when context is mi… (#1343) SHIYAO ZHANG 2026-03-28 16:44:15 +0800
  • 690d80f46f
    fix(task_tool): fallback to configurable thread_id when context is mi… (#1343) SHIYAO ZHANG 2026-03-28 16:44:15 +0800
  • 2ce43aef01 Fix IM channel backend URLs in Docker (#1497) DanielWalnut 2026-03-28 16:37:41 +0800
  • c2dd8937ed
    Fix IM channel backend URLs in Docker (#1497) DanielWalnut 2026-03-28 16:37:41 +0800
  • a99b01cda6 fix(frontend): separate mock and default LangGraph clients (#1504) zihao 2026-03-28 16:33:22 +0800
  • 9caea0266e
    fix(frontend): separate mock and default LangGraph clients (#1504) zihao 2026-03-28 16:33:22 +0800
  • 4e14405284 fix: prevent SpeechRecognition instance leaks on render (#1369) 7. Sun 2026-03-28 08:20:38 +0000
  • 49f2e38fbf
    fix: prevent SpeechRecognition instance leaks on render (#1369) 7. Sun 2026-03-28 08:20:38 +0000
  • a406a2623e fix: refactor to use getBaseOrigin for URL construction in backend and LangGraph base URL functions (#1494) JeffJiang 2026-03-28 12:18:03 +0800
  • d22cab8614
    fix: refactor to use getBaseOrigin for URL construction in backend and LangGraph base URL functions (#1494) JeffJiang 2026-03-28 12:18:03 +0800
  • eaaa100c10 fix(oauth): inject billing header for Claude oAuth Models (#1442) taka6745 2026-03-28 10:49:34 +1000
  • 43ef3691a5
    fix(oauth): inject billing header for Claude oAuth Models (#1442) taka6745 2026-03-28 10:49:34 +1000
  • fe17c2d334 chore(ci): align workflow action versions (#1484) luo jiyin 2026-03-27 23:25:55 +0800
  • ca20b48601
    chore(ci): align workflow action versions (#1484) luo jiyin 2026-03-27 23:25:55 +0800
  • 3394169c59 fix: replace print() with logging across harness package (#1282) moose-lab 2026-03-27 23:15:35 +0800
  • 03b144f9c9
    fix: replace print() with logging across harness package (#1282) moose-lab 2026-03-27 23:15:35 +0800
  • 0f7d9462ff docs(frontend): update better-auth README notes (#1487) luo jiyin 2026-03-27 22:58:55 +0800
  • 9a4e8f438a
    docs(frontend): update better-auth README notes (#1487) luo jiyin 2026-03-27 22:58:55 +0800
  • 87d149d91d docs(README): add missing cross-language README links (#1479) Zeng Qingwen 2026-03-27 22:49:59 +0800
  • 6bf23ba0a3
    docs(README): add missing cross-language README links (#1479) Zeng Qingwen 2026-03-27 22:49:59 +0800
  • ef940f7992 chore(frontend): align format scripts with Makefile and README (#1481) luo jiyin 2026-03-27 22:49:41 +0800
  • 50db51d0fb
    chore(frontend): align format scripts with Makefile and README (#1481) luo jiyin 2026-03-27 22:49:41 +0800
  • 7acbbe5e6d docs(SETUP): correct setup documentation links (#1478) Zeng Qingwen 2026-03-27 22:44:01 +0800
  • 18b0794125
    docs(SETUP): correct setup documentation links (#1478) Zeng Qingwen 2026-03-27 22:44:01 +0800