ci: release packages#65
Merged
Merged
Conversation
54baf1b to
29e2027
Compare
29e2027 to
65da05b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.3.0
Minor Changes
6f22ae4- /logout now opens a picker so you can choose which provider to log out of, instead of always logging out the one tied to the current model. The current provider is highlighted by default, so pressing Enter matches the previous behavior. The command is also available as /disconnect.Patch Changes
#62
e2b2b46- MakeAgentRecordshold theAgentinstance directly and inline the restore dispatch logic.#73
bddc60f- Prevent running the/modeland/sessionsslash commands while streaming or compacting context.#70
d95b013- Preserve catalog-declared interleaved reasoning fields for OpenAI-compatible models configured through/connect.#78
61f7d0e- Make OpenAI-compatible reasoner models work out of the box for hand-written provider configs. Theopenaiprovider now auto-detects thinking on incoming responses by scanning the de facto field set (reasoning_content,reasoning_details,reasoning), serializes thinking back asreasoning_contentby default, and auto-injectsreasoning_effortwhenever the conversation history contains prior thinking — so DeepSeek, Qwen, One API and other gateway-fronted services no longer require a hand-setreasoning_key. Thereasoning_keymodel-alias field remains available as an explicit override for non-standard gateways.#66
8ddfc04- Fix API key input dialog showing a masked dot in empty state.#72
0ce0072- Fix user skills in ~/.agents/ not being loaded.#86
5e354d0- Restore real-time token display for running subagents in the TUI.#57
8fb61f9- Hide the todo panel on resume when all todos are already completed.#83
7d9216d- Always emit a paired tool result when a tool returns a malformed or missing result, preventing the next request from failing with a missing tool_call_id error.#81
1fbefc9- Improve the Write tool UX.#79
5a90b53- Fix Plan mode session resets so new sessions no longer fail after plan review rejection and continue receiving events after setup errors.#77
fe60c21- Exit promptly when the controlling terminal goes away. The TUI now handlesSIGHUP/SIGTERMand stdout/stderrEIO/EPIPE/ENOTCONNerrors, preventing leftoverkimiprocesses that pin a CPU core after the parent shell or multiplexer dies unexpectedly.#85
2bb50a3- Avoid overly small local completion caps that can truncate reasoning before summaries are produced.@moonshot-ai/agent-core@0.2.1
Patch Changes
#62
e2b2b46- MakeAgentRecordshold theAgentinstance directly and inline the restore dispatch logic.#70
d95b013- Preserve catalog-declared interleaved reasoning fields for OpenAI-compatible models configured through/connect.#72
0ce0072- Fix user skills in ~/.agents/ not being loaded.#86
5e354d0- Restore real-time token display for running subagents in the TUI.#83
7d9216d- Always emit a paired tool result when a tool returns a malformed or missing result, preventing the next request from failing with a missing tool_call_id error.#85
2bb50a3- Avoid overly small local completion caps that can truncate reasoning before summaries are produced.Updated dependencies [
d95b013,61f7d0e]:@moonshot-ai/kosong@0.2.1
Patch Changes
#70
d95b013- Preserve catalog-declared interleaved reasoning fields for OpenAI-compatible models configured through/connect.#78
61f7d0e- Make OpenAI-compatible reasoner models work out of the box for hand-written provider configs. Theopenaiprovider now auto-detects thinking on incoming responses by scanning the de facto field set (reasoning_content,reasoning_details,reasoning), serializes thinking back asreasoning_contentby default, and auto-injectsreasoning_effortwhenever the conversation history contains prior thinking — so DeepSeek, Qwen, One API and other gateway-fronted services no longer require a hand-setreasoning_key. Thereasoning_keymodel-alias field remains available as an explicit override for non-standard gateways.@moonshot-ai/kimi-code-sdk@0.2.1
Patch Changes
d95b013- Preserve catalog-declared interleaved reasoning fields for OpenAI-compatible models configured through/connect.