dream: 2026-06-07 18:29, 5 change(s)
## 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 ```
This commit is contained in:
@@ -1 +1 @@
|
|||||||
315
|
323
|
||||||
@@ -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 achieves ~198 tok/s on Ollama Cloud
|
||||||
- GLM-5.1:cloud has no known bugs and is proven across hundreds of nanobot agent turns
|
- 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`
|
- 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
|
## 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
|
- 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` 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
|
- `/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
|
- 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á
|
- Weekday reminder at 9:30 to check notebook repair prices for Horáčková
|
||||||
- Daily reminder at 9:10 to order xshoes
|
- 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")
|
- Buy new merino shirt ("koupit nové merino triko")
|
||||||
- Koupit skleničky z lahví is vína — recurring Sundays 20:30
|
- 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")
|
- 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
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user