mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
7244485ce2
- Accumulate stream chunks in a buffer and flush through DisplayAssistantMessageWithModel at boundaries (tool calls, step complete), mirroring the TUI's StreamComponent accumulate-and-flush strategy. Text accompanying tool calls now renders identically to solo assistant responses. - Fix example-script.sh: add missing --- frontmatter delimiters and convert legacy command/args format to new type+command list format so Viper YAML parsing works correctly. - Fix env-substitution-script.sh: add missing execute permission.