docs: add picoclaw model command to CLI Reference

The model command was missing from the README CLI Reference table.
This commit is contained in:
yinwm
2026-03-22 22:48:50 +08:00
parent 724cc1bd33
commit 6df5ea170e
+1
View File
@@ -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 |