fix(models): refresh provider model listings#368
Conversation
Refresh Claude and Copilot model discovery so repeated /model runs fetch current SDK data instead of stale cached results. Invalidate the UI model cache on each /model invocation and prefer an installed copilot binary on PATH when resolving the SDK CLI entry point. Assistant-model: GPT-5.4 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PR Review: fix(models): refresh provider model listingsSummaryThis PR addresses model list caching issues by adding cache invalidation for Claude and Copilot model discovery, ensuring repeated ✅ Strengths
|
Refresh Claude and Copilot model discovery so repeated /model runs fetch current SDK data instead of stale cached results. Invalidate the UI model cache on each /model invocation and prefer an installed copilot binary on PATH when resolving the SDK CLI entry point.