v0.27.5
v0.27.4 -> v0.27.5
Summary
Adds markdown rendering to the TUI streaming and history display, covering headings, bold, italic, blockquotes, and box-drawn tables. Fixes action log recording to preserve original line breaks and blank lines from LLM output.
翻譯
TUI 串流與歷史顯示新增 markdown 渲染,涵蓋標題、粗體、斜體、引用區塊與 box-drawing 表格。修正 action log 錄製以保留 LLM 輸出的原始換行與空行。
Changes
FEAT
- Add project instruction loading (@pardnchiu) [bd8f0e4]
翻譯
- 新增專案指令載入
FIX
- Preserve streamed markdown tables in TUI (@pardnchiu) [648e01f]
翻譯
- 修正 TUI 串流 markdown 表格保留
Scope
internal/runtime/tui/— FEAT, FIX (viewRender.go,handlerExec.go,init.go)internal/session/log/— FIX (record.go)internal/agents/exec/— FEAT (selectAgent.go,systemPrompt.go)configs/prompts/— UPDATE (system_prompt.md)
Generated by SKILL