fix(web): deduplicate workspaces shown in the sidebar (#1221)

Collapse registered workspaces that share a root in the daemon registry (preferring the canonical id) and in the web sidebar merge, so the same folder no longer renders as two identical, synchronously-selected entries.
This commit is contained in:
qer 2026-06-30 17:25:24 +08:00 committed by GitHub
parent ec51324230
commit a3f9cec8a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 271 additions and 71 deletions

View file

@ -0,0 +1,6 @@
---
"@moonshot-ai/agent-core": patch
"@moonshot-ai/kimi-code": patch
---
Fix duplicate workspaces showing in the web sidebar when the same folder is registered more than once.