#hey should i use app or cli for openclaw

1 messages · Page 1 of 1 (latest)

balmy mirage
#

i am confused to select because before i used openclaw cli and sucks

cold gulchBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> âś… Mark Solution

ruby cosmosBOT
#

If you hated the CLI, pick the path that minimizes it — the CLI is mostly an installer/admin tool, not the “main UI”.

What to choose

The “fast path” (even if you use CLI once)

  1. run onboarding (openclaw onboard)
  2. then open the web UI (openclaw dashboard) and do everything there

What OS are you on (macOS / Windows / Linux), and what exactly “sucked” about the CLI last time (errors, confusing config, auth/provider setup)?

balmy mirage
#

it auto runs compacting and memory flush even after disabling it

ruby cosmosBOT
#

That behavior is usually “working as designed” when the session is getting close to the model’s context limit:

  • Auto-compaction kicks in to prevent context overflow.
  • “Memory flush” is a silent pre-compaction turn that tells the agent to write durable notes to disk before compaction.

1) Make sure you’re disabling the right thing

Memory flush is controlled by:

agents.defaults.compaction.memoryFlush.enabled

Docs: https://docs.openclaw.ai/concepts/memory#automatic-memory-flush-pre-compaction-ping

And changes require a gateway restart after editing config.

Quick sanity-check on the gateway host: