v0.28.5 -> v0.28.6
Summary
Adds per-session usage logging and tightens provider reasoning control so effort levels stay within each model’s supported range. Also hardens background agent selection and resume model pinning, and fixes docs sitemap lastmod handling.
翻譯
新增 per-session 用量紀錄,並收斂 provider reasoning 控制,讓 effort 落在各模型可支援範圍。同步強化背景 agent 選型與 resume 時 model 釘定,並修正文件 sitemap lastmod 處理。
Changes
FEAT
- Add per-session usage logging and clamp provider reasoning levels (@pardnchiu) [a8bf062]
翻譯
- 新增 per-session 用量紀錄,並限制 provider reasoning 層級
FIX
- Clamp reasoning effort per model and expand grok support (@pardnchiu) [3745fb5]
- Pass empty sessionID to SelectAgent for background paths and pin model on resume (@pardnchiu) [0005a8c]
- Fix docs sitemap lastmod to use file mtimes and local dates (@pardnchiu) [69c59f9]
翻譯
- 依模型限制 reasoning effort,並擴充 grok 支援
- 背景路徑 SelectAgent 改傳空 sessionID,並在 resume 時釘住 model
- 文件 sitemap lastmod 改用檔案 mtime 與本地日期
Scope
internal/session/usage/— FEAT (record.go)internal/agents/provider/— FEAT, FIX (provider.go, multiple send paths)internal/agents/types/— FEAT (agent.go)internal/session/config/— FEAT (config.go)internal/agents/exec/— FIX (compact.go,execWithSubagent.go,reset.go,execute.go)internal/tools/— FIX (interactive/askUser.go,searcher/searchTools.go)internal/runtime/tui/— FIX (handlerLogFormat.go)cmd/app/— FIX (main.go)worker/— FIX (build.js,public/sitemap.xml, docs pages)
Generated by SKILL