Files
Moltbot/src
Keith the Silly Goose 7866203c5c fix(status): include provider prefix in model display
The /status command was showing 'anthropic/claude-sonnet-4-5' even when
using 'google-antigravity/claude-sonnet-4-5' because buildStatusMessage
received only the model name without the provider prefix.

When resolveConfiguredModelRef parsed a model string without a slash,
it fell back to DEFAULT_PROVIDER ('anthropic'), causing the misleading
display.

Fix: Pass the full 'provider/model' string to buildStatusMessage so
the provider is correctly extracted and displayed.

🪿 Investigated and submitted by Keith the Silly Goose
2026-01-08 20:11:37 +01:00
..
2026-01-08 09:33:42 +00:00
2026-01-08 03:54:35 +00:00
2026-01-06 00:42:23 +01:00
2026-01-08 05:20:39 +01:00
2026-01-07 05:06:04 +01:00
2026-01-04 14:38:51 +00:00
2026-01-08 11:07:11 +00:00
2026-01-08 11:07:11 +00:00
2026-01-08 12:25:39 +01:00
2026-01-04 14:57:57 +00:00
2026-01-04 14:38:51 +00:00
2026-01-06 04:51:05 +00:00
2026-01-06 04:51:05 +00:00
2025-12-26 02:35:40 +01:00
2026-01-08 03:03:03 +00:00
2026-01-04 14:38:51 +00:00