Skip to content

Commit 1cb49db

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

14 files changed

Lines changed: 41 additions & 48 deletions

.changeset/allow-auto-yolo-plan-with-session-resume.md

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

.changeset/iterm2-progress-notifications.md

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

.changeset/qualify-sub-skill-names.md

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

.changeset/replay-compaction-records.md

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

.changeset/shell-streaming-output.md

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

.changeset/skip-replan-on-resume-and-scope-startup-flags.md

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

.changeset/sync-registry-providers.md

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

.changeset/tolerate-invalid-config.md

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

apps/kimi-code/CHANGELOG.md

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

3+
## 0.14.2
4+
5+
### Patch Changes
6+
7+
- [#683](https://github.com/MoonshotAI/kimi-code/pull/683) [`ad239cb`](https://github.com/MoonshotAI/kimi-code/commit/ad239cb1c08266a442c9ca0382fefed87bcb1fd4) - Allow `--auto`, `--yolo`, and `--plan` to be combined with `--session` or `--continue` by applying the requested mode to the resumed session.
8+
9+
- [#690](https://github.com/MoonshotAI/kimi-code/pull/690) [`7f0dde2`](https://github.com/MoonshotAI/kimi-code/commit/7f0dde2ece3f9a004e934d69258dfd47c954043c) - Fix endless desktop notifications in iTerm2 by only sending terminal progress sequences to terminals that support them.
10+
11+
- [#651](https://github.com/MoonshotAI/kimi-code/pull/651) [`c39c625`](https://github.com/MoonshotAI/kimi-code/commit/c39c62590db708fc81bd8627ea661c38f3fff9af) - Qualify sub-skill names with their parent prefix and expose sub-skills as dotted slash commands in the TUI.
12+
13+
- [#617](https://github.com/MoonshotAI/kimi-code/pull/617) [`911e7c3`](https://github.com/MoonshotAI/kimi-code/commit/911e7c3fcfc8a005b1b8d90388260d1a4032f76f) - Show completed and cancelled compaction records correctly when resuming a session.
14+
15+
- [#676](https://github.com/MoonshotAI/kimi-code/pull/676) [`dcf3075`](https://github.com/MoonshotAI/kimi-code/commit/dcf30754d09c7560101bc410387792194c3fe2b4) - Stream foreground Bash stdout and stderr while commands are still running.
16+
17+
- [#692](https://github.com/MoonshotAI/kimi-code/pull/692) [`7ca9bdf`](https://github.com/MoonshotAI/kimi-code/commit/7ca9bdfed516d148b063229a9686a28f9e29aaef) - Skip re-entering plan mode when resuming a session that is already in plan mode (previously failed with "Already in plan mode"), and stop re-applying `--auto`/`--yolo`/`--plan` startup flags when switching sessions through the `/sessions` picker.
18+
19+
- [#675](https://github.com/MoonshotAI/kimi-code/pull/675) [`d1ba145`](https://github.com/MoonshotAI/kimi-code/commit/d1ba14562bafdb6b93c3eec1b5c453186507ed56) - Sync custom registry provider additions, removals, and rotated registry keys during startup refresh.
20+
21+
- [#689](https://github.com/MoonshotAI/kimi-code/pull/689) [`8d251f8`](https://github.com/MoonshotAI/kimi-code/commit/8d251f8ab44ead65f6c1bb264980ee7d075142ad) - Drop invalid config.toml sections with a warning instead of failing to start.
22+
323
## 0.14.1
424

525
### 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.14.1",
3+
"version": "0.14.2",
44
"description": "The Starting Point for Next-Gen Agents",
55
"license": "MIT",
66
"author": "Moonshot AI",

0 commit comments

Comments
 (0)