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:
Kai 2026-07-01 19:28:20 +08:00 committed by GitHub
parent e47ca10267
commit ffe41ac752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.