• Joined on 2025-12-26
admin pushed to main at admin/zCode-CLI-X 2026-05-07 09:17:17 +00:00
8482cf72f9 docs: add comprehensive Intent Detector fix documentation
admin pushed to main at admin/zCode-CLI-X 2026-05-07 09:15:50 +00:00
b422159e69 docs: update CHANGELOG with reposted question detection fix
admin pushed to main at admin/zCode-CLI-X 2026-05-07 09:14:47 +00:00
46cc8f2f43 fix: implement reposted question detection (Ruflo + Clawd hybrid)
319ca20072 test: add intent detector test suite
Compare 2 commits »
admin pushed to main at admin/zCode-CLI-X 2026-05-06 18:35:00 +00:00
995cba5d02 docs: README — PortManager architecture section
admin pushed to main at admin/zCode-CLI-X 2026-05-06 18:13:15 +00:00
ef3d31501b docs: CHANGELOG v2.0.3 — PortManager + crash-loop fix
admin pushed to main at admin/zCode-CLI-X 2026-05-06 18:11:23 +00:00
c372ae6bae fix: move PortManager init after PORT/httpServer declaration
admin pushed to main at admin/zCode-CLI-X 2026-05-06 18:10:16 +00:00
1447c48e93 feat: PortManager — intelligent port lifecycle with retry+backoff
admin pushed to main at admin/zCode-CLI-X 2026-05-06 17:53:49 +00:00
2b07fff073 feat: reply context injection + crash-loop guard
admin pushed to main at admin/zCode-CLI-X 2026-05-06 17:38:33 +00:00
20d5cc08fc fix: resolve typing hang, intent detector reversed .test() bugs, and 'now' false positive
admin pushed to main at admin/zCode-CLI-X 2026-05-06 16:51:13 +00:00
994c5481bf fix: crash loop after reboot - resilient error handlers + mask user service
admin pushed to main at admin/zCode-CLI-X 2026-05-06 16:07:59 +00:00
342cfb75bd feat: enable parallel tool call batching
admin pushed to main at admin/zCode-CLI-X 2026-05-06 13:50:41 +00:00
6d14af09fe docs: update README + CHANGELOG with v2.0.2 performance overhaul
admin pushed to main at admin/zCode-CLI-X 2026-05-06 13:45:22 +00:00
19ac52505f perf: Hermes guardrail + OpenCode tool selection + parallel execution
admin pushed to main at admin/zCode-CLI-X 2026-05-06 13:28:47 +00:00
e4fe8c51b6 perf: 2.8x faster task execution - parallel tools, no ghost chasing
admin pushed to main at admin/zCode-CLI-X 2026-05-06 13:07:09 +00:00
b7e861a2f2 docs: unify CHANGELOG - move styling fix into v2.0.1 section
admin pushed to main at admin/zCode-CLI-X 2026-05-06 13:01:48 +00:00
b216f2b90d style: enhance Telegram message formatting with visual hierarchy
admin pushed to main at admin/zCode-CLI-X 2026-05-06 12:47:52 +00:00
98ed33ba8f fix: eliminate EADDRINUSE crash loop with robust port binding
admin pushed to main at admin/zCode-CLI-X 2026-05-06 10:32:32 +00:00
c164446a9c fix: auto-terminate stale bot instances to prevent port conflicts
admin pushed to main at admin/zCode-CLI-X 2026-05-06 10:22:41 +00:00
d51ab51032 fix: prevent self-killing pidfile race condition
admin pushed to main at admin/zCode-CLI-X 2026-05-06 10:13:20 +00:00
9c0ccdbbc3 docs: add Ruflo integration completion summary