mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
feat(coding-agent): extension command argument autocomplete
This commit is contained in:
committed by
Mario Zechner
Unverified
parent
f900eb591d
commit
35e48ca018
@@ -319,6 +319,7 @@ export class InteractiveMode {
|
||||
(cmd) => ({
|
||||
name: cmd.name,
|
||||
description: cmd.description ?? "(extension command)",
|
||||
getArgumentCompletions: cmd.getArgumentCompletions,
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user