mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
fix(changeset): drop private kimi-code-docs from web-search changeset to unblock release (#1270)
The web-search-query-only changeset mixed @moonshot-ai/agent-core (published) with kimi-code-docs, a private package without a version field that changesets treats as ignored. Changesets rejects any changeset containing both ignored and non-ignored packages, which broke the Release workflow's version step. Drop the private docs entry; it never publishes and needs no changelog.
This commit is contained in:
parent
e47ca10267
commit
ffe41ac752
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
"@moonshot-ai/agent-core": minor
|
||||
"kimi-code-docs": patch
|
||||
---
|
||||
|
||||
WebSearch now sends only the query and returns lightweight result summaries (title, source site, date, URL, snippet) instead of inlined page content; fetch a result's full page content on demand with FetchURL. Both tools now include a citation reminder in their results.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue