-
feat(tui): add runtime/backend filter and help popup (v0.9.2)
发布于
2026-04-06 07:15:06 +00:00 | 695 次提交 在此版本后已推送到 mainAdd a new Runtime filter (Shift+R) that lets users filter models by
compatible backend — llama.cpp, MLX, or vLLM. Unlike the assigned
runtime (which defaults to MLX on Apple Silicon for all GGUF models),
this filter checks actual compatibility: a GGUF model on Apple Silicon
will correctly appear under both llama.cpp and MLX.Addresses https://github.com/AlexsJones/llmfit/issues/197
Also adds:
- Help popup (h) with all key bindings organized by section
(Navigation, Filters, Sorting, Actions, Comparison, General),
scrollable with j/k or arrows - Updated status bar to show R:runtime and h:help key hints
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
下载附件
- Help popup (h) with all key bindings organized by section