diff options
| author | t <t@tjp.lol> | 2026-06-16 11:49:54 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-16 11:58:44 -0600 |
| commit | 28cb3eacfcf1217b4d014dd864005deb2d7f0585 (patch) | |
| tree | 22a49deb365589e3180a8e119870d6abb2ed308c /src/tui_event.zig | |
| parent | 92ce53385fa438cab221c6881da141b5ef0a7261 (diff) | |
tool collapsed state, and fixing dirty component flags
Diffstat (limited to 'src/tui_event.zig')
| -rw-r--r-- | src/tui_event.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tui_event.zig b/src/tui_event.zig index 70d2fca..c32db39 100644 --- a/src/tui_event.zig +++ b/src/tui_event.zig @@ -211,6 +211,8 @@ pub const Payload = union(enum) { input: []const u8 = "", /// Tool result text for `tool_result`; empty otherwise. output: []const u8 = "", + /// Whether tool output should render collapsed at this boundary. + collapsed: bool = true, }; pub const Compaction = struct { summary: []const u8 = "", |
