fix(tui): flash tabs on prompt admission (#39702)

This commit is contained in:
Kit Langton 2026-07-30 12:57:36 -04:00 committed by GitHub
commit 49081a4e24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 197 additions and 2 deletions

View file

@ -23,7 +23,7 @@ const FIXTURE_TABS = [
{ sessionID: "fixture-12", title: "Prepare review" },
]
const EMPTY_STATUS: FixtureStatus = { unread: undefined, attention: false, busy: false }
const EMPTY_STATUS: FixtureStatus = { unread: undefined, promptPulse: 0, attention: false, busy: false }
const RUN_DURATION = 1_800
const RESUME_DURATION = 900