Skip to content

Releases: upstash/context7

v1.0.13

Choose a tag to compare

@enesgules enesgules released this 07 Jun 09:21
1042650

What's Changed

New Contributors

Full Changelog: v1.0.12...v1.0.13

v1.0.12

Choose a tag to compare

@enesakar enesakar released this 26 May 16:05
2628a86

What's Changed

Full Changelog: v1.0.11...v1.0.12

v1.0.11

Choose a tag to compare

@enesgules enesgules released this 25 May 07:46
decae95

What's Changed

  • feat: add user query parameter to documentation fetch requests by @enesgules in #222

Full Changelog: v1.0.10...v1.0.11

v1.0.10

Choose a tag to compare

@enesgules enesgules released this 24 May 15:27
b0352b1

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9

Choose a tag to compare

@enesgules enesgules released this 17 May 23:52
35d4a10

What's Changed

  • Replace GitHub stars with trust score in search results by @enesgules in #198

Full Changelog: v1.0.8...v1.0.9

v1.0.8

Choose a tag to compare

@enesgules enesgules released this 09 May 00:55
e9d951c

What's Changed

  • feat: improve search result formatting to handle missing data gracefully by @enesgules in #168

Full Changelog: v1.0.7...v1.0.8

v1.0.7

Choose a tag to compare

@enesgules enesgules released this 03 May 08:52
db9d37c

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

Choose a tag to compare

@enesgules enesgules released this 23 Apr 17:06

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

Choose a tag to compare

@enesgules enesgules released this 20 Apr 11:50

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