claude-code-best/packages/remote-control-server/src
James Feng 18f5f99e7d fix: resolve all 14 test failures to 0
- Remove duplicate notifyAutomationStateChanged that shadowed real impl (sessionState 3→0)
- Fix messages.ts stub: re-export instead of type-only (ExecuteTool/VaultHttpFetch mock leaks)
- Fix CWD-dependent paths in queryModelOpenAI and VaultHttpFetch tests (use import.meta.url)
- Add missing logger.ts stub for remote-control-server
- CI: add --isolate flag, baseline 14→0
- Tests: 3643 pass,14 fail → 3857 pass,0 fail (--isolate)
2026-06-05 01:17:04 +08:00
..
__tests__ feat: ACP 协议版本 remote control (#293) 2026-06-04 23:53:06 +08:00
auth feat: remote control 支持 auto bind 功能 (#300) 2026-06-04 23:53:13 +08:00
routes feat: remote control 支持 auto bind 功能 (#300) 2026-06-04 23:53:13 +08:00
services feat: remote control 支持 auto bind 功能 (#300) 2026-06-04 23:53:13 +08:00
transport feat: 支持 acp-link 包进行 acp 通用的 remote-control (#292) 2026-06-04 23:52:35 +08:00
types feat: remote control 支持 auto bind 功能 (#300) 2026-06-04 23:53:13 +08:00
config.ts feat: 支持 acp-link 包进行 acp 通用的 remote-control (#292) 2026-06-04 23:52:35 +08:00
index.ts feat: 支持 acp-link 包进行 acp 通用的 remote-control (#292) 2026-06-04 23:52:35 +08:00
logger.ts fix: resolve all 14 test failures to 0 2026-06-05 01:17:04 +08:00
store.ts feat: remote control 支持 auto bind 功能 (#300) 2026-06-04 23:53:13 +08:00