ctx7@0.3.8
upstash/context7ctx7@0.3.8Mar 27, 2026by github-actions[bot]
AI Summary
This release significantly improves setup logic, config file resolution, and skill management by changing paths and installation sources.
Key Highlights
- Fix OpenCode MCP setup to resolve all config file variants (opencode.json, opencode.jsonc, etc.).
- Change global skill install path from ~/.config/agents/skills to ~/.agents/skills.
- Updated skill invocation rates and added Codex agent support.
- OpenCode now writes to AGENTS.md instead of .opencode/rules/.
New Features
- Config file variant resolution.
- Path migration for global skills.
- Improved skill trigger rates.
- Codex agent support.
- AGENTS.md integration for OpenCode.
Full Release Notes
### 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 setup` for 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