Description
The TUI status bar incorrectly displays the model as google-gemini-cli/claude-sonnet-4-6 when the active session model is anthropic/claude-sonnet-4-6.
Steps to Reproduce
- Set default model to
google-gemini-cli/gemini-3-pro-preview
- Start a session that falls back to or uses
anthropic/claude-sonnet-4-6
- Observe the status bar in the TUI
Expected Behavior
Status bar should show: anthropic/claude-sonnet-4-6
Actual Behavior
Status bar shows: google-gemini-cli/claude-sonnet-4-6
Analysis
Appears to be a display bug where the provider prefix is taken from the configured default_model (google-gemini-cli) instead of the active model's own provider (anthropic), then concatenated with the active model's ID (claude-sonnet-4-6).
Environment
- OpenClaw version: 2026.2.22-2
- OS: macOS Darwin 25.3.0 (arm64)
Description
The TUI status bar incorrectly displays the model as
google-gemini-cli/claude-sonnet-4-6when the active session model isanthropic/claude-sonnet-4-6.Steps to Reproduce
google-gemini-cli/gemini-3-pro-previewanthropic/claude-sonnet-4-6Expected Behavior
Status bar should show:
anthropic/claude-sonnet-4-6Actual Behavior
Status bar shows:
google-gemini-cli/claude-sonnet-4-6Analysis
Appears to be a display bug where the provider prefix is taken from the configured
default_model(google-gemini-cli) instead of the active model's own provider (anthropic), then concatenated with the active model's ID (claude-sonnet-4-6).Environment