mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 14:03:49 +00:00
docs(coding-agent): add CHANGELOG entry for PR #418
This commit is contained in:
parent
8917a1f853
commit
463cc0713b
1 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,11 @@
|
|||
|
||||
### Added
|
||||
|
||||
- `$ARGUMENTS` syntax for custom slash commands as alternative to `$@` for all arguments joined. Aligns with patterns used by Claude, Codex, and OpenCode. Both syntaxes remain fully supported.
|
||||
- `$ARGUMENTS` syntax for custom slash commands as alternative to `$@` for all arguments joined. Aligns with patterns used by Claude, Codex, and OpenCode. Both syntaxes remain fully supported. ([#418](https://github.com/badlogic/pi-mono/pull/418))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Slash command argument substitution now processes positional arguments (`$1`, `$2`, etc.) before all-arguments (`$@`, `$ARGUMENTS`) to prevent recursive substitution when argument values contain dollar-digit patterns like `$100`. ([#418](https://github.com/badlogic/pi-mono/pull/418))
|
||||
|
||||
## [0.32.1] - 2026-01-03
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue