claude-code-best/src/bridge
James Feng a648196c3c fix(tsc): Phase 2 — eliminate all Cannot find name errors (204→175)
- Fix 19 Cannot find name + 1 no exported member
- Variable name typos: filePath→_filePath, PermissionMode→PermissionName, etc.
- Missing imports: feature, readFileSync, ALL_MODEL_CONFIGS, etc.
- Stub definitions: suppressNextDiscovery, WORKFLOW_TOOL_NAME_VALUE
- 0 remaining Cannot find module/name/export errors
2026-06-07 10:49:56 +08:00
..
__tests__ feat(remote-control): 优化 Web 展示、状态同步与桥接控制流程 (#288) 2026-06-04 23:51:54 +08:00
src/entrypoints/sdk Fix type (#1239) 2026-06-01 17:48:55 +08:00
bridgeApi.ts feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
bridgeConfig.ts feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
bridgeDebug.ts feat: build 2026-03-31 19:22:47 +08:00
bridgeEnabled.ts feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
bridgeMain.ts fix(tsc): Phase 2 — eliminate all Cannot find name errors (204→175) 2026-06-07 10:49:56 +08:00
bridgeMessaging.ts feat(remote-control): 优化 Web 展示、状态同步与桥接控制流程 (#288) 2026-06-04 23:51:54 +08:00
bridgePermissionCallbacks.ts feat(remote-control): 优化 Web 展示、状态同步与桥接控制流程 (#288) 2026-06-04 23:51:54 +08:00
bridgePointer.ts feat: build 2026-03-31 19:22:47 +08:00
bridgeResultScheduling.ts feat(remote-control): 优化 Web 展示、状态同步与桥接控制流程 (#288) 2026-06-04 23:51:54 +08:00
bridgeStatusUtil.ts feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
bridgeUI.ts Revert "Revert "feat: 第一个可以用的 ink 组件抽象 (#158)" (#175)" 2026-04-07 16:17:48 +08:00
capacityWake.ts feat: build 2026-03-31 19:22:47 +08:00
codeSessionApi.ts feat: build 2026-03-31 19:22:47 +08:00
createSession.ts feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
debugUtils.ts feat: build 2026-03-31 19:22:47 +08:00
envLessBridgeConfig.ts feat: build 2026-03-31 19:22:47 +08:00
flushGate.ts feat: build 2026-03-31 19:22:47 +08:00
inboundAttachments.ts feat: build 2026-03-31 19:22:47 +08:00
inboundMessages.ts feat: 完成第二版类型清理 2026-03-31 23:03:47 +08:00
initReplBridge.ts fix: resolve tsc errors (remaining upstream type fixes) 2026-06-01 19:01:38 +08:00
jwtUtils.ts feat: build 2026-03-31 19:22:47 +08:00
peerSessions.ts feat(bridge): tsc 全绿 — 补齐 Bridge/UDS/TCP/ACP 远程控制链类型 2026-06-02 11:26:11 +08:00
pollConfig.ts feat: build 2026-03-31 19:22:47 +08:00
pollConfigDefaults.ts feat: build 2026-03-31 19:22:47 +08:00
rcDebugLog.ts feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00
remoteBridgeCore.ts chore: merge fcbc8822 — remove 113 unused imports and dead code 2026-06-06 21:18:36 +08:00
remoteInterruptHandling.ts feat(remote-control): 优化 Web 展示、状态同步与桥接控制流程 (#288) 2026-06-04 23:51:54 +08:00
replBridge.ts chore: merge fcbc8822 — remove 113 unused imports and dead code 2026-06-06 21:18:36 +08:00
replBridgeHandle.ts feat: build 2026-03-31 19:22:47 +08:00
replBridgeTransport.ts feat: build 2026-03-31 19:22:47 +08:00
sessionIdCompat.ts feat: build 2026-03-31 19:22:47 +08:00
sessionRunner.ts feat: build 2026-03-31 19:22:47 +08:00
trustedDevice.ts feat: build 2026-03-31 19:22:47 +08:00
types.ts feat: build 2026-03-31 19:22:47 +08:00
webhookSanitizer.ts fix: address CodeRabbit review findings 2026-04-03 04:08:04 +08:00
workSecret.ts feat: 支持自托管的 remote-control-server (#214) 2026-04-09 17:40:50 +08:00