-
release: v2.12.5 — fix shell hook output buffering
Release / Build aarch64-apple-darwin (push) Has been cancelledRelease / Build x86_64-apple-darwin (push) Has been cancelledRelease / Build aarch64-unknown-linux-gnu (push) Has been cancelledRelease / Build x86_64-unknown-linux-musl (push) Has been cancelledRelease / Build x86_64-unknown-linux-gnu (push) Has been cancelledRelease / Build x86_64-pc-windows-msvc (push) Has been cancelledRelease / Create Release (push) Has been cancelled发布于
2026-04-01 09:55:28 +00:00 Shell hook commands now stream output in real-time instead of
buffering until completion. Refactored exec into 3 modes:- exec_inherit: zero-overhead passthrough for interactive tools
- exec_streaming: real-time output via parallel threads for terminal
- exec_buffered: compressed output for AI agents (unchanged)
Fixes user-reported issue where progress bars and build output
were invisible until commands finished.Made-with: Cursor
下载附件