ci: release packages (#585)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-06-09 17:02:42 +08:00 committed by GitHub
parent 11bb62c12f
commit c79972c28c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 26 additions and 15 deletions

View file

@ -1,6 +0,0 @@
---
"@moonshot-ai/agent-core": patch
"@moonshot-ai/kimi-code": patch
---
Allow obsolete experimental config entries to remain without blocking startup.

View file

@ -1,6 +0,0 @@
---
"@moonshot-ai/kosong": patch
"@moonshot-ai/kimi-code": patch
---
Pass through xhigh reasoning effort for OpenAI-compatible chat completions requests.

View file

@ -1,5 +1,13 @@
# @moonshot-ai/kimi-code
## 0.12.1
### Patch Changes
- [#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.
- [#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.
## 0.12.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@moonshot-ai/kimi-code",
"version": "0.12.0",
"version": "0.12.1",
"description": "The Starting Point for Next-Gen Agents",
"license": "MIT",
"author": "Moonshot AI",

View file

@ -1,5 +1,14 @@
# @moonshot-ai/agent-core
## 0.11.1
### Patch Changes
- [#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.
- Updated dependencies [[`aa3471f`](https://github.com/MoonshotAI/kimi-code/commit/aa3471f5d3d2960834ba3239c0b8459144bc79fa)]:
- @moonshot-ai/kosong@0.4.1
## 0.11.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@moonshot-ai/agent-core",
"version": "0.11.0",
"version": "0.11.1",
"private": true,
"description": "The unified agent engine for Kimi",
"license": "MIT",

View file

@ -1,5 +1,11 @@
# @moonshot-ai/kosong
## 0.4.1
### Patch Changes
- [#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.
## 0.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@moonshot-ai/kosong",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"description": "The LLM abstraction layer for modern AI agent applications",
"license": "MIT",