feat(coding-agent,tui): add stacked autocomplete providers closes #2983
This commit is contained in:
@@ -261,6 +261,9 @@ export interface AutocompleteProvider {
|
||||
cursorLine: number;
|
||||
cursorCol: number;
|
||||
};
|
||||
|
||||
// Check if file completion should trigger for explicit Tab completion
|
||||
shouldTriggerFileCompletion?(lines: string[], cursorLine: number, cursorCol: number): boolean;
|
||||
}
|
||||
|
||||
// Combined provider that handles both slash commands and file paths
|
||||
|
||||
Reference in New Issue
Block a user