feat: show source balances beside accounts
This commit is contained in:
@@ -84,11 +84,13 @@ Environment variables override the config file:
|
||||
## Unified Dashboard
|
||||
|
||||
`shusub2` opens a compact dashboard for Accounts, Keys, Logs, and Errors. Its
|
||||
summary also reports Pricing Monitor upstream health and CNY total. Press `a`,
|
||||
`k`, `l`, or `e` to focus a dashboard table; press `p` to open the full
|
||||
Upstreams source-balance page. `/` filters the active table and `r` refreshes
|
||||
all data immediately. Automatic Accounts and Upstreams, Keys/Logs, and Errors refresh defaults
|
||||
to every five minutes. The client requests
|
||||
summary also reports Pricing Monitor upstream health and CNY total. The
|
||||
Accounts table attaches a source balance only when an account has a canonical
|
||||
quota-source name and the sanitized Pricing Monitor projection has one
|
||||
unambiguous matching source. Press `a`, `k`, `l`, or `e` to focus a dashboard
|
||||
table; press `p` to open the full Upstreams source-balance page. `/` filters
|
||||
the active table and `r` refreshes all data immediately. Automatic Accounts
|
||||
and Upstreams, Keys/Logs, and Errors refresh defaults to every five minutes. The client requests
|
||||
gzip-compressed JSON and transparently decodes it when the upstream supports it.
|
||||
The two-line detail area follows the selected row. Accounts, Keys, Logs, and
|
||||
Errors use green, yellow, magenta, and red section styling respectively.
|
||||
@@ -98,7 +100,7 @@ complete keys, accounts, and models. On a narrow terminal, a table scrolls
|
||||
horizontally instead of truncating a field:
|
||||
|
||||
```text
|
||||
ACCOUNT | Group | Today | Daily | 5h | 7d | Avail
|
||||
ACCOUNT | Group | Source | Src CNY | Src state | Today | Daily | 5h | 7d | Avail
|
||||
UPSTREAMS (p) | Source | Kind | Balance | CNY | Unit | Status | Updated | Age
|
||||
KEY | Today | Tokens | Req
|
||||
LOG KEY | Account | Model | First | Duration | Tok/s | Input | Output | Cache | Tokens | Cost | Time | Age
|
||||
@@ -252,7 +254,7 @@ panel after the accounts table when a token is configured.
|
||||
The dedicated Accounts page keeps the full columns for scanning inside zellij:
|
||||
|
||||
```text
|
||||
Name | Provider | Group | Daily | Today | Tokens | Req | Kind | 5h | 7d | Reset | Status | Availability
|
||||
Name | Provider | Group | Source | Src CNY | Src state | Daily | Today | Tokens | Req | Kind | 5h | 7d | Reset | Status | Availability
|
||||
```
|
||||
|
||||
`Provider` distinguishes `openai` and `anthropic` accounts from the public
|
||||
@@ -265,6 +267,15 @@ Name | Provider | Group | Daily | Today | Tokens | Req | Kind | 5h | 7d | Reset
|
||||
are not upstream provider balances and therefore never claim to be a cash or
|
||||
source-account balance.
|
||||
|
||||
`Source`, `Src CNY`, and `Src state` use Pricing Monitor's cached, sanitized
|
||||
`view=accounts` projection. A balance is attached only for exact canonical
|
||||
account names of the form `{family}-quota-{source}` or
|
||||
`{family}-quotaonly-{source}`, where `{source}` is one or more lowercase
|
||||
alphanumeric segments joined by single hyphens, and a single normalized source
|
||||
name. Provider, URL, display-name, and fuzzy matching are deliberately not used. Accounts
|
||||
without a unique mapping show `-`; an `error` or `stale` source retains its
|
||||
source/state label but does not show a CNY amount.
|
||||
|
||||
The dedicated `--pricing` page shows Pricing Monitor source rows such as
|
||||
`code-plan`, `codexapis`, `testvideo`, `kedaya`, `ycy`, and `mdkj`: raw available
|
||||
balance with its source unit, derived CNY when supplied, health state, and last
|
||||
|
||||
Reference in New Issue
Block a user