Releases: upstash/context7
Releases · upstash/context7
ctx7@0.4.0
Minor Changes
- 17b864f: Expose research mode through the MCP
researchModetool and the CLIdocs --researchflag for deep, agent-driven documentation answers.
Patch Changes
- 4feee15: Add CLI update notifications and a new
ctx7 upgradecommand. The CLI now checks for newer versions with cached state, shows a non-blocking notice before interactive commands, and provides safer upgrade guidance across npm, pnpm, bun, and ephemeral runner setups. - f056b14: Add
ctx7 removeas the cleanup counterpart toctx7 setup, with safer detection and removal behavior. The command now prompts only for agents with actual Context7 artifacts, preserves non-Context7 MCP configuration when removing entries, and includes stronger test coverage for JSON and TOML cleanup.
@upstash/context7-mcp@2.2.0
Minor Changes
- 17b864f: Expose research mode through the MCP
researchModetool and the CLIdocs --researchflag for deep, agent-driven documentation answers.
ctx7@0.3.13
Patch Changes
- 3f6e310: Fix skill installation path validation on Windows so valid files inside the target directory are not rejected due to backslash-separated resolved paths.
ctx7@0.3.12
Patch Changes
- 33f2338: Add Codex-specific CLI setup guidance so generated rules and the installed
find-docsskill tell Codex to rerun Context7 CLI requests outside the default sandbox after DNS or network failures.
@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.