Skip to content

Commit c4ffdb2

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feat/connect-model-catalog
# Conflicts: # apps/kimi-code/test/tui/kimi-tui-message-flow.test.ts
2 parents a50f2ae + 7858821 commit c4ffdb2

61 files changed

Lines changed: 1856 additions & 612 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/add-ctrl-j-newline.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@moonshot-ai/kimi-code": patch
3+
---
4+
5+
Add `Ctrl-J` as an additional shortcut for inserting new lines in the TUI prompt.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@moonshot-ai/agent-core": patch
3+
"@moonshot-ai/kimi-code": patch
4+
---
5+
6+
Add wire record migration handling during session replay.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@moonshot-ai/kimi-code": patch
3+
---
4+
5+
Hide the empty current session from the sessions picker while keeping other empty sessions visible.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@moonshot-ai/kimi-code-oauth": patch
3+
"@moonshot-ai/kimi-code": patch
4+
---
5+
6+
Surface API-provided error messages during feedback, usage, login, and model setup failures.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@moonshot-ai/agent-core": patch
3+
"@moonshot-ai/kimi-code": patch
4+
---
5+
6+
Persist model selections from the terminal UI to the default configuration, and honor the configured default thinking state for new sessions.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@moonshot-ai/agent-core": patch
3+
"@moonshot-ai/kimi-code": patch
4+
---
5+
6+
Move wire metadata handling into the record layer and keep persistence backends limited to storage operations.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@moonshot-ai/agent-core": patch
3+
"@moonshot-ai/kimi-code": patch
4+
---
5+
6+
Retry compaction responses that do not contain a summary before updating conversation history.

.changeset/warn-tmux-key-config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@moonshot-ai/kimi-code": patch
3+
---
4+
5+
Warn tmux users when extended key settings may prevent modified Enter shortcuts from working.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@moonshot-ai/agent-core": patch
3+
"@moonshot-ai/kimi-code": patch
4+
---
5+
6+
Let Kimi requests use the remaining context window for completion tokens by default while keeping explicit environment limits as hard caps.

.github/workflows/native-bundle.yml renamed to .github/workflows/manual-native-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Native Bundle
1+
name: Manual Native Bundle
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)