diff --git a/.changeset/web-preserve-scroll-position.md b/.changeset/web-preserve-scroll-position.md new file mode 100644 index 000000000..4be489ec7 --- /dev/null +++ b/.changeset/web-preserve-scroll-position.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Restore each session's scroll position when switching back to it in the web UI. diff --git a/.changeset/web-preserve-side-panel.md b/.changeset/web-preserve-side-panel.md new file mode 100644 index 000000000..44f268f2a --- /dev/null +++ b/.changeset/web-preserve-side-panel.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Keep the open side panel when switching between sessions in the web UI. diff --git a/.changeset/web-scope-composer-attachments.md b/.changeset/web-scope-composer-attachments.md new file mode 100644 index 000000000..9d961e186 --- /dev/null +++ b/.changeset/web-scope-composer-attachments.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Keep unsent composer attachments scoped to their session in the web UI, so switching sessions no longer leaks them into another session's next message. diff --git a/.changeset/web-session-input-history.md b/.changeset/web-session-input-history.md new file mode 100644 index 000000000..c2215d909 --- /dev/null +++ b/.changeset/web-session-input-history.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Scope the web composer's up/down input history to the current session instead of sharing it across all sessions. diff --git a/apps/kimi-web/src/App.vue b/apps/kimi-web/src/App.vue index 6b22e1309..4cdb98713 100644 --- a/apps/kimi-web/src/App.vue +++ b/apps/kimi-web/src/App.vue @@ -1,6 +1,6 @@