Agenvoy v0.34.2 Release Notes
v0.34.1 -> v0.34.2
Summary
The release hardens service startup, improves developer-facing file tooling, and polishes the web console experience.
翻譯
本版本強化服務啟動流程、改善開發者檔案工具,並優化網頁主控台體驗。
Changes
UPDATE
- Wait for daemon services to become ready before starting the TUI (@pardnchiu) [2d2a1602]
- Simplify daemon startup and defer agent loading until needed (@pardnchiu) [2d2a1602]
- Add line numbers to file-reading output for more reliable follow-up edits (@pardnchiu) [b45d1a62]
- Preserve OAuth credentials during the login flow instead of clearing them first (@pardnchiu) [b45d1a62]
翻譯
- 在啟動 TUI 前等待 daemon 服務就緒
- 簡化 daemon 啟動流程,並延遲至需要時載入 agent
- 為讀檔輸出加入行號,讓後續編輯更可靠
- 登入 OAuth 流程時保留憑證,不再先行清除
Scope
cmd/app/— UPDATE (cmdDeamon.go,newDeamon.go,newTUI.go)internal/agents/— UPDATE (host.go)internal/session/config/— UPDATE (model.go)internal/filesystem/— UPDATE (reader.go)internal/tools/file/— UPDATE (editFile.go,patchFile.go,readFiles.go)internal/runtime/routes/handler/— UPDATE (providers.go)internal/runtime/tui/— UPDATE (commandModelAdd.go)page/— UPDATE, STYLE (multiple files)configs/prompts/— STYLE (multiple files)
Generated by SKILL