chore(changeset): add changesets for the v2 TUI and web UI updates (#2630)

This commit is contained in:
liruifengv 2026-08-05 15:27:27 +08:00 committed by GitHub
parent 75fe068a01
commit 3bd098b806
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 31 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
Start the interactive TUI without creating a session.

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": minor
---
Ask whether to trust the current folder on startup.

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Show the signed-in account and plan usage.

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": minor
---
web: Add and manage custom providers in settings.

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Set an emoji for the session title.

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Pin sessions to the top of the sidebar.

View file

@ -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.