Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-foxes-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bump-zod.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-pandas-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-tigers-dance.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog

## 0.2.0

### Minor Changes

- 8ba484c: Add AI-powered skill generation with `skills generate` command, including library search, clarifying questions, real-time query progress, feedback loop, and weekly quota management.
- aacfd31: Add OAuth 2.0 authentication with login, logout, and whoami commands.

### Patch Changes

- 572c3ca: Simplify `skills list` command to show all detected IDE skill directories without prompts.

## 0.1.5

### Improvements

- Improved skill selection UX with metadata panel showing Skill, Repo, and Description
- Clickable links in metadata (Skill → context7.com, Repo → GitHub)
- Display install counts next to skill names (e.g., `↓100+`, `↓50+`)
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ctx7",
"version": "0.1.5",
"version": "0.2.0",
"description": "Context7 CLI - Manage AI coding skills and documentation context",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @upstash/context7-mcp

## 2.1.1

### Patch Changes

- 02148ff: Bump zod from 3.x to 4.x

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upstash/context7-mcp",
"version": "2.1.0",
"version": "2.1.1",
"mcpName": "io.github.upstash/context7",
"description": "MCP server for Context7",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tools-ai-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @upstash/context7-tools-ai-sdk

## 0.2.2

### Patch Changes

- 02148ff: Bump zod from 3.x to 4.x

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools-ai-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upstash/context7-tools-ai-sdk",
"version": "0.2.1",
"version": "0.2.2",
"description": "Context7 tools for Vercel AI SDK",
"type": "module",
"main": "./dist/index.cjs",
Expand Down