openclaw/src/auto-reply/reply
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
..
abort.ts refactor(auto-reply): split reply flow 2026-01-04 05:47:37 +01:00
agent-runner.heartbeat-typing.test.ts refactor: centralize typing mode signals 2026-01-07 22:18:11 +00:00
agent-runner.messaging-tools.test.ts feat: add slack multi-account routing 2026-01-08 08:49:16 +01:00
agent-runner.ts 🤖 codex: fix block reply ordering (#503) 2026-01-08 19:30:24 +01:00
audio-tags.test.ts fix(telegram): voice-note tag defaults (#188, thanks @manmal) 2026-01-08 03:15:08 +00:00
audio-tags.ts fix: flip audio default to file (backward compat) 2026-01-08 03:15:08 +00:00
block-streaming.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
body.ts refactor(auto-reply): split reply flow 2026-01-04 05:47:37 +01:00
commands.ts fix(status): include provider prefix in model display 2026-01-08 20:11:37 +01:00
directive-handling.ts fix: group /model list output 2026-01-08 09:44:59 +01:00
directives.ts refactor: tidy directive parsing + queue status 2026-01-08 03:47:52 +01:00
dispatch-from-config.test.ts fix(routing): harden originating reply routing 2026-01-07 05:02:34 +00:00
dispatch-from-config.ts 🤖 codex: fix block reply ordering (#503) 2026-01-08 19:30:24 +01:00
followup-runner.compaction.test.ts refactor: centralize typing mode signals 2026-01-07 22:18:11 +00:00
followup-runner.messaging-tools.test.ts feat: add slack multi-account routing 2026-01-08 08:49:16 +01:00
followup-runner.ts feat: add slack multi-account routing 2026-01-08 08:49:16 +01:00
groups.test.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
groups.ts feat: add slack multi-account routing 2026-01-08 08:49:16 +01:00
mentions.test.ts chore: update mention gating docs and tests 2026-01-06 01:38:36 +01:00
mentions.ts fix: unify mention gating across providers 2026-01-06 01:32:17 +01:00
model-selection.ts feat!: redesign model config + auth profiles 2026-01-06 00:56:58 +00:00
queue.collect-routing.test.ts fix(routing): harden originating reply routing 2026-01-07 05:02:34 +00:00
queue.ts feat: add slack multi-account routing 2026-01-08 08:49:16 +01:00
reply-dispatcher.test.ts fix: stop typing after dispatcher idle 2026-01-06 03:09:49 +00:00
reply-dispatcher.ts fix(slack): clear assistant thread status after replies 2026-01-06 21:41:30 +01:00
reply-payloads.ts feat: add slack multi-account routing 2026-01-08 08:49:16 +01:00
reply-tags.ts refactor(auto-reply): split reply flow 2026-01-04 05:47:37 +01:00
reply-threading.test.ts fix: polish reply threading + tool dedupe (thanks @mneves75) (#326) 2026-01-08 00:50:47 +00:00
reply-threading.ts fix: polish reply threading + tool dedupe (thanks @mneves75) (#326) 2026-01-08 00:50:47 +00:00
route-reply.test.ts 🤖 codex: fix block reply ordering (#503) 2026-01-08 19:30:24 +01:00
route-reply.ts 🤖 codex: fix block reply ordering (#503) 2026-01-08 19:30:24 +01:00
session-updates.ts feat: add skill filter + group system prompt plumbing 2026-01-07 11:44:37 +01:00
session.test.ts fix: persist topic session files 2026-01-07 22:56:50 +00:00
session.ts fix: persist topic session files 2026-01-07 22:56:50 +00:00
test-helpers.ts fix(typing): keep tool-start ttl mode-safe (#452, thanks @thesash) 2026-01-08 06:18:35 +00:00
typing-mode.test.ts fix(typing): keep tool-start ttl mode-safe (#452, thanks @thesash) 2026-01-08 06:18:35 +00:00
typing-mode.ts fix(typing): keep tool-start ttl mode-safe (#452, thanks @thesash) 2026-01-08 06:18:35 +00:00
typing.test.ts feat: add typing mode controls 2026-01-07 21:58:54 +00:00
typing.ts fix(typing): keep tool-start ttl mode-safe (#452, thanks @thesash) 2026-01-08 06:18:35 +00:00