From 5e777fd2a2d821003bfc7aa39bf5c5cd158b6c5b Mon Sep 17 00:00:00 2001 From: adamdotdevin <2363879+adamdottv@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:58:40 -0500 Subject: feat: toggle tool details visible --- packages/tui/internal/app/state.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/tui/internal/app') diff --git a/packages/tui/internal/app/state.go b/packages/tui/internal/app/state.go index 478022351..283cbd15e 100644 --- a/packages/tui/internal/app/state.go +++ b/packages/tui/internal/app/state.go @@ -32,6 +32,8 @@ type State struct { MessagesRight bool `toml:"messages_right"` SplitDiff bool `toml:"split_diff"` MessageHistory []Prompt `toml:"message_history"` + ShowToolDetails *bool `toml:"show_tool_details"` + ShowThinkingBlocks *bool `toml:"show_thinking_blocks"` } func NewState() *State { -- cgit v1.2.3