Openclaw: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Interactive Session ==
<pre>
openclaw tui
</pre>
== Routine Maintenance ==
(as non-root user)
<pre>
brew update
brew upgrade
openclaw update
openclaw doctor
openclaw gateway restart
</pre>
== Watching Quotas for Flat-Rate Plans ==
<pre>
openclaw status --usage
</pre>
== Managing Models ==
== 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:
current models:
* openai-codex/gpt-5.4
* openai-codex/gpt-5.4
Line 13: Line 36:
openclaw config set agents.defaults.model.primary anthropic/claude-opus-4-6
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 config set agents.defaults.heartbeat.model anthropic/claude-sonnet-4-6
openclaw gateway restart
</pre>
== Routine Maintenance ==
(as non-root user)
<pre>
brew update
brew upgrade
openclaw update
openclaw doctor
openclaw gateway restart
openclaw gateway restart
</pre>
</pre>

Revision as of 15:39, 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

openclaw status --usage


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