ci: release packages#93
Conversation
ab95c50 to
04471e4
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 04471e45c8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
04471e4 to
218e761
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 218e761c4a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
218e761 to
f0ad219
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f0ad219dc6
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
9b2b194 to
52f51de
Compare
52f51de to
a07715a
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a07715a64d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| - [#113](https://github.com/MoonshotAI/kimi-code/pull/113) [`028d069`](https://github.com/MoonshotAI/kimi-code/commit/028d069b12d8377c5c307b94f11f02233d9c0a26) - Add `/export-md` slash command to export the current session as a Markdown file. | ||
|
|
||
| ### Patch Changes |
There was a problem hiding this comment.
Document bundled retry behavior in SDK release
The SDK 0.3.0 changelog omits #92 even though I checked packages/node-sdk/tsdown.config.ts and it aliases/bundles @moonshot-ai/agent-core and @moonshot-ai/kosong with deps.alwaysBundle, so SDK consumers receive the new transient LLM retry classification from those packages in this release. Because those internals are bundled rather than runtime dependencies, users will not see the dependency changelogs and the SDK release notes should include this patch entry here.
Useful? React with 👍 / 👎.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@moonshot-ai/kimi-code@0.4.0
Minor Changes
#116
2c7a8cc- Expand folded paste markers on second paste. When the cursor is on a paste marker (e.g.[paste [#1](https://github.com/MoonshotAI/kimi-code/issues/1) +15 lines]) and the user pastes again, the marker expands back to the original content instead of inserting new clipboard data.#26
2b74025- Rework tool permissions: reads outside cwd no longer prompt, session approvals match the exact call, and path-based rules are case-insensitive.#119
ebf6e81- Add user-global plugin installation, interactive plugin management, plugin-provided skills, and plugin-owned MCP servers.#112
d03f6f4- Add/export-debug-zipslash command to export the current session as a debug ZIP archive directly from the TUI.#113
028d069- Add/export-mdslash command to export the current session as a Markdown file.Patch Changes
#105
d599183- Enhancekimi exportto include more diagnostic information in the manifest.#89
61cae59- Prevent the TUI from crashing when pull request lookup fails during startup.#97
2e8c417- Fix thinking spinner leaking past turn end when an empty thinking delta creates an orphaned thinking component.#103
73c4232- Show the original session resume command after forking a session.#88
ce420bf- Refactor TUI resume replay logic.#119
ebf6e81- Restrict plugin zip installs to manifests at the archive root or a single wrapper directory.#102
6f55f1d- Route session-tagged log entries exclusively to the session sink instead of duplicating them to the global sink. Consistently omit stable main-agent context keys from all session log lines that carryagentId=main.#92
4e458d6- Use one retry classification for transient LLM failures across regular turns and compaction.@moonshot-ai/agent-core@0.3.0
Minor Changes
#26
2b74025- Rework tool permissions: reads outside cwd no longer prompt, session approvals match the exact call, and path-based rules are case-insensitive.#119
ebf6e81- Add user-global plugin installation, interactive plugin management, plugin-provided skills, and plugin-owned MCP servers.Patch Changes
#105
d599183- Enhancekimi exportto include more diagnostic information in the manifest.#119
ebf6e81- Restrict plugin zip installs to manifests at the archive root or a single wrapper directory.#102
6f55f1d- Route session-tagged log entries exclusively to the session sink instead of duplicating them to the global sink. Consistently omit stable main-agent context keys from all session log lines that carryagentId=main.#92
4e458d6- Use one retry classification for transient LLM failures across regular turns and compaction.#84
e5717b7- Unify path normalization by replacing ad-hoctoForwardSlasheshelpers withpathe. Remove unnecessarynode:path/win32branching in path-access policies and tools, and inline unusedjoinPathwrappers. Platform-specific path separators are now handled consistently through a single module.Updated dependencies [
4e458d6,e5717b7]:@moonshot-ai/kimi-code-sdk@0.3.0
Minor Changes
#119
ebf6e81- Add user-global plugin installation, interactive plugin management, plugin-provided skills, and plugin-owned MCP servers.#113
028d069- Add/export-mdslash command to export the current session as a Markdown file.Patch Changes
d599183- Enhancekimi exportto include more diagnostic information in the manifest.@moonshot-ai/kaos@0.1.2
Patch Changes
e5717b7- Unify path normalization by replacing ad-hoctoForwardSlasheshelpers withpathe. Remove unnecessarynode:path/win32branching in path-access policies and tools, and inline unusedjoinPathwrappers. Platform-specific path separators are now handled consistently through a single module.@moonshot-ai/kosong@0.2.2
Patch Changes
4e458d6- Use one retry classification for transient LLM failures across regular turns and compaction.@moonshot-ai/migration-legacy@0.1.3
Patch Changes
d599183,2b74025,ebf6e81,ebf6e81,6f55f1d,4e458d6,e5717b7]: