• Joined on 2025-12-26
admin pushed to main at admin/zCode-CLI-X 2026-05-05 15:16:02 +00:00
e49e379096 fix: restore SSE streaming via StreamConsumer for text messages
admin pushed to main at admin/zCode-CLI-X 2026-05-05 15:07:57 +00:00
5312694f6d fix: bypass StreamConsumer — use direct sendFormatted for reliable delivery
admin pushed to main at admin/zCode-CLI-X 2026-05-05 14:58:11 +00:00
60ed5375de debug: add send logging to sendStreamingMessage
admin pushed to main at admin/zCode-CLI-X 2026-05-05 14:49:56 +00:00
050dc6ebe3 fix: bulletproof command handler + auto-restart + README overhaul
admin pushed to main at admin/zCode-CLI-X 2026-05-05 14:44:39 +00:00
a84df42932 fix: correct logger import path in memory.js
admin pushed to main at admin/zCode-CLI-X 2026-05-05 14:39:35 +00:00
c63a1c03ae feat: persistent self-learning memory + curiosity engine
admin pushed to main at admin/zCode-CLI-X 2026-05-05 14:30:58 +00:00
d7107e162f security: remove all hardcoded paths, usernames, IPs, and chat IDs from tracked files
admin pushed to main at admin/zCode-CLI-X 2026-05-05 14:27:05 +00:00
977dcc97c3 docs: remove internal VPS paths from README
admin pushed to main at admin/zCode-CLI-X 2026-05-05 14:24:08 +00:00
2a088cb0b9 docs: comprehensive README overhaul — streaming, self-correction, RTK, formatting
admin pushed to main at admin/zCode-CLI-X 2026-05-05 14:23:00 +00:00
a0549ac641 fix: beautiful Telegram formatting via HTML (no more raw **)
admin pushed to main at admin/zCode-CLI-X 2026-05-05 14:13:09 +00:00
ed4a4c35e8 feat: real-time SSE streaming via StreamConsumer (adapted from Hermes Agent)
e17af157ae wip: before streaming refactor
Compare 2 commits »
admin pushed to main at admin/zCode-CLI-X 2026-05-05 14:04:06 +00:00
78d4932b63 fix: sentence-level streaming with proper Telegram rate limit throttling
admin pushed to main at admin/zCode-CLI-X 2026-05-05 13:58:27 +00:00
70815a73d2 debug: log sentMsg raw and Reflect.ownKeys
admin pushed to main at admin/zCode-CLI-X 2026-05-05 13:53:27 +00:00
a4a9e31e79 debug: check sentMsg constructor and result property
admin pushed to main at admin/zCode-CLI-X 2026-05-05 13:51:42 +00:00
fbc6b9a377 debug: check for 'result' wrapper in Telegram API response
admin pushed to main at admin/zCode-CLI-X 2026-05-05 13:49:47 +00:00
98b8d0cca8 debug: log response structure and try multiple access patterns
admin pushed to main at admin/zCode-CLI-X 2026-05-05 13:47:46 +00:00
f6d470c51c fix: use bracket notation for Telegram API response
admin pushed to main at admin/zCode-CLI-X 2026-05-05 13:46:43 +00:00
8ac88fc4ad fix: handle Telegram API array-like response format
admin pushed to main at admin/zCode-CLI-X 2026-05-05 13:45:45 +00:00
e839f513de fix: use ctx.api.sendMessage instead of ctx.reply for streaming
admin pushed to main at admin/zCode-CLI-X 2026-05-05 13:44:48 +00:00
f8a6edf4c7 debug: add detailed logging for streaming IDs