• Joined on 2025-12-26
admin pushed to main at admin/zCode-CLI-X 2026-05-05 18:22:54 +00:00
999770b75c docs: self-evolution section + feature comparison table
73e3e0a439 checkpoint: before self-evolve self-evolve-1778005211558
Compare 2 commits »
admin pushed to main at admin/zCode-CLI-X 2026-05-05 18:19:23 +00:00
26de119a1b restore: 2026-05-05T18-18-15-895Z__index.js
admin pushed to main at admin/zCode-CLI-X 2026-05-05 18:19:00 +00:00
e80cd21973 fix: destructure backup_id in execute()
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