feat(preview): add show_notes toggle to hide notes section#304
Open
rhukster wants to merge 1 commit intoasheshgoplani:mainfrom
Open
feat(preview): add show_notes toggle to hide notes section#304rhukster wants to merge 1 commit intoasheshgoplani:mainfrom
rhukster wants to merge 1 commit intoasheshgoplani:mainfrom
Conversation
Add a show_notes option to [preview] config that allows disabling the notes section in the preview pane. Defaults to true (existing behavior). Set show_notes = false in config.toml to reclaim preview space for terminal output: [preview] show_notes = false
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
If you don't find notes helpful, and would rather have the space available for showing useful output from the agent, this new toggle allows this new feature to be disabled.
show_notesoption to[preview]config inconfig.tomlfalse, the notes section is hidden from the preview pane, giving more space to terminal outputtrue(preserves existing behavior)*boolpointer pattern used byshow_outputandshow_analyticsUsage
Test plan
show_notes = true)show_notes = falseand confirm notes section is hiddennkey) still works when notes are enabled