Commit 2a3d815
fix(ui): use accent bullet instead of "(active)" in model list
The `/models` command was showing model names with "(active)" suffix
which was noisy and cluttered the list.
Changed to use an accent-colored bullet (•) before the active model name
instead of a text suffix. This is:
- More visually distinct (color + symbol)
- Less cluttered (no trailing text)
- Consistent with the app's visual language
Example:
Before: qwen3:8b (active)
After: • qwen3:8b
Closes #165
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent b4c1b87 commit 2a3d815
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
392 | 394 | | |
393 | 395 | | |
394 | 396 | | |
| |||
0 commit comments