feat(coding-agent): extension command argument autocomplete

This commit is contained in:
Rafał Krzyważnia 2026-01-16 02:30:55 +01:00 committed by Mario Zechner
parent f900eb591d
commit 35e48ca018
5 changed files with 25 additions and 2 deletions

View file

@ -5,6 +5,7 @@
### Added
- Added bash-style argument slicing for prompt templates ([#770](https://github.com/badlogic/pi-mono/pull/770) by [@airtonix](https://github.com/airtonix))
- Extension commands can provide argument auto-completions via `getArgumentCompletions` in `pi.registerCommand()` ([#775](https://github.com/badlogic/pi-mono/pull/775) by [@ribelo](https://github.com/ribelo))
### Fixed