This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryCLI files now stored in XDG base directories with automatic migration from ~/.context7.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Dependency | Low |
Bump runtime dependencies: commander 13 -> 15, ora 9.0 -> 9.4. Bump runtime dependencies: commander 13 -> 15, ora 9.0 -> 9.4. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Recover Context7 library IDs mangled by Git Bash on Windows. Recover Context7 library IDs mangled by Git Bash on Windows. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Refactor | Low |
Store CLI files in XDG Base Directory locations instead of `~/.context7`. Store CLI files in XDG Base Directory locations instead of `~/.context7`. Source: llm_adapter@2026-06-11 Confidence: high |
— |
Full changelog
Patch Changes
- cb6aee1: Bump runtime dependencies:
commander13 -> 15 andora9.0 -> 9.4. - 428af3e: Recover Context7 library IDs that Git Bash mangles on Windows. Git Bash rewrites a leading-slash argument like
/facebook/reactinto a Windows path under the Git install dir (C:/Program Files/Git/facebook/react), causingctx7 docsto reject it as invalid; this mainly affected users running ctx7 through Claude Code. The CLI now detects and undoes the conversion before validation, accepts the//owner/repoescape, and points users at that workaround for install layouts it can't auto-detect. - c03bc9c: Store CLI files in XDG Base Directory locations instead of
~/.context7. Credentials move to$XDG_CONFIG_HOME/context7(default~/.config/context7), updater state to$XDG_STATE_HOME/context7(default~/.local/state/context7), andgeneratepreviews to$XDG_CACHE_HOME/context7(default~/.cache/context7). Existing files in~/.context7are migrated automatically on first use; migration is best-effort and falls back to reading the legacy file if it cannot complete. The credentials file is always re-asserted to0o600after migration or write so it is never group/world-readable. Relative or emptyXDG_*values are ignored per the spec.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- [email protected] Removes `--device` flag and localhost-callback path for `ctx7 login`.
Beta — feedback welcome: [email protected]