From 18c1407965d106d0290b5406cb0cddb75102f6c0 Mon Sep 17 00:00:00 2001 From: nanobot Date: Sun, 7 Jun 2026 18:33:25 +0200 Subject: [PATCH] dream: 2026-06-07 18:29, 5 change(s) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Memory Update ``` [FILE-REMOVE] MEMORY.md: "User communicates in Czech" — already in USER.md as permanent identity fact; MEMORY.md should not duplicate permanent file content [FILE-REMOVE] MEMORY.md: "Daily reminder at 18:00 and 19:00 to fix the BRANO on entrance doors" — user explicitly deleted this reminder at 16:40 [FILE-REMOVE] MEMORY.md: "Antibiotic reminder schedule confirmed: 23 reminders starting 2026-06-04 at 16:00 and 22:00, then every 8 hours until 2026-06-11 22:00" — transient task state, resolved after 2026-06-11 [FILE] MEMORY.md: User prefers Qwen model for deep research tasks (not currently in presets) [FILE] MEMORY.md: Available model presets: gemini-flash, gemini-flash-lite, glm, haiku, kimi, minimax, sonnet [FILE] MEMORY.md: minimax models have poor error recovery on tool calls — loop on blocked URLs instead of skipping and continuing [SKIP] No new skills detected ``` --- memory/.dream_cursor | 2 +- memory/MEMORY.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 75af06e..871cae9 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -315 \ No newline at end of file +323 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 4e61a16..f5c77bf 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -81,6 +81,9 @@ This file stores important information that should persist across sessions. - GLM-5.1:cloud achieves ~198 tok/s on Ollama Cloud - GLM-5.1:cloud has no known bugs and is proven across hundreds of nanobot agent turns - Agent model comparison report saved to `results/2026-06-07_ollama-cloud-agent-model-comparison.md` +- User prefers Qwen model for deep research tasks (not currently in presets) +- Available model presets: gemini-flash, gemini-flash-lite, glm, haiku, kimi, minimax, sonnet +- minimax models have poor error recovery on tool calls — loop on blocked URLs instead of skipping and continuing ## Reminder System @@ -90,7 +93,6 @@ This file stores important information that should persist across sessions. - Each non-empty output line → forwarded as separate Telegram notification - `/remind` critical issues: one-time `at` reminders fire repeatedly (60s tolerance window), non-atomic YAML writes, fragile manual YAML string construction, missing `list` subcommand, no tests for edit/send scripts, race condition between edit and send without file locking - `/remind` fix priorities: P0 = atomic writes + deduplicate one-time reminders; P1 = `list` command + proper YAML serialization + validation; P2 = add tests; P3 = SQLite state tracking + edit command + cron step syntax -- Daily reminder at 18:00 and 19:00 to fix the BRANO on entrance doors - Daily reminder at 19:00 to install pigeon spikes on the window to the shed - Weekday reminder at 9:30 to check notebook repair prices for Horáčková - Daily reminder at 9:10 to order xshoes @@ -106,7 +108,6 @@ This file stores important information that should persist across sessions. - Buy new merino shirt ("koupit nové merino triko") - Koupit skleničky z lahví is vína — recurring Sundays 20:30 - Reminder to write in travel diary: pants, pills, sprinkling ("kalhoty, prášky, sypani") -- Antibiotic reminder schedule confirmed: 23 reminders starting 2026-06-04 at 16:00 and 22:00, then every 8 hours until 2026-06-11 22:00 ---