Skip to content

Commit d27c859

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

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.changeset/bright-skills-trust.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 6328ed1: Skill search & generate command improvements:
8+
- Add "Installs" and "Trust(0-10)" columns to skill search results with aligned column headers
9+
- Auto-login via OAuth when the generate command requires authentication instead of showing an error
10+
- Reorder question options so the recommended choice always appears first with a "✓ Recommended" badge
11+
- Add "View skill" action that opens generated content in the user's default editor (`$EDITOR`)
12+
- Revamp generate wizard copy: do/don't examples for skill descriptions, rename "libraries" to "sources", and clarify follow-up question and generation spinner text
13+
314
## 0.2.1
415

516
### 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.2.1",
3+
"version": "0.2.2",
44
"description": "Context7 CLI - Manage AI coding skills and documentation context",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)