v0.28.7 -> v0.28.8
Summary
Improves TUI readability with soft wrapping and reorganizes slash commands around clearer memory workflows. Adds an explicit none reasoning level that skips provider effort parameters, and unifies live versus replay completion footers with trailing timestamps.
翻譯
以 soft wrap 改善 TUI 可讀性,並重整斜線指令以對齊更清晰的記憶工作流。新增明確的 none 推理等級以略過供應商 effort 參數,並統一 live 與 replay 完成 footer 的結尾時���戳格式。
Changes
FEAT
- Soft-wrap TUI text and tables to terminal width with reflow (@pardnchiu) [fcc556c]
- Reorganize TUI commands and add full memory reset (@pardnchiu) [bec8468]
- Support none reasoning level and skip provider effort params (@pardnchiu) [b984319]
翻譯
- TUI 文字與表格依終端寬度 soft-wrap 並可 reflow
- 重整 TUI 指令並新增完整記憶重置
- 支援 none 推理等級,停用推理時略過供應商 effort 參數
UPDATE
- Rename /history to /resume and stop auto-loading session tails (@pardnchiu) [83399cf]
- Align live and replay done footers with trailing timestamps (@pardnchiu) [0c1a91d]
翻譯
- 將 /history 更名為 /resume,並停止自動載入 session 尾端
- 統一 live 與 replay 完成 footer,於結尾附加時間戳
Scope
internal/runtime/tui/— FEAT, UPDATE (multiple files)internal/agents/provider/— FEAT (provider.go, multiple send adapters)internal/agents/exec/— FEAT (reset.go)internal/session/— FEAT (reset.go)internal/session/log/— UPDATE (replay.go)internal/utils/— UPDATE (event.go)go.mod,go.sum,makefile— CHORE
Generated by SKILL