From 3bd098b80643c99eabdc602b767dbc53fc47cedd Mon Sep 17 00:00:00 2001 From: liruifengv Date: Wed, 5 Aug 2026 15:27:27 +0800 Subject: [PATCH] chore(changeset): add changesets for the v2 TUI and web UI updates (#2630) --- .changeset/tui-lazy-session-creation.md | 5 +++++ .changeset/tui-workspace-trust-prompt.md | 5 +++++ .changeset/web-account-plan-usage.md | 5 +++++ .changeset/web-custom-providers.md | 5 +++++ .changeset/web-session-title-emoji.md | 5 +++++ .changeset/web-sidebar-pinned-sessions.md | 5 +++++ .changeset/web-ui-ux-polish.md | 2 +- 7 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 .changeset/tui-lazy-session-creation.md create mode 100644 .changeset/tui-workspace-trust-prompt.md create mode 100644 .changeset/web-account-plan-usage.md create mode 100644 .changeset/web-custom-providers.md create mode 100644 .changeset/web-session-title-emoji.md create mode 100644 .changeset/web-sidebar-pinned-sessions.md diff --git a/.changeset/tui-lazy-session-creation.md b/.changeset/tui-lazy-session-creation.md new file mode 100644 index 000000000..39cf1e9c7 --- /dev/null +++ b/.changeset/tui-lazy-session-creation.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Start the interactive TUI without creating a session. diff --git a/.changeset/tui-workspace-trust-prompt.md b/.changeset/tui-workspace-trust-prompt.md new file mode 100644 index 000000000..a91011cbc --- /dev/null +++ b/.changeset/tui-workspace-trust-prompt.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": minor +--- + +Ask whether to trust the current folder on startup. diff --git a/.changeset/web-account-plan-usage.md b/.changeset/web-account-plan-usage.md new file mode 100644 index 000000000..52d3f61dd --- /dev/null +++ b/.changeset/web-account-plan-usage.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +web: Show the signed-in account and plan usage. diff --git a/.changeset/web-custom-providers.md b/.changeset/web-custom-providers.md new file mode 100644 index 000000000..6d350deb9 --- /dev/null +++ b/.changeset/web-custom-providers.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": minor +--- + +web: Add and manage custom providers in settings. diff --git a/.changeset/web-session-title-emoji.md b/.changeset/web-session-title-emoji.md new file mode 100644 index 000000000..8368af812 --- /dev/null +++ b/.changeset/web-session-title-emoji.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +web: Set an emoji for the session title. diff --git a/.changeset/web-sidebar-pinned-sessions.md b/.changeset/web-sidebar-pinned-sessions.md new file mode 100644 index 000000000..24551732f --- /dev/null +++ b/.changeset/web-sidebar-pinned-sessions.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +web: Pin sessions to the top of the sidebar. diff --git a/.changeset/web-ui-ux-polish.md b/.changeset/web-ui-ux-polish.md index d7d50c5ad..e739f4886 100644 --- a/.changeset/web-ui-ux-polish.md +++ b/.changeset/web-ui-ux-polish.md @@ -2,4 +2,4 @@ "@moonshot-ai/kimi-code": minor --- -web: Polish the UI/UX and fix known issues. +web: Overhaul the UI/UX and fix known issues.