mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
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:
parent
ec51324230
commit
a3f9cec8a9
8 changed files with 271 additions and 71 deletions
6
.changeset/fix-web-duplicate-workspaces.md
Normal file
6
.changeset/fix-web-duplicate-workspaces.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue