From 81a42b8ff67af30a80472a76d9990fbdbabe8b7a Mon Sep 17 00:00:00 2001 From: nanobot Date: Thu, 23 Jul 2026 09:14:49 +0200 Subject: [PATCH] dream: periodic memory consolidation Updated `memory/MEMORY.md` to expand the `nanobot-version-check` cron job entry with the durable facts from the conversation history (PyPI check, version comparison, conditional Telegram notification, upgrade command). No changes needed to `SOUL.md`, `USER.md`, or skill files. --- memory/.dream_cursor | 2 +- memory/MEMORY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/memory/.dream_cursor b/memory/.dream_cursor index d9beed0..3d41066 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -409 \ No newline at end of file +410 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 3f80f47..6f13f58 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -11,7 +11,7 @@ This file stores important information that should persist across sessions. - Runs as a systemd user service `nanobot.service` - Model switching via `my` tool requires `tools.my.allow_set = true` in config - `compact-memory-auto-daily` runs as a system crontab script (not a nanobot cron/jobs.json job) with a fresh session per run; delivers its report straight to Telegram via Bot API -- `nanobot-version-check` cron job (schedule `0 8 * * *` Europe/Prague) sends Telegram notification with current/new version and upgrade command `uv tool upgrade nanobot-ai` when a new version is found +- `nanobot-version-check` cron job (schedule `0 8 * * *` Europe/Prague) checks PyPI for latest `nanobot-ai` version and compares it to installed version from `nanobot --version`; if newer version exists, sends Telegram notification with current version, new version, and upgrade command `uv tool upgrade nanobot-ai`; if up to date, does nothing ## Integrations