- Add src/utils/sensitive.ts: redactUrl/redactValue/redactForLog - Apply redaction to MCP config printing (mcp.tsx) - Apply redaction to hard-fail logging (log.ts) - Apply redaction to chrome native host debug log - Apply redaction to CLI error output (exit.ts) - RCS: default bind to 127.0.0.1 instead of 0.0.0.0 - RCS: CORS restricted to localhost + baseUrl whitelist - pipeTransport: default bind to 127.0.0.1 via PIPE_HOST env
tsc --noEmit: 26 → 0 ✅ bun run build: 562 files ✅ bun test: 3338 pass (0 regression) 变更 (9 files, +128/-12): - udsClient.ts: 补 sendToUdsSocket, listAllLiveSessions, LiveSession 类型, PeerInfo 扩展字段 - peerAddress.ts: scheme 联合加 'tcp', 补 parseTcpTarget stub - peerSessions.ts: 补 listBridgePeers() stub - channelNotification.ts: 补 ChannelPermissionRequestNotificationSchema + channel_context - acp-link/command.ts: @stricli/core 类型断言 (as any + optional) - acp/agent.ts: 完整 AcpAgent stub (implement Agent interface) - computer-use-swift/types.ts: ScreenshotAPI 加 captureWindowTarget? - ListPeersTool: bridge peer address 映射 - disconnect-monitor.test.ts: status 字段 as any Bridge 远程控制链 (Daemon→UDS/TCP→Bridge→ACP) 类型层已完整就绪。
* feat: 支持自托管的 remote-control-server (#214) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>