Skip to content

Releases: upstash/context7

v1.0.14

13 Jun 11:30
d2083b9
Compare
Choose a tag to compare

What's Changed

  • docs: Adds instructions for Zencoder.ai by @viborc in #271
  • docs: add installation instructions for Amazon Q Developer CLI by @ryof in #273
  • Feat/replace env vars with cli args by @enesgules in #278
  • docs: add installation instructions for Visual Studio 2022 by @jongalloway in #287
  • fix: InitializeResult schema mismatch in Context7 server response by @nielthiart in #283

New Contributors

Full Changelog: v1.0.13...v1.0.14

v1.0.13

07 Jun 09:21
1042650
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.0.12

26 May 16:05
2628a86
Compare
Choose a tag to compare

What's Changed

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

v1.0.11

25 May 07:46
decae95
Compare
Choose a tag to compare

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

24 May 15:27
b0352b1
Compare
Choose a tag to compare

What's Changed

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

v1.0.9

17 May 23:52
35d4a10
Compare
Choose a tag to compare

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

09 May 00:55
e9d951c
Compare
Choose a tag to compare

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

03 May 08:52
db9d37c
Compare
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
Compare
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
Compare
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