Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 18 Jul 06:39

@jfmoe/smart-search 0.2.3

Context7 result guidance

  • Documents that context7:/... items returned by ordinary search are
    library candidates, not fetchable or citable sources.
  • Directs agents to take the first relevant candidate, strip the context7:
    prefix, and retrieve documentation with context7-docs.
  • Clarifies that a successful Context7 docs_search attempt means library
    resolution succeeded; it does not mean documentation content was retrieved.
  • Preserves the existing search result schema and runtime behavior.

Validation

  • python3 scripts/sync-skill.py --check
  • smart-search regression
  • smart-search smoke --mock --format json
  • npm test
  • Live Codex CLI validation with gpt-5.6-luna confirmed the first Context7
    candidate was passed to context7-docs instead of being fetched or cited.