docs: audit and fix 5 pages (typography hygiene + dup H1)

This commit is contained in:
Vincent Koc
2026-05-05 22:03:50 -07:00
parent 06c490f818
commit f531eff629
5 changed files with 8 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ Authoritative advertised **discovery** inventory lives in
## Current pipeline
- `pnpm protocol:gen`
- writes JSON Schema (draft07) to `dist/protocol.schema.json`
- writes JSON Schema (draft-07) to `dist/protocol.schema.json`
- `pnpm protocol:gen:swift`
- generates Swift gateway models
- `pnpm protocol:check`

View File

@@ -20,12 +20,12 @@ title: "Usage tracking"
## Where it shows up
- `/status` in chats: emojirich status card with session tokens + estimated cost (API key only). Provider usage shows for the **current model provider** when available as a normalized `X% left` window.
- `/status` in chats: emoji-rich status card with session tokens + estimated cost (API key only). Provider usage shows for the **current model provider** when available as a normalized `X% left` window.
- `/usage off|tokens|full` in chats: per-response usage footer (OAuth shows tokens only).
- `/usage cost` in chats: local cost summary aggregated from OpenClaw session logs.
- CLI: `openclaw status --usage` prints a full per-provider breakdown.
- CLI: `openclaw channels list` prints the same usage snapshot alongside provider config (use `--no-usage` to skip).
- macOS menu bar: Usage section under Context (only if available).
- macOS menu bar: "Usage" section under Context (only if available).
## Providers + credentials