ctx7@0.5.4
9001/copypartyctx7@0.5.4Jul 6, 2026by github-actions[bot]
AI Summary
This patch release improves the `query-docs` functionality by enforcing single-concept queries to prevent shallow and diluted results. The change ensures consistent behavior across the MCP server, CLI, pi, and AI SDK tools.
Key Highlights
- Clarified `query-docs` query description to enforce single concepts
- Prevents diluted and shallow results by separating distinct topics
- Applied consistently across MCP server, CLI, pi, and AI SDK tools
New Features
- Updated `query-docs` logic to handle single concepts
Full Release Notes
### Patch Changes - 33229cb: Clarify the `query-docs` query description so it asks for a single concept per query. When a question spans multiple distinct topics, callers are now told to make a separate query per concept instead of combining them (unless the question is about how the concepts interact), which avoids diluted, shallow results. Applied consistently across the MCP server, CLI, pi, and AI SDK tools.