Openclaw: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
openclaw tui | openclaw tui | ||
</pre> | </pre> | ||
== Routine Maintenance == | == Routine Maintenance == | ||
| Line 23: | Line 22: | ||
<pre> | <pre> | ||
/status | /status | ||
</pre> | |||
== List Cron Jobs == | |||
<pre> | |||
openclaw cron list | |||
</pre> | </pre> | ||
Latest revision as of 16:20, 17 April 2026
Interactive Session
openclaw tui
Routine Maintenance
(as non-root user)
brew update brew upgrade openclaw update openclaw doctor openclaw gateway restart
Watching Quotas for Flat-Rate Plans
From the command line:
openclaw status --usage (or just "openclaw status" for full details)
From the interactive console:
/status
List Cron Jobs
openclaw cron list
Managing Models
NOTE: I don't use this any more. Openclaw allows you to configure a primary and a fallback. Also, removing the heartbeat.model setting tells openclaw to just use the default model for heartbeats, just as with active sessions. current models:
- openai-codex/gpt-5.4
- anthropic/claude-opus-4-6
switch model:
openclaw config set agents.defaults.model.primary openai-codex/gpt-5.4 openclaw config set agents.defaults.heartbeat.model openai-codex/gpt-5.4 openclaw gateway restart
openclaw config set agents.defaults.model.primary anthropic/claude-opus-4-6 openclaw config set agents.defaults.heartbeat.model anthropic/claude-sonnet-4-6 openclaw gateway restart