• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dcdpr / jp / 26627902919
66%

Build:
DEFAULT BRANCH: main
Ran 29 May 2026 08:53AM UTC
Jobs 1
Files 382
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 May 2026 08:52AM UTC coverage: 66.439% (+0.004%) from 66.435%
26627902919

push

github

web-flow
fix(cli): Use configured model id in live role-header (#686)

The role-header model id was being sourced from `ModelDetails.id`
returned by the provider. Some providers rewrite the id — for example,
Anthropic resolves an unversioned name to a date-suffixed canonical
form. This caused the live turn header and the replay header to show
different model strings for the same conversation.

On replay, `TurnRenderer::reconfigure` reads the per-turn
`PartialAppConfig` snapshot stored in the conversation, which always
holds the *configured* id. Pinning the live path to the same source
(`cfg.assistant.model.id.resolved()`) keeps both paths consistent and
stable across API version drift.

`TurnRenderer::reconfigure` is updated in the same direction: identity
fields (assistant name and model id) are now read from the partial
directly, before the full `AppConfig::from_partial_with_defaults`
rebuild, so the role header never depends on default-filling for these
two stable fields. A new `render_model_id` helper maps a fully-empty
partial id to `None`, suppressing the `(model)` suffix from the header
rather than showing an empty string.

---------

Signed-off-by: Jean Mertz <git@jeanmertz.com>

8 of 8 new or added lines in 2 files covered. (100.0%)

8 existing lines in 2 files now uncovered.

31993 of 48154 relevant lines covered (66.44%)

260.91 hits per line

Coverage Regressions

Lines Coverage ∆ File
7
81.86
-3.1% crates/contrib/schematic_macros/src/common/field.rs
1
90.74
-0.93% crates/contrib/schematic_macros/src/common/container.rs
Jobs
ID Job ID Ran Files Coverage
1 26627902919.1 29 May 2026 08:53AM UTC 382
66.44
GitHub Action Run
Source Files on build 26627902919
  • Tree
  • List 382
  • Changed 5
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26627902919
  • f32c19d0 on github
  • Prev Build on main (#26625401120)
  • Next Build on main (#26628352543)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc