OpenClaw 5.2 Migration Breaks Cron Jobs and MCP Plugin Calls

A user on r/openclaw reports that upgrading from OpenClaw 4.23 to 5.2 breaks both custom MCP tool plugins and cron jobs. The tools appear on the dashboard and can be toggled on/off, but the agent (Gemini Flash 3 preview) doesn't call them, consuming 5x more tokens and hallucinating responses instead.
MCP Plugin Registration Failure
In 4.23, custom MCP tool plugins worked reliably. After upgrading to 5.2, the plugins are visible in the dashboard and can be enabled/disabled, but the agent ignores them during execution. The user notes that the LLM ends up using 5x the tokens and returns hallucinated output.
Cron Job Registration Breaks with CLI
The user registered 10 cron jobs in 4.23 via a bash script that loops openclaw cron add with cron config info. In 5.2, the same script now throws device pairing issues on the CLI, even though the commands are run directly on the command line (not remotely). No further workaround is mentioned in the source.
Current Status
The user is asking if others have experienced similar issues migrating crons and custom plugins from older versions to 5.2. No solution or official response is reported in the source.
📖 Read the full source: r/openclaw
👀 See Also

Claude Security public beta: scans codebase, validates own findings, proposes patches
Anthropic launched Claude Security in public beta for Enterprise customers. It reasons through code like a security researcher, challenges its own findings via adversarial self-verification, and proposes concrete patches.

Fable 5 Wins on Real-World Fraud Detection: Claude 4.x Family vs GPT-5.5 Benchmarked
Five frontier models (Fable 5, Opus 4.8, Sonnet 4.6, Haiku 4.5, GPT-5.5-high) were given the same cold prompt to audit live crowdfunding campaigns on zooid.fund. Only Fable 5 verified claims against the open web, catching duplicate creators and real-world events.

Anthropic's Platform Strategy and the OpenClaw Response
A developer analyzes Anthropic's recent restrictions on external Claude integrations as a deliberate platform strategy, arguing for building portable stacks rather than relying on provider goodwill.

VS Code 1.117.0 Automatically Adds Copilot as Co-Author on Commit — Here's What Triggers It
VS Code 1.117.0 appends 'Co-authored-by: Copilot <[email protected]>' to commits when inline suggestions are used — even for a single comma. The feature is opt-out and not clearly communicated.