Releases: upstash/context7
Releases · upstash/context7
Release list
@upstash/context7-mcp@2.1.8
Patch Changes
- 00833f9: Preserve Node's default trusted CAs when
NODE_EXTRA_CA_CERTSis configured, and add a regression test for custom CA loading.
ctx7@0.3.11
Patch Changes
- bc8eaf1: Add
--all-agentsand--yessupport toctx7 skills installfor non-interactive multi-agent installs.
ctx7@0.3.10
@upstash/context7-tools-ai-sdk@0.2.3
Patch Changes
- 8322879: Improve resolve libryar id tool prompt to provide the libraryName query with proper format
@upstash/context7-mcp@2.1.7
ctx7@0.3.9
Patch Changes
- 6961bdd: Allow re-selecting already configured agents in ctx7 setup and overwrite existing MCP config entries instead of skipping them. Fix TOML replacement to correctly handle sub-sections and prevent whitespace drift on repeated runs.
ctx7@0.3.8
Patch Changes
-
a667712: Update search filter warning
-
d739f9b: Fix OpenCode MCP setup to resolve all config file variants (opencode.json, opencode.jsonc, .opencode.json, .opencode.jsonc)
-
4f13168: Install rules alongside skills in
ctx7 setupfor better trigger rates- CLI setup now installs a rule file for each agent (previously only installed the skill)
- Rule content fetched from GitHub, with agent-specific formatting (alwaysApply for Cursor)
- Updated find-docs skill description for higher invocation rates (66% -> 98%)
- Added Codex agent support with AGENTS.md append
- OpenCode now writes to AGENTS.md instead of .opencode/rules/
- Selective rule content with explicit when-to-use/when-not-to-use guidance
-
c3c2647: Use ~/.agents/skills instead of ~/.config/agents/skills for global universal skill installs
@upstash/context7-mcp@2.1.6
ctx7@0.3.6
Patch Changes
- fae6127: Add active teamspace name to whoami command output
- 4b63117: Reorder setup mode choices to show MCP server first
- 18b3292: Add token refresh support, centralize auth constants, switch whoami to internal API endpoint with teamspace display, and add unit tests for CLI auth utilities and commands
ctx7@0.3.5
Patch Changes
- 7e60d05: - feat(cli): track install count events when skills are installed via
ctx7 setup