Skip to content

Commit dfcd6c8

Browse files
ci: release packages (#1355)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d40d55 commit dfcd6c8

14 files changed

Lines changed: 31 additions & 43 deletions

.changeset/cap-background-command-output.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cli-revert-rendering.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/enlarge-uploaded-images.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-web-video-playback.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pi-tui-revert-rendering.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/print-drain-subagents.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/server-bypass-auth-keep-alive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/web-thinking-effort-levels.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/kimi-code/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @moonshot-ai/kimi-code
22

3+
## 0.22.3
4+
5+
### Patch Changes
6+
7+
- [#1367](https://github.com/MoonshotAI/kimi-code/pull/1367) [`23daf0f`](https://github.com/MoonshotAI/kimi-code/commit/23daf0f3c199b4aaa9bd9388a2903d7827f98d32) - Revert the recent TUI transcript rendering changes to the original upstream behavior while rendering issues are reworked.
8+
9+
- [#1343](https://github.com/MoonshotAI/kimi-code/pull/1343) [`ec758c7`](https://github.com/MoonshotAI/kimi-code/commit/ec758c747a95555847b8a0275ed0809010c7d5e7) - Add click-to-enlarge for images uploaded in the web chat. Click an image in a message to open it.
10+
11+
- [#1343](https://github.com/MoonshotAI/kimi-code/pull/1343) [`ec758c7`](https://github.com/MoonshotAI/kimi-code/commit/ec758c747a95555847b8a0275ed0809010c7d5e7) - Fix uploaded videos failing to play in the web chat.
12+
13+
- [#1371](https://github.com/MoonshotAI/kimi-code/pull/1371) [`5394fea`](https://github.com/MoonshotAI/kimi-code/commit/5394feaabb5d373fab046b3986b10a1180b4991d) - Wait for background subagents to finish and respond to their results before exiting in `kimi -p`, instead of ending the turn early.
14+
15+
- [#1373](https://github.com/MoonshotAI/kimi-code/pull/1373) [`e715b16`](https://github.com/MoonshotAI/kimi-code/commit/e715b1648c57bd0863edf859cb67db0327b7bb94) - Add `--dangerous-bypass-auth` and `--keep-alive` flags to `kimi server run`, so the server can run without a token on trusted networks and stay alive past the idle timeout.
16+
17+
- [#1344](https://github.com/MoonshotAI/kimi-code/pull/1344) [`26b9022`](https://github.com/MoonshotAI/kimi-code/commit/26b90225d21bd18f4f7e3b775f3f7f49034afad9) - Add a segmented thinking-level control in the web model picker for models that support multiple reasoning efforts. Open the composer model menu to choose a level.
18+
319
## 0.22.2
420

521
### Patch Changes

apps/kimi-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonshot-ai/kimi-code",
3-
"version": "0.22.2",
3+
"version": "0.22.3",
44
"description": "The Starting Point for Next-Gen Agents",
55
"license": "MIT",
66
"author": "Moonshot AI",

0 commit comments

Comments
 (0)