summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoropencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>2025-12-30 18:31:48 -0600
committerGitHub <[email protected]>2025-12-30 18:31:48 -0600
commita3819e088cdc8be260b8bdcea4bb156302404dc5 (patch)
tree9c99c2650dffd71309b71817006086690e641e35
parent324ae9c4719c135c435d10d394c804d660617247 (diff)
downloadopencode-a3819e088cdc8be260b8bdcea4bb156302404dc5.tar.gz
opencode-a3819e088cdc8be260b8bdcea4bb156302404dc5.zip
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]>
-rw-r--r--packages/web/src/content/docs/cli.mdx11
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/cli.mdx b/packages/web/src/content/docs/cli.mdx
index 1553dc80e..4fe1d6103 100644
--- a/packages/web/src/content/docs/cli.mdx
+++ b/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) |
---