Commit 155f4d2
committed
fix(tui): implement models:fetch-and-pick async handler
The /models command (and aliases /lm, /list-models) was dispatching to
'models:fetch-and-pick' but the async handler was never implemented.
This fix adds the missing case in handle_async_command() that opens the
ModelPicker modal, fetching models from provider_manager.
Fixes: missing handler causing 'Command not yet implemented' message1 parent 334f682 commit 155f4d2
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
393 | 396 | | |
394 | 397 | | |
395 | 398 | | |
| |||
0 commit comments