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:
@@ -1 +1 @@
|
||||
290
|
||||
293
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user