mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
- Add IBlobStorage role token for pluggable blob backends - Make BlobStoreService depend on IBlobStorage instead of IHostFileSystem - Remove host filesystem dependency from WireRecordService - Seed IBlobStorage in local and server-v2 composition roots - Add BlobStoreService tests
245 B
245 B
| @moonshot-ai/agent-core-v2 | @moonshot-ai/server-v2 |
|---|---|
| patch | patch |
Reroute the blob store backend from the host filesystem to the pluggable storage layer, so server-only deployments no longer require a local filesystem implementation.