dream: 2026-06-02 17:00, 1 change(s)

[MEMORY] Telegram slash commands (e.g., `/skills`) are filtered out by `& ~filters.COMMAND` in telegram.py:384; workaround: invoke skills without slash prefix (e.g., `skills` not `/skills`); alternative fix: remove the filter from MessageHandler
[MEMORY] nanobot v0.2.1 available (current: v0.2.0)
This commit is contained in:
nanobot
2026-06-02 18:20:07 +02:00
parent 414810c4a9
commit 0cca85f598
3 changed files with 4 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ This file stores important information that should persist across sessions.
- Zapnutí `unifiedSession` sjednotí jen budoucí zprávy; existující session soubory vyžadují ruční merge/rename pro propojení minulých konverzací
- Session files are stored in `/home/nanobot/.nanobot/workspace/sessions/` (confirmed after failed attempts at root `.nanobot/sessions/`)
- User explicitly rejected unified/Mega session approach; prefers connecting to older existing sessions instead
- Telegram slash commands (e.g., `/skills`) are filtered out by `& ~filters.COMMAND` in telegram.py:384; workaround: invoke skills without slash prefix (e.g., `skills` not `/skills`); alternative fix: remove the filter from MessageHandler
- nanobot v0.2.1 available (current: v0.2.0)
## Agent Model Selection
- Ollama subscription covers all discussed models; price/cost excluded from model comparison criteria