ctx7@0.5.4
dancasas/SMPLitexctx7@0.5.4Jul 6, 2026by github-actions[bot]
AI Summary
A patch release that clarifies the query-docs behavior to request single concepts per query, preventing diluted results when questions span multiple topics.
Key Highlights
- Clarified query-docs to request single concepts per query
- Applied consistently across MCP server, CLI, pi, and AI SDK tools
- Prevents shallow results when questions span multiple topics
New Features
- Updated query-docs description to enforce single concept queries
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.