From 6df5ea170ea3a3fead7f64ff4dfba14093cbfed1 Mon Sep 17 00:00:00 2001 From: yinwm Date: Sun, 22 Mar 2026 22:48:50 +0800 Subject: [PATCH] docs: add `picoclaw model` command to CLI Reference The model command was missing from the README CLI Reference table. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86c6d641d..994e4d13a 100644 --- a/README.md +++ b/README.md @@ -1396,6 +1396,7 @@ picoclaw agent -m "Hello" | `picoclaw gateway` | Start the gateway | | `picoclaw status` | Show status | | `picoclaw version` | Show version info | +| `picoclaw model` | Show or change default model | | `picoclaw cron list` | List all scheduled jobs | | `picoclaw cron add ...` | Add a scheduled job | | `picoclaw cron disable` | Disable a scheduled job |