Component
Engine (refact-lsp)
What happened?
refact statusbar shows error: 'model '' not found. server has the following models: []
of course, it isn't so
Steps to reproduce
- just start vscode
Expected behavior
no such message
Version / commit
No response
OS
Linux
Logs / screenshots
buddy's self investigation shows:
In short: yes, everything works fine with your current config. The investigation shows:
Your defaults.yaml properly maps chat_buddy → C/Ds-flash ✅
Your C.yaml provider correctly exposes Ds-flash as a custom model ✅
The resolution chain (build_chat_model_record → model ID C/Ds-flash → resolve_user_default_chat_model → matched in chat_models) is sound ✅
The trigger error was a transient startup-timing issue (engine caps loaded before the provider registry finished syncing) — it self-resolves on daemon restart
--
my comment: of course daemon restart doesn't help. but almost all works :)
personally i don't know how to configure autocomplete, maybe this message is autocomplete related
Component
Engine (refact-lsp)
What happened?
refact statusbar shows error: 'model '' not found. server has the following models: []
of course, it isn't so
Steps to reproduce
Expected behavior
no such message
Version / commit
No response
OS
Linux
Logs / screenshots