Skip to content
Closed
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- CLI consistency: align `apm uninstall` help text with documentation (#188)
Copy link

Copilot AI Mar 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG entry only mentions apm uninstall, but PR #188 also aligned help text for runtime, mcp, config set/get, init --yes, and updated docs for compile --output, compile --dry-run, and compile --validate. A more accurate entry would be something like: "CLI consistency: align help text and documentation for uninstall, runtime, mcp, config, init, and compile options (#188)".

Suggested change
- CLI consistency: align `apm uninstall` help text with documentation (#188)
- CLI consistency: align help text and documentation for `uninstall`, `runtime`, `mcp`, `config`, `init`, and `compile` options (#188)

Copilot uses AI. Check for mistakes.

## [0.7.4] - 2025-03-03

### Added
Expand Down