From ffe41ac75283350b8946317b1b813beed2edf41b Mon Sep 17 00:00:00 2001 From: Kai Date: Wed, 1 Jul 2026 19:28:20 +0800 Subject: [PATCH] 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. --- .changeset/web-search-query-only.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.changeset/web-search-query-only.md b/.changeset/web-search-query-only.md index adcdee0ab..16868c22a 100644 --- a/.changeset/web-search-query-only.md +++ b/.changeset/web-search-query-only.md @@ -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.