claude-code-best/src/server
Askhz aca6133318 feat: serve 模式 session 列表按工作目录过滤
从请求头 x-csc-directory 读取工作目录(cs-cloud 通过此头传递),
GET /session 和 GET /session/status 只返回该目录下的历史会话

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 09:59:26 +08:00
..
__tests__ fix: 修复 serve 模式 SSE 事件流、权限响应、协议对齐 2026-05-08 16:59:45 +08:00
backends feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
routes feat: serve 模式 session 列表按工作目录过滤 2026-05-09 09:59:26 +08:00
connectHeadless.ts feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
createDirectConnectSession.ts feat: build 2026-03-31 19:22:47 +08:00
directConnectManager.ts feat: build 2026-03-31 19:22:47 +08:00
errors.ts feat: 实现基于 Hono 的 HTTP API 服务器(serve 模式) 2026-05-06 14:32:04 +08:00
eventBus.ts fix: 修复 serve 模式 SSE 事件流、权限响应、协议对齐 2026-05-08 16:59:45 +08:00
parseConnectUrl.ts feat: 全面清理类型错误 — tsc 零错误,any 标注全部消除 2026-04-01 01:00:10 +08:00
server.ts fix: 修复 serve 模式 SSE 事件流、权限响应、协议对齐 2026-05-08 16:59:45 +08:00
serverBanner.ts feat: 实现基于 Hono 的 HTTP API 服务器(serve 模式) 2026-05-06 14:32:04 +08:00
serverLog.ts feat: 实现基于 Hono 的 HTTP API 服务器(serve 模式) 2026-05-06 14:32:04 +08:00
sessionHandle.ts fix: 修复 serve 模式 SSE 事件流、权限响应、协议对齐 2026-05-08 16:59:45 +08:00
sessionManager.ts fix: 修复 serve 模式 SSE 事件流、权限响应、协议对齐 2026-05-08 16:59:45 +08:00
transcriptReader.ts feat: 实现基于 Hono 的 HTTP API 服务器(serve 模式) 2026-05-06 14:32:04 +08:00
types.ts feat: 实现基于 Hono 的 HTTP API 服务器(serve 模式) 2026-05-06 14:32:04 +08:00