DEV Community

邱敬幃 Pardn Chiu
邱敬幃 Pardn Chiu

Posted on

Agenvoy@v0.25.11 - Refactor memory management and enhance TUI session startup

pardnchiu/Agenvoy


v0.25.10 -> v0.25.11

Summary

Consolidates runtime record-keeping into a managed cleanup subsystem and adds automatic trash purging for stale downloads. TUI session startup flow is adjusted for smoother attach behaviour.

翻譯

將 runtime 紀錄統整至受管理的清理子系統,並為過期下載檔新增自動垃圾桶清除。調整 TUI session 啟動流程以提升 attach 體驗。

Changes

UPDATE

  • Add periodic download trash cleanup with 30-day TTL and adjust TUI session startup flow (@pardnchiu) [238801b]

翻譯

  • 新增定期下載垃圾桶清理(30 天 TTL)並調整 TUI session 啟動流程

REFACTOR

  • Move runtime records to managed cleanup package and consolidate error memory (@pardnchiu) [b663252]

翻譯

  • 將 runtime 紀錄移至受管理的清理 package 並整合 error memory

Scope

  • internal/filesystem/record/ — UPDATE, REFACTOR (download.go, log.go, toolcall.go)
  • internal/filesystem/path.go — REFACTOR
  • internal/runtime/scheduler.go — UPDATE, REFACTOR
  • internal/runtime/tui/ — UPDATE (init.go, update.go, commandSwitch.go)
  • internal/session/toolError/ — REMOVE
  • internal/tools/errorMemory/ — REFACTOR
  • cmd/app/ — REFACTOR (cmdDeamon.go, main.go)

Generated by SKILL

Top comments (0)