providers set-default fails because the model is not in the startup catalog:
$ mecatui providers set-default toolhive gpt-5.6-sol
mecatui: providers set-default: --default-model "gpt-5.6-sol": not catalogued for the default provider "toolhive"
However, gpt-5.6-sol can be selected successfully through /models once the TUI is running.
It is unclear whether set-default is validating against an unpopulated catalog or associating the model with the wrong provider.
Expected
providers set-default should accept models that the selected provider exposes at runtime, consistent with /models.
providers set-defaultfails because the model is not in the startup catalog:However,
gpt-5.6-solcan be selected successfully through/modelsonce the TUI is running.It is unclear whether
set-defaultis validating against an unpopulated catalog or associating the model with the wrong provider.Expected
providers set-defaultshould accept models that the selected provider exposes at runtime, consistent with/models.