feat(opencode): add killswitch indicators to quota toast#38
Conversation
There was a problem hiding this comment.
1 issue found across 10 files
Tip: cubic can generate docs of your entire codebase and keep them up to date. Try it here.
Fix all with cubic | Re-trigger cubic
16c1a8b to
b6cc376
Compare
2064776 to
04b768a
Compare
04b768a to
a3fca77
Compare
a3fca77 to
4e89c5f
Compare
3fd2fbf to
930eee6
Compare
6081cc0 to
c4f8057
Compare
98bbba1 to
b520a7b
Compare
There was a problem hiding this comment.
iceteaSA has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
b520a7b to
3ac05c0
Compare
There was a problem hiding this comment.
iceteaSA has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
3ac05c0 to
aff051c
Compare
There was a problem hiding this comment.
iceteaSA has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
aff051c to
62b869f
Compare
There was a problem hiding this comment.
iceteaSA has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
62b869f to
88c7a7f
Compare
There was a problem hiding this comment.
iceteaSA has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
Layer killswitch awareness onto the restyled toast (isKilled predicate, blocked status word, ksIsKilled-aware showQuotaToastFromCache). Also restores the process-scoped 'let sessionRequestCount' (a prior cascade had flipped it to const).
88c7a7f to
7dd1b69
Compare
There was a problem hiding this comment.
iceteaSA has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
Summary
Adds killswitch indicators to the quota usage toast.
Builds on the merged killswitch (#35) and quota toast (#36). Each account line in the toast now shows a
blockedstatus (instead ofactive/idle) when the killswitch has removed it from the routing pool, so the toast matches the routing reality at a glance.Changes
packages/opencode/src/index.ts—showQuotaToastmarks killswitch-blocked accounts asblockedand factors that into the active-account selection shown in the toast.Notes
Now that #35 and #36 are in
main, this PR is just the toast-indicator delta on top of them.