Skip to content

Releases: upstash/context7

v1.0.7

03 May 08:52
db9d37c

Choose a tag to compare

What's Changed

  • Added new code snippets and GitHub stars fields to help LLMs resolve the correct Context7-compatible library ID in #143
  • Increased the default token limit from 5,000 to 10,000 in #143
  • Added support for configuring the DEFAULT_MINIMUM_TOKENS value via environment variables in #130 by @akbxr

v1.0.6

23 Apr 17:06

Choose a tag to compare

If the token limit is set to less than 5000, it’s automatically raised to 5000 to avoid errors when LLMs use the get-library-docs tool.

v1.0.5

20 Apr 11:50

Choose a tag to compare

What's Changed

  • Added a new description field to help LLMs resolve the correct Context7-compatible library ID in #23
  • Made the libraryName parameter required when resolving library ID in #23
  • Updated the tokens parameter to support both string and number types in #26