mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 08:02:17 +00:00
feat(coding-agent): extension command argument autocomplete
This commit is contained in:
parent
f900eb591d
commit
35e48ca018
5 changed files with 25 additions and 2 deletions
|
|
@ -319,6 +319,7 @@ export class InteractiveMode {
|
|||
(cmd) => ({
|
||||
name: cmd.name,
|
||||
description: cmd.description ?? "(extension command)",
|
||||
getArgumentCompletions: cmd.getArgumentCompletions,
|
||||
}),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue