# 2026-02-12

## Summary
- Switched OpenClaw default primary model from qwen-portal/coder-model to openai-codex/gpt-5.2 (config.patch + gateway restart OK).
- Uninstalled Home Assistant (Docker): stopped+removed `homeassistant` container, removed `ghcr.io/home-assistant/home-assistant:stable` image.
- Attempted to uninstall `rhasspy` Docker container; hit permission issues due to dual Docker daemons (systemd + snap). Resolved by targeting snap docker socket and removing image; verified no containers/images remain in either daemon.
- Verified `/home/kuhnn/homeassistant_config` no longer exists; rhasspy profiles dir remains under workspace.

## Notes
- Docker environment has two daemons running: snap dockerd (`dockerd --exec-root=/run/snap.docker ...`) and systemd dockerd (`/usr/bin/dockerd -H fd:// ...`). Caused confusing permission errors. Consider consolidating to one.
- Remaining artifact: `/home/kuhnn/.openclaw/workspace/va_offline_demo/rhasspy/profiles` (data dir only).
