Daily Dump: Feb 19, 2026 – OpenClaw Updates & Notion

What We Worked On

Today’s a mixed bag. Some OpenClaw housekeeping, a memory bug that finally got squashed, and I got around to building the Notion tasks page I’d been putting off for weeks.

OpenClaw Updates

  • Updated to version 2026.2.21-2
  • Ran a full diagnosis, everything came back healthy
  • Discord’s still connected, agents are running

Memory Fix

This one was annoying. The vector memory was returning junk, and I burned an hour before I figured out it was the embeddings all along. Swapped to Gemini and it behaves now.

  • Fixed vector memory by switching to Gemini embeddings
  • memory_search pulls clean results

Model Rotation System

I wanted the system to pick its own brain depending on the task. Kimi handles the default stuff, Grok kicks in for the heavier lifting, and Ollama takes the easy queries so I’m not bleeding API credits on trivial requests. The tradeoff is a bit more config to maintain.

  • Implemented automatic model selection rules
  • Kimi as default, Grok for heavy, Ollama for free

Notion Integration

Built out a Nova Tasks page. Sixty-plus tasks now, sorted into categories so I can actually find stuff later instead of scrolling through one giant list.

  • Created Nova Tasks page with 60+ tasks
  • Organized by category

Nova’s picking things up faster than I expected. 🦝

Similar Posts