unraid
c17edcb12e
feat: Computer Use — Windows 跨平台支持 + GUI 无障碍增强 + Python Bridge
...
三平台 Computer Use (macOS + Windows + Linux),Windows 专项增强。
- MCP server: toolCalls/tools/executor/mcpServer 等 12 文件完整实现
- 平台抽象层: platforms/{win32,darwin,linux}.ts
- 跨平台 executor: executorCrossPlatform.ts
- CHICAGO_MCP + VOICE_MODE feature flags 启用
- windowMessage.ts: SendMessageW (WM_CHAR Unicode + 剪贴板粘贴)
- windowBorder.ts: 4 叠加窗口边框 (30fps 跟踪)
- uiAutomation.ts: UI Automation 元素树/点击/写值
- accessibilitySnapshot.ts: 无障碍快照 → 模型感知 GUI
- bridge.py + bridgeClient.ts: Python 长驻进程 (替代 per-call PS)
- window_management: min/max/restore/close/focus (Win32 API)
- click_element / type_into_element: 按名称操作 (无需坐标)
- 截图自动附带 Accessibility Snapshot
- 17 种方法, stdin/stdout JSON 通信
- 窗口枚举 1.5ms vs PS 500ms, 截图 360ms vs PS 800ms
- 依赖: mss + Pillow + pywinauto
2026-04-05 15:47:20 +08:00
unraid
7a2ade0a02
chore: add .agents/.codex/.omx to .gitignore
2026-04-05 15:38:45 +08:00
HitMargin
a50971f26f
ConsoleOAuthFlow: 添加 base_url URL 格式验证
2026-04-05 14:17:40 +08:00
HitMargin
41f733a60f
验证 OAuth 流程中的 base_url 防止无效 URL
2026-04-05 13:58:50 +08:00
HitMargin
282f2f4367
删除误导注释
2026-04-05 13:37:12 +08:00
HitMargin
1e53943e06
修复小问题
2026-04-05 13:29:52 +08:00
HitMargin
a0141c1ba5
ConsoleOAuthFlow格式化恢复
2026-04-05 11:59:48 +08:00
sobird
c16fc62877
chore: update
2026-04-05 09:12:48 +08:00
HitMargin
eb6fbe518e
分离OpenAI和Anthropic模型的环境变量
2026-04-05 03:31:06 +08:00
xutianyi
354c11f035
fix: improve size calculation for LRU cache and handle nested object content
2026-04-05 01:43:18 +08:00
sobird
d3a607e4e5
fix: 修复代码不能在终端高亮的问题
...
highlight.js v11 result = hljs().highlight(); 已经不存在result.emitter,使用result._emitter替代
2026-04-05 01:37:21 +08:00
HitMargin
ec5dfed19e
fix provider指令切换模型类型
2026-04-05 00:53:04 +08:00
HitMargin
c33d5dcb1a
Merge branch 'claude-code-best:main' into main
2026-04-04 23:34:02 +08:00
claude-code-best
f49c7d7e8c
Revert "docs: 更新 README,新增 Run.ps1/TODO.md,删除 V6.md"
...
This reverts commit 32804623e0 .
2026-04-04 23:31:21 +08:00
HitMargin
0c9fd37e01
Merge branch 'claude-code-best:main' into main
2026-04-04 23:30:38 +08:00
claude-code-best
5b1a52b8e0
更新大量 tsx 原始文件; 已经迁移 login panel; 部分 ( #121 )
...
* style(B1-1): 格式化 ink/buddy/cli/context/screens/tasks/services/keybindings/state (43 files)
纯格式化:移除分号、React Compiler import、import 多行展开。
修复了 Box.tsx 和 ScrollBox.tsx 中无效的 global.d.ts import。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* style(B1-2): 格式化 commands (79 files)
纯格式化:移除分号、React Compiler import、import 多行展开。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* style(B1-3): 格式化 components/messages,permissions,mcp,sandbox,shell (104 files)
纯格式化:移除分号、React Compiler import、import 多行展开。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* style(B1-4): 格式化 components/PromptInput,FeedbackSurvey,tasks,agents,skills,design-system,wizard (73 files)
纯格式化:移除分号、React Compiler import、import 多行展开。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* style(B1-5): 格式化 components其余 + hooks + tools (232 files)
纯格式化:移除分号、React Compiler import、import 多行展开。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* style(B1-6): 格式化 main/entrypoints/utils/moreright (21 files)
纯格式化:移除分号、React Compiler import、import 多行展开。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* docs: 更新 README,新增 Run.ps1/TODO.md,删除 V6.md
- README.md: 大幅重写,更详细版本历史和配置示例
- Run.ps1: 新增 Windows 启动脚本
- TODO.md: 新增包完成清单
- V6.md: 删除(架构重构规划已不适用)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* fix: 修复以前的问题
* fix: 修复 login 面板的问题
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-04 23:24:27 +08:00
HitMargin
b5d1dbc9d0
provider指令切换模型类型
2026-04-04 23:15:49 +08:00
HitMargin
ad104449f9
Merge branch 'claude-code-best:main' into main
2026-04-04 21:11:29 +08:00
claude-code-best
02694918b5
docs: 更新文档及构建脚本
2026-04-04 21:09:21 +08:00
HitMargin
e548369f14
ReWrite
2026-04-04 19:14:06 +08:00
HitMargin
3ae973c7e2
ReWrite
2026-04-04 19:11:25 +08:00
HitMargin
7631c0f463
Merge remote main and resolve conflicts
2026-04-04 19:06:31 +08:00
HitMargin
4fa758240d
Merge branch 'claude-code-best:main' into main
2026-04-04 17:04:28 +08:00
claude-code-best
c99021d5a3
fix: 尝试修复 windows 下面没有 unzip 的问题
2026-04-04 17:02:39 +08:00
HitMargin
affc826b78
Merge branch 'claude-code-best:main' into main
2026-04-04 16:49:30 +08:00
claude-code-best
d720580e75
docs: 添加对 rg 下载的提示
2026-04-04 16:44:45 +08:00
claude-code-best
bd6707ad14
Merge remote-tracking branch 'AgentArc/main'
2026-04-04 16:43:01 +08:00
claude-code-best
e8f417e59f
Merge remote-tracking branch 'origin/feature/computer-use/mac-support'
2026-04-04 16:42:51 +08:00
claude-code-best
f83198e506
feat: 删除 npm deprecation-warning 的黄色指引
2026-04-04 16:40:10 +08:00
claude-code-best
462fe69d80
fix: 修复 openai 的 cost 计算问题
2026-04-04 16:37:50 +08:00
claude-code-best
ab7556e355
feat: auto dream 开启
2026-04-04 16:28:09 +08:00
claude-code-best
ea06f50749
docs: 添加 computer use 的说明
2026-04-04 15:53:48 +08:00
arc
840d4574da
fix issues/79: F5 直接调试
2026-04-04 14:57:31 +08:00
arc
6a3fd223fc
fix issues/114: bun install报错download-ripgrep MODULE_NOT_FOUND
2026-04-04 14:49:04 +08:00
claude-code-best
765569b3cf
feat: 更新 Computer Use 用户指南,添加 macOS 和 Windows 支持文档链接
2026-04-04 12:24:11 +08:00
claude-code-best
ad1f90a00e
feat: 恢复 mac 版本的 Computer Use
2026-04-04 11:36:43 +08:00
HitMargin
dfe25b1885
Merge branch 'claude-code-best:main' into main
2026-04-04 10:58:52 +08:00
HitMargin
6fefff2ef2
claude-code with OpenAI mode fix ( #102 )
...
Co-authored-by: HitMargin <hitmargin@qq.com >
2026-04-04 10:54:13 +08:00
claude-code-best
419d1e8bcc
docs: 更新 CLAUDE.md
2026-04-04 10:39:14 +08:00
claude-code-best
fc9faa2af2
docs: 更新文档
2026-04-04 09:57:41 +08:00
HitMargin
21b2854537
1.0.4
2026-04-04 03:11:50 +08:00
HitMargin
fa5329db20
Merge remote main: keep OpenAI fix
2026-04-04 02:13:10 +08:00
HitMargin
c9f95fc34d
claude-code with OpenAI mode fix
2026-04-04 01:21:00 +08:00
claude-code-best
a67b4a40b0
docs: 更新最新说明
2026-04-04 00:16:13 +08:00
Dosion
913702d97e
feat: built-in status line with usage quota display ( #89 )
...
* feat: built-in status line with usage quota display
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-04 00:15:23 +08:00
claude-code-best
86d2c8f9e8
Merge remote-tracking branch 'amDosion/feat/computer-use-windows'
2026-04-04 00:12:52 +08:00
claude-code-best
131465097f
Merge branch 'pr/amDosion/92'
2026-04-04 00:12:15 +08:00
unraid
ca086b045a
fix: resolve Windows Computer Use request_access and screenshot errors
...
Two root causes fixed:
1. swiftLoader.ts: require('@ant/computer-use-swift') returns a module
with { ComputerUseAPI } class, not an instance. macOS native .node
exports a plain object. Fixed by detecting class export and calling
new ComputerUseAPI().
2. executor.ts resolvePrepareCapture: toolCalls.ts expects result to have
{ hidden: string[], displayId: number } fields. Our ComputerUseAPI
returns { base64, width, height } only. Fixed by backfilling missing
fields with defaults.
Verified: request_access → screenshot → left_click all work on Windows.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-04 00:09:51 +08:00
claude-code-best
52d8b83b24
docs: 更新 Readme
2026-04-04 00:03:58 +08:00
claude-code-best
8cb1a15ca5
Merge branch 'pr/amDosion/93'
2026-04-04 00:00:40 +08:00