DEV Community

邱敬幃 Pardn Chiu
邱敬幃 Pardn Chiu

Posted on

Agenvoy@v0.25.4 - Enhance Gemini auth flow, agent failover, and utility modules

pardnchiu/Agenvoy


v0.25.3 -> v0.25.4

Summary

Tightens runtime recovery and consolidates interactive tooling into clearer internal boundaries. It also hardens provider auth and failover behavior while aligning release-generation rules with the actual remote tag source.

翻譯
收斂執行期復原流程,並把互動式工具整理成更清晰的內部邊界。同時加強 provider 驗證與 failover 行為,並讓版本產生規則對齊實際遠端 tag 來源。

Changes

FIX

  • Fix Gemini auth flow and harden runtime recovery behavior (@pardnchiu) [5fb287f]
  • Fix agent failover handling and extract prompt-health helper utilities (@pardnchiu) [fccdc12]

    翻譯
  • 修正 Gemini 驗證流程,並強化執行期復原行為

  • 修正 agent failover 處理,並抽出 prompt health 輔助工具

REFACTOR

  • Refactor execution and utility code while updating module dependencies (@pardnchiu) [1edb9fc]
  • Consolidate user data and log tools into shared modules (@pardnchiu) [50d0bf5]
  • Extract interactive tools into a dedicated module (@pardnchiu) [b6fdae9]

    翻譯
  • 重構執行與工具程式碼,並更新模組相依

  • 整併使用者資料與日誌工具到共用模組

  • 將互動式工具抽離為獨立模組

Scope

  • cmd/app/ — FIX
  • configs/prompts/ — FIX
  • extensions/skills/extension-install/ — REFACTOR
  • extensions/skills/extension-upload/ — REFACTOR
  • extensions/skills/version-generate/scripts/ — FIX, REFACTOR
  • go.mod — REFACTOR
  • go.sum — REFACTOR
  • internal/agents/exec/ — FIX, REFACTOR
  • internal/agents/provider/gemini/ — FIX
  • internal/agents/provider/openaiCodex/image2/ — REFACTOR
  • internal/filesystem/ — REFACTOR
  • internal/routes/handler/chatCompletions/ — FIX
  • internal/runtime/discord/ — FIX
  • internal/runtime/kuradb/ — FIX
  • internal/runtime/telegram/ — FIX
  • internal/runtime/tui/ — FIX
  • internal/session/ — FIX
  • internal/tools/interactive/ — REFACTOR
  • internal/tools/listLog/ — REFACTOR
  • internal/tools/ — FIX, REFACTOR
  • internal/tools/reportError/ — REFACTOR
  • internal/tools/userData/ — REFACTOR
  • internal/utils/ — FIX, REFACTOR

Generated by SKILL

Top comments (0)