kimi-code/packages/protocol
haozhe.yang f3ebc1e2a7 feat(server-v2): port v1 session fs routes
- expose /api/v1/sessions/{sid}/fs:* mirror routes backed by the
  Session-scoped IFsService (list, read, list_many, stat, stat_many,
  mkdir, search, grep, git_status, diff, open, open-in, reveal) plus the
  fs/{path}:download stream
- extend agent-core-v2 IFsService with list/read/stat/mkdir/resolve
  methods and add fs.is_directory/is_binary/too_large/already_exists
  error codes (protocol KimiErrorCode + FsErrors)
- seed IWorkspaceContext with the session work dir in session-lifecycle
  so workspace-relative services resolve paths against the session root
- port fileLaunch lib for open/reveal/open-in
2026-06-30 14:19:18 +08:00
..
src feat(server-v2): port v1 session fs routes 2026-06-30 14:19:18 +08:00
CHANGELOG.md ci: release packages (#746) 2026-06-15 22:50:45 +08:00
package.json ci: release packages (#746) 2026-06-15 22:50:45 +08:00
tsconfig.json feat(protocol): extract shared protocol package from agent-core (#612) 2026-06-10 14:03:38 +08:00
tsdown.config.ts feat(protocol): extract shared protocol package from agent-core (#612) 2026-06-10 14:03:38 +08:00
vitest.config.ts chore: use raw query imports for prompt sources (#682) 2026-06-12 11:47:44 +08:00