Skip to content

Commit 41d1666

Browse files
kevinelliottclaude
andcommitted
Update documentation for v0.2.2 release
Updated CHANGELOG.md and README.md to document the new JSON output feature for the agents list command. Changes: - CHANGELOG.md: Added v0.2.2 section with JSON output details - README.md: Updated "What's New" section for v0.2.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent fefb0d9 commit 41d1666

File tree

2 files changed

+33
-18
lines changed

2 files changed

+33
-18
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.2.2] - 2025-10-20
11+
12+
### Added
13+
- **JSON Output Support**: Added `--json` flag to `agentpipe agents list` command
14+
- Regular list mode outputs structured JSON with agent details
15+
- Outdated mode outputs version comparison data in JSON format
16+
- Works with all existing filters: `--installed`, `--outdated`, `--current`
17+
- Clean JSON structure with appropriate omitempty fields
18+
- Example: `agentpipe agents list --json`
19+
- Example: `agentpipe agents list --outdated --json`
20+
- Useful for programmatic integration and automation
21+
22+
### Improved
23+
- **Agent List Output**: Enhanced parallel version checking for both human-readable and JSON outputs
24+
- **Code Organization**: Refactored version row type for better reusability
25+
1026
## [v0.2.1] - 2025-10-20
1127

1228
### Added

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -92,28 +92,27 @@ All agents now use a **standardized interaction pattern** with structured three-
9292

9393
See [CHANGELOG.md](CHANGELOG.md) for detailed version history and release notes.
9494

95-
**Latest Release**: v0.2.1 - Added OpenCode agent and improved package management.
95+
**Latest Release**: v0.2.2 - Added JSON output support to agents list command.
9696

97-
**What's New in v0.2.1**:
97+
**What's New in v0.2.2**:
9898

9999
**New Features:**
100-
- **OpenCode CLI Agent**: SST's terminal-native AI coding agent
101-
- 11 supported agents total
102-
- Multi-provider support with non-interactive mode
103-
- npm package: `opencode-ai@latest`
104-
- **Referral Links**: New section to support project development
105-
106-
🐛 **Bug Fixes:**
107-
- **Amp CLI**: Now supports npm installation and automated upgrades
108-
- **Codex CLI**: Fixed package name from `@openai/codex-cli` to `@openai/codex`
109-
- Added homebrew support: `brew install --cask codex`
110-
111-
📚 **Documentation:**
112-
- Enhanced installation instructions with npm and homebrew options
113-
- Updated Prerequisites with all installation methods
114-
100+
- **JSON Output Support**: Added `--json` flag to `agentpipe agents list` command
101+
- Regular list mode: Structured JSON with agent details (name, command, installed status, versions, etc.)
102+
- Outdated mode: Version comparison data in JSON format
103+
- Works with all filters: `--installed`, `--outdated`, `--current`
104+
- Perfect for automation and programmatic integration
105+
- Examples:
106+
- `agentpipe agents list --json`
107+
- `agentpipe agents list --outdated --json`
108+
- `agentpipe agents list --installed --json --current`
109+
110+
**Improvements:**
111+
- Enhanced parallel version checking for both human-readable and JSON outputs
112+
- Improved code organization with refactored version row types
113+
114+
**Previous Release - v0.2.1**: OpenCode agent and improved package management
115115
**Previous Release - v0.2.0**: Agent upgrade command and automated version detection
116-
**Previous Release - v0.1.5**: Linting fixes for clean CI/CD builds
117116

118117
## Installation
119118

0 commit comments

Comments
 (0)