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

@@ -319,6 +319,7 @@ export class InteractiveMode {
(cmd) => ({
name: cmd.name,
description: cmd.description ?? "(extension command)",
getArgumentCompletions: cmd.getArgumentCompletions,
}),
);