• Joined on 2025-12-26
admin pushed to main at admin/zCode-CLI-X 2026-05-05 18:18:17 +00:00
1870635847 test: verify auto-backup before patch
076b30eda9 checkpoint: before self-evolve self-evolve-1778005095485
Compare 2 commits »
admin pushed to main at admin/zCode-CLI-X 2026-05-05 18:17:51 +00:00
c97e42e052 fix: remove undefined logger reference in SelfEvolveTool
5ccae14bc7 checkpoint: before self-evolve self-evolve-1778005033751
Compare 2 commits »
admin pushed to main at admin/zCode-CLI-X 2026-05-05 18:15:30 +00:00
8d904af246 feat: file-level backups for self-evolve — auto-backup before every patch, backups/restore actions
admin pushed to main at admin/zCode-CLI-X 2026-05-05 18:09:59 +00:00
cfa92c81b0 feat: SelfEvolveTool — self-modifying code with auto-rollback
admin pushed to main at admin/zCode-CLI-X 2026-05-05 17:56:24 +00:00
3bfd842998 fix: voice STT path fix + execSync error handling + fetch download
admin pushed to main at admin/zCode-CLI-X 2026-05-05 17:50:56 +00:00
3b6a7ec502 feat: add Vosk STT - offline voice-to-text, no API key needed
admin pushed to main at admin/zCode-CLI-X 2026-05-05 17:46:25 +00:00
6685f60855 docs: add Intelligence Routing section to README
admin pushed to main at admin/zCode-CLI-X 2026-05-05 17:12:21 +00:00
fe6d3f4db8 fix: rewrite chatWithAI as unified agentic tool loop
admin pushed to main at admin/zCode-CLI-X 2026-05-05 17:09:38 +00:00
78349bb22b fix: non-streaming tool calls now feed results back to AI for final answer
admin pushed to main at admin/zCode-CLI-X 2026-05-05 17:00:05 +00:00
092fefbc52 feat: add DelegateTool with multi-turn agentic loop (18 tools total)
admin pushed to main at admin/zCode-CLI-X 2026-05-05 16:52:13 +00:00
e92e9f5b9d feat: add vision, TTS, and browser tools (17 tools total)
admin pushed to main at admin/zCode-CLI-X 2026-05-05 16:45:08 +00:00
d7f1e3db90 feat: real agent execution + real skill execution (system-prompt-driven)
admin pushed to main at admin/zCode-CLI-X 2026-05-05 16:43:17 +00:00
0a81aa2b82 feat: wire 10 new tools — file_read, file_write, glob, grep, web_fetch, task CRUD, send_message, schedule_cron
admin pushed to main at admin/zCode-CLI-X 2026-05-05 16:32:01 +00:00
78d994fdda fix: handle tool calls in streaming mode - fall back to non-streaming
admin pushed to main at admin/zCode-CLI-X 2026-05-05 16:28:36 +00:00
316f3115f6 fix: markdownToHtml multiline bold — [\s\S] instead of dot
admin pushed to main at admin/zCode-CLI-X 2026-05-05 16:24:33 +00:00
5cc00aa4fe fix: delete+resend streaming draft instead of edit with HTML parse_mode switch
admin pushed to main at admin/zCode-CLI-X 2026-05-05 16:20:08 +00:00
9537bf2dc4 fix: pidfile lock + port conflict guard + systemd ready
admin pushed to main at admin/zCode-CLI-X 2026-05-05 15:51:26 +00:00
4ebd7acca7 perf: 3-tier conversation context with LRU cache, keyword relevance, debounced I/O
admin pushed to main at admin/zCode-CLI-X 2026-05-05 15:47:15 +00:00
c1a3090f7d feat: persistent conversation history across sessions and restarts
admin pushed to main at admin/zCode-CLI-X 2026-05-05 15:25:53 +00:00
a076ae2d6d fix: delete raw-markdown draft and resend formatted on final edit failure