Skip to content

Commit d349240

Browse files
chore(release): version packages (#2282)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d739f9b commit d349240

9 files changed

Lines changed: 25 additions & 35 deletions

File tree

.changeset/nine-items-camp.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/opencode-config-variants.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/setup-rules-install.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/strong-deer-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-eagles-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.3.8
4+
5+
### Patch Changes
6+
7+
- a667712: Update search filter warning
8+
- d739f9b: Fix OpenCode MCP setup to resolve all config file variants (opencode.json, opencode.jsonc, .opencode.json, .opencode.jsonc)
9+
- 4f13168: Install rules alongside skills in `ctx7 setup` for better trigger rates
10+
- CLI setup now installs a rule file for each agent (previously only installed the skill)
11+
- Rule content fetched from GitHub, with agent-specific formatting (alwaysApply for Cursor)
12+
- Updated find-docs skill description for higher invocation rates (66% -> 98%)
13+
- Added Codex agent support with AGENTS.md append
14+
- OpenCode now writes to AGENTS.md instead of .opencode/rules/
15+
- Selective rule content with explicit when-to-use/when-not-to-use guidance
16+
17+
- c3c2647: Use ~/.agents/skills instead of ~/.config/agents/skills for global universal skill installs
18+
319
## 0.3.7
420

521
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ctx7",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "Context7 CLI - Manage AI coding skills and documentation context",
55
"type": "module",
66
"bin": {

packages/mcp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @upstash/context7-mcp
22

3+
## 2.1.6
4+
5+
### Patch Changes
6+
7+
- a667712: Update search filter warning
8+
- be1a39a: Update server metadata and instructions.
9+
310
## 2.1.5
411

512
### Patch Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upstash/context7-mcp",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"mcpName": "io.github.upstash/context7",
55
"description": "MCP server for Context7",
66
"scripts": {

0 commit comments

Comments
 (0)