dream: 2026-05-30 13:41, 6 change(s)

[USER] invests weekly in SOL, ETH, BNB, ADA, DOT; ignores Bitcoin for lacking real value and energy inefficiency
[USER] prefers `glow -p` as pager for markdown display in console
[MEMORY] /note skill should be deterministic and log all performed operations
[MEMORY] /note skill should be split into a shorter prompt and a python script performing the operations
[MEMORY] nanobot supports cross-channel session continuity via `unifiedSession: true` in `config.json` under `agents.defaults`
[MEMORY] user's `config.json` does not have `unifiedSession` enabled (defaults to false)
[MEMORY] enabling `unifiedSession` only unifies future messages; existing session files require manual merging/renaming to connect past conversations
This commit is contained in:
nanobot
2026-05-30 15:20:29 +02:00
parent 9ae2ea0890
commit 119e034be8
3 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
285
287

View File

@@ -29,6 +29,11 @@ This file stores important information that should persist across sessions.
- Ollama cloud subscription: na požádání zobrazit aktuální využití (usage)
- Ollama cloud limity: 5hodinová session, 7denní týdenní okno
- `/note` skill: backend storage uses SQLite (not markdown)
- `/note` skill: má být deterministický a logovat všechny provedené operace
- `/note` skill: má být rozdělený na kratší prompt + python skript, který provádí operace
- nanobot podporuje cross-channel session continuity přes `unifiedSession: true` v `config.json` pod `agents.defaults`
- Uživatel nemá `unifiedSession` povolený v `config.json` (default false)
- Zapnutí `unifiedSession` sjednotí jen budoucí zprávy; existující session soubory vyžadují ruční merge/rename pro propojení minulých konverzací
## Reminder System