fix: surface gateway slash commands in TUI

This commit is contained in:
Peter Steinberger
2026-01-23 18:58:41 +00:00
parent 1af227b619
commit 8195497cec
4 changed files with 28 additions and 2 deletions

View File

@@ -245,6 +245,7 @@ export async function runTui(opts: TuiOptions) {
editor.setAutocompleteProvider(
new CombinedAutocompleteProvider(
getSlashCommands({
cfg: config,
provider: sessionInfo.modelProvider,
model: sessionInfo.model,
}),