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:
qer 2026-07-01 02:03:19 +08:00 committed by GitHub
parent 86e0c9201e
commit 882cf355a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 225 additions and 15 deletions

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
Hide the provider management dialog in the web UI until the server supports it.

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
Fix the web workspace rename not persisting after a page refresh.