mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 17:01:02 +00:00
docs(coding-agent): add --version flag to CHANGELOG and README
This commit is contained in:
parent
b276f09816
commit
29cbf16218
2 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- **Version flag**: Added `--version` / `-v` flag to display the current version and exit. ([#170](https://github.com/badlogic/pi-mono/pull/170))
|
||||
|
||||
## [0.18.2] - 2025-12-11
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -570,6 +570,7 @@ pi [options] [@files...] [messages...]
|
|||
| `--hook <path>` | Load a hook file (can be used multiple times) |
|
||||
| `--export <file> [output]` | Export session to HTML |
|
||||
| `--help`, `-h` | Show help |
|
||||
| `--version`, `-v` | Show version |
|
||||
|
||||
### File Arguments
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue