Commit 3bf9119
committed
fix(neovim): add missing index numbering in model picker options
Model selection was broken because options weren't numbered but the
parser expected to extract index from '^(%d+)'. This caused idx to be
nil and no agent models were updated when selected via Ctrl+M.1 parent 25cec52 commit 3bf9119
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
845 | | - | |
| 844 | + | |
| 845 | + | |
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
| |||
0 commit comments