Agenvoy - A personal agent that writes its own tools and repairs itself — Make AI actually work for you.
Summary
Adds TUI markdown rendering for headings, bold, blockquotes, and box-drawn tables across both streaming and history display. Replaces static model registries with live provider API discovery and overhauls tool execution concurrency. Fixes action log recording to preserve original line breaks and blank lines from LLM output.
翻譯
TUI 新增 markdown 渲染(標題、粗體、引用區塊、box-drawing 表格),涵蓋串流與歷史顯示。以即時 provider API 探查取代靜態 model 註冊表,重構 tool 執行並行機制。修正 action log 錄製以保留 LLM 輸出的原始換行與空行。
Changes
FEAT
- Add TUI markdown rendering with heading, bold, italic, blockquote, and table support [648e01f]
- Add project instruction loading [bd8f0e4]
- Preview write_file and patch_file changes in TUI tool lines and confirm popups [89e57a4]
- Improve TUI popups with diff display, multi-select cron removal, and aligned session/cron selectors [aa52632]
翻譯
- TUI 新增 markdown 渲染:標題、粗體、斜體、引用區塊、表格
- 新增專案指令載入
- TUI tool line 與 confirm popup 新增 write_file / patch_file 變更預覽
- TUI popup 新增 diff 顯示、多選 cron 刪除、session/cron 選擇器對齊
FIX
- Preserve original line breaks and blank lines in action log recording [648e01f]
翻譯
- 修正 action log 錄製以保留原始換行與空行
UPDATE
- Default all script and API tools to concurrent execution, add RAG-first search rule, and humanize tool display names [37282e9]
- Improve TUI model, session, and navigation workflows [9f329e5]
- Refresh README and provider architecture documentation [3984d4c]
翻譯
- 所有 script/API tool 預設並行執行,新增 RAG-first 搜尋規則,人性化 tool 顯示名稱
- 改善 TUI model 選擇、session 與導航工作流程
- 更新 README 與 provider 架構文件
REFACTOR
- Replace static model configs with dynamic API fetch, add OpenRouter [e6c958a]
翻譯
- 以動態 API 取得取代靜態 model 設定,新增 OpenRouter
Top comments (0)