feat(web): make session header metadata configurable (#1267)

* feat(web): make session header metadata configurable

* fix(web): align mobile header metadata priority
This commit is contained in:
Ananovo
2026-08-01 23:26:17 +08:00
committed by GitHub
parent 079556b43a
commit 0537ddf84a
15 changed files with 366 additions and 25 deletions
@@ -76,6 +76,7 @@ describe('SessionHeader', () => {
it('shows an inherited catalog-default Fast tier', () => {
renderHeader(baseSession(), { serviceTier: 'priority' })
expect(screen.getByText('fast')).toBeInTheDocument()
expect(screen.queryByText('reasoning default')).not.toBeInTheDocument()
})
it('shows machine label and relative last-active age in the meta row', () => {