Browse Source

docs: for `stats --models` flag (#6492)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Aiden Cline <[email protected]>
opencode-agent[bot] 1 month ago
parent
commit
a3819e088c
1 changed files with 6 additions and 5 deletions
  1. 6 5
      packages/web/src/content/docs/cli.mdx

+ 6 - 5
packages/web/src/content/docs/cli.mdx

@@ -407,11 +407,12 @@ opencode stats
 
 #### Flags
 
-| Flag        | Description                                                     |
-| ----------- | --------------------------------------------------------------- |
-| `--days`    | Show stats for the last N days (all time)                       |
-| `--tools`   | Number of tools to show (all)                                   |
-| `--project` | Filter by project (all projects, empty string: current project) |
+| Flag        | Description                                                                 |
+| ----------- | --------------------------------------------------------------------------- |
+| `--days`    | Show stats for the last N days (all time)                                   |
+| `--tools`   | Number of tools to show (all)                                               |
+| `--models`  | Show model usage breakdown (hidden by default). Pass a number to show top N |
+| `--project` | Filter by project (all projects, empty string: current project)             |
 
 ---