Skip to content

Commit c79972c

Browse files
ci: release packages (#585)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11bb62c commit c79972c

8 files changed

Lines changed: 26 additions & 15 deletions

File tree

.changeset/ignore-obsolete-experiments.md

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

.changeset/openai-compatible-xhigh-reasoning.md

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

apps/kimi-code/CHANGELOG.md

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

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- [#584](https://github.com/MoonshotAI/kimi-code/pull/584) [`11bb62c`](https://github.com/MoonshotAI/kimi-code/commit/11bb62c12f38d380a0ca1bb89ee2df67f93300e1) - Allow obsolete experimental config entries to remain without blocking startup.
8+
9+
- [#581](https://github.com/MoonshotAI/kimi-code/pull/581) [`aa3471f`](https://github.com/MoonshotAI/kimi-code/commit/aa3471f5d3d2960834ba3239c0b8459144bc79fa) - Pass through xhigh reasoning effort for OpenAI-compatible chat completions requests.
10+
311
## 0.12.0
412

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

packages/agent-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @moonshot-ai/agent-core
22

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- [#584](https://github.com/MoonshotAI/kimi-code/pull/584) [`11bb62c`](https://github.com/MoonshotAI/kimi-code/commit/11bb62c12f38d380a0ca1bb89ee2df67f93300e1) - Allow obsolete experimental config entries to remain without blocking startup.
8+
9+
- Updated dependencies [[`aa3471f`](https://github.com/MoonshotAI/kimi-code/commit/aa3471f5d3d2960834ba3239c0b8459144bc79fa)]:
10+
- @moonshot-ai/kosong@0.4.1
11+
312
## 0.11.0
413

514
### Minor Changes

packages/agent-core/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/agent-core",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"private": true,
55
"description": "The unified agent engine for Kimi",
66
"license": "MIT",

packages/kosong/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#581](https://github.com/MoonshotAI/kimi-code/pull/581) [`aa3471f`](https://github.com/MoonshotAI/kimi-code/commit/aa3471f5d3d2960834ba3239c0b8459144bc79fa) - Pass through xhigh reasoning effort for OpenAI-compatible chat completions requests.
8+
39
## 0.4.0
410

511
### Minor Changes

packages/kosong/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/kosong",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"description": "The LLM abstraction layer for modern AI agent applications",
66
"license": "MIT",

0 commit comments

Comments
 (0)