mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
fix(web): persist workspace rename and hide provider manager (#1234)
* fix(web): persist workspace rename via the daemon update API * fix(web): hide the unshipped provider manager * fix(web): fall back to a local override for derived workspace renames * fix(web): preserve workspace name override across registration
This commit is contained in:
parent
86e0c9201e
commit
882cf355a9
9 changed files with 225 additions and 15 deletions
5
.changeset/web-hide-provider-manager.md
Normal file
5
.changeset/web-hide-provider-manager.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Hide the provider management dialog in the web UI until the server supports it.
|
||||
5
.changeset/web-workspace-rename.md
Normal file
5
.changeset/web-workspace-rename.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/kimi-code": patch
|
||||
---
|
||||
|
||||
Fix the web workspace rename not persisting after a page refresh.
|
||||
Loading…
Add table
Add a link
Reference in a new issue