claude-code-best
ad1f90a00e
feat: 恢复 mac 版本的 Computer Use
2026-04-04 11:36:43 +08:00
claude-code-best
fc9faa2af2
docs: 更新文档
2026-04-04 09:57:41 +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
8cef1b6a93
Merge remote-tracking branch 'amDosion/feat/enable-chrome-mcp'
2026-04-04 00:00:34 +08:00
unraid
3707c3c0ba
feat: Windows Computer Use enhancement — PrintWindow, UI Automation, OCR
...
New Windows-native capabilities:
- windowCapture.ts: PrintWindow API for per-window screenshot (works on
occluded/background windows)
- windowEnum.ts: EnumWindows for precise window enumeration with HWND
- uiAutomation.ts: IUIAutomation for UI tree reading, element clicking,
text input, and coordinate-based element identification
- ocr.ts: Windows.Media.Ocr for screen text recognition (en-US + zh-CN)
Updated win32.ts backend to use EnumWindows for listRunning() and added
captureWindowTarget() for window-specific screenshots.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-04 00:00:02 +08:00
claude-code-best
00b044e8b2
支持 OpenAI Chat 兼容协议 ( #99 )
...
* feat: 完成 openai 接口兼容
* feat: 完成 openai 协议兼容
* fix: 修复测试用例
2026-04-03 23:33:17 +08:00
unraid
e3264a1691
feat: enable Computer Use with macOS + Windows + Linux support
...
Phase 1: Replace @ant/computer-use-mcp stub (12 files, 6517 lines).
Phase 2: Remove 8 macOS-only guards in src/:
- main.tsx: remove getPlatform()==='macos' check
- swiftLoader.ts: remove darwin-only throw
- executor.ts: extend platform guard, clipboard dispatch, paste key
- drainRunLoop.ts: skip CFRunLoop pump on non-darwin
- escHotkey.ts: non-darwin returns false (Ctrl+C fallback)
- hostAdapter.ts: non-darwin permissions granted
- common.ts: dynamic platform + screenshotFiltering
- gates.ts: enabled:true, subscription check removed
Phase 3: Add Linux backends (xdotool/scrot/xrandr/wmctrl):
- computer-use-input/backends/linux.ts (173 lines)
- computer-use-swift/backends/linux.ts (278 lines)
Verified on Windows x64: mouse, screenshot, displays, foreground app.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-03 23:17:14 +08:00
unraid
6738a76152
feat: enable Claude in Chrome MCP with full browser control
...
Replace the 6-line stub in @ant/claude-for-chrome-mcp with the complete
implementation (8 files, 3038 lines) from the reference project.
Provides 17 browser tools: navigate, screenshot, click, type, read DOM,
execute JS, record GIF, monitor console/network, manage tabs, etc.
No feature flag needed. No changes to src/ (already matches official).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-03 21:46:07 +08:00
claude-code-best
4a9e9185b1
docs: 更新文档
2026-04-03 20:23:51 +08:00
claude-code-best
4c5a12228c
docs: 调整文档
2026-04-03 19:56:35 +08:00
claude-code-best
7e888ce38d
feat: 添加 测试 agent 及一些文档
2026-04-03 19:27:23 +08:00
claude-code-best
cb046b4df0
docs: 添加文档
2026-04-03 11:52:14 +08:00
claude-code-best
8e4aea45a8
docs: 维护两个新的文档
2026-04-03 11:01:17 +08:00
claude-code-best
5278ce1f3a
docs: 新增两份文档
2026-04-03 10:56:52 +08:00
claude-code-best
e74c009e02
feat: 添加 GrowthBook 自定义服务器适配器
...
通过 CLAUDE_GB_ADAPTER_URL/KEY 环境变量连接自定义 GrowthBook 实例,
无配置时所有 feature 读取返回代码默认值。支持 GrowthBook Cloud(非 remoteEval),
含完整文档和 feature key 列表。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-03 10:37:15 +08:00
claude-code-best
78144b4dba
feat: 关闭 Datadog 日志发送
2026-04-03 09:49:59 +08:00
claude-code-best
e32c159f35
feat: 关闭自动更新
2026-04-03 09:39:32 +08:00
claude-code-best
119518599e
feat: 更新 sentry 错误上报
2026-04-03 09:39:25 +08:00
claude-code-best
e48da3956c
feat: 修正 web search 工具
2026-04-03 00:47:37 +08:00
claude-code-best
5ee49fd106
docs: 添加一大堆 feature 的描述
2026-04-02 22:52:32 +08:00
claude-code-best
68ccf28be8
feat: 尝试修复 auto mode
2026-04-02 20:57:52 +08:00
claude-code-best
6f5623b26c
docs: 完成新版测试文档
2026-04-02 17:37:06 +08:00
claude-code-best
799dacc407
test: 新增一波测试文件
2026-04-02 16:21:24 +08:00
claude-code-best
1086f68381
docs: 增加测试及 auto mode 文档
2026-04-02 15:06:51 +08:00
claude-code-best
006ad97fbb
test: 新增测试代码文件
2026-04-02 14:44:56 +08:00
claude-code-best
9c3803d16b
docs: 指定测试计划
2026-04-02 14:14:35 +08:00
claude-code-best
4f323efb61
test: Phase 5 — 添加 12 个测试文件 (+209 tests, 1177 total)
...
新增覆盖: effort, tokenBudget, displayTags, taggedId,
controlMessageCompat, MCP normalization/envExpansion,
gitConfigParser, formatBriefTimestamp, hyperlink, windowsPaths, notebook
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-02 10:11:43 +08:00
claude-code-best
21ac9e441f
test: Phase 2-4 — 添加 12 个测试文件 (+321 tests, 968 total)
...
Phase 2 (轻 Mock): envUtils, sleep/sequential, memoize, groupToolUses, dangerousPatterns, outputLimits
Phase 3 (补全): zodToJsonSchema, PermissionMode, envValidation
Phase 4 (工具模块): mcpStringUtils, destructiveCommandWarning, commandSemantics
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-02 09:29:01 +08:00
claude-code-best
91c5bea27a
docs: 添加后续测试覆盖计划 (Phase 1-4)
...
4 个阶段共计 ~213 tests / 20 files,目标从 647 提升至 ~860 tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-02 08:46:09 +08:00
claude-code-best
0d89079694
docs: 更新测试覆盖状态至 647 tests / 32 files
...
- 新增 json/truncate/path/tokens/FileEditTool/permissions 测试记录
- 更新已知限制(Bun.JSONL bug, spawnMultiAgent 重依赖)
- 添加 Mock 策略总结章节
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-02 08:08:35 +08:00
claude-code-best
fd2ad71a4e
docs: 更新测试规范,记录当前 517 个测试的覆盖状态
...
在 testing-spec.md 新增第 11 节,按 P0/P1/P2 分类记录 25 个
测试文件的覆盖范围、测试数量及已知的重依赖限制。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-01 22:50:47 +08:00
claude-code-best
a426a50c0e
docs: 完善测试文档编写
2026-04-01 21:19:41 +08:00
claude-code-best
c57e6ee384
docs: 文档优化完成
2026-04-01 17:18:48 +08:00
claude-code-best
8b63e54e94
docs: 文档更新
2026-04-01 16:43:45 +08:00
claude-code-best
7d5271e63e
docs: 更新文档
2026-04-01 16:11:37 +08:00
claude-code-best
64f79dc3be
feat: 改善 seo
2026-04-01 15:21:46 +08:00
claude-code-best
c5b55c1bf9
docs: 完成大量文档
2026-04-01 14:44:21 +08:00
claude-code-best
2fa91489c8
docs: 新增「揭秘:隐藏功能与内部机制」文档栏目
...
添加 5 篇文档揭示 Claude Code 的三层功能门禁系统:
- 构建时 88+ feature flags 分类全解
- GrowthBook 运行时 A/B 测试体系与 tengu_* 命名文化
- KAIROS/PROACTIVE/BRIDGE 等 8 大未公开功能深度分析
- Ant 身份门控下的专属工具、命令与 Beta API
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-01 11:30:27 +08:00
claude-code-best
4233ee7de6
docs: 更新文档, 加上配图
2026-04-01 11:14:20 +08:00
claude-code-best
604110272f
docs: 尝试修复 docs 的位置
2026-04-01 10:09:00 +08:00
claude-code-best
f6fe94463e
docs: mintlify 文档撰写
2026-04-01 09:16:41 +08:00