feat: show monitor availability column

This commit is contained in:
2026-06-09 16:09:26 +08:00
parent 16f50172ca
commit 98410b0fe0
5 changed files with 77 additions and 6 deletions
+4 -1
View File
@@ -67,7 +67,7 @@ access, API keys, OAuth credentials, or plaintext env files.
Columns are ordered for scanning inside zellij:
```text
Name | Provider | Group | Daily | Today | Tokens | Req | Kind | 5h | 7d | Reset | Status
Name | Provider | Group | Daily | Today | Tokens | Req | Kind | 5h | 7d | Reset | Status | Availability
```
`Provider` distinguishes `openai` and `anthropic` accounts from the public
@@ -85,3 +85,6 @@ health, and the selected account detail shows the matching monitor status when
one exists. Monitor binding first uses the shared `base_url_hash` emitted by
the account API and `sub2api-status`; name-token matching remains only as a
fallback for older status payloads.
`Availability` is derived from the bound channel monitor. Accounts without a
matching monitor show `-`.