Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

feat(preview): add show_notes toggle to hide notes section#304

Open
rhukster wants to merge 1 commit intoasheshgoplani:mainfrom
rhukster:feat/show-notes-toggle
Open

feat(preview): add show_notes toggle to hide notes section#304
rhukster wants to merge 1 commit intoasheshgoplani:mainfrom
rhukster:feat/show-notes-toggle

Conversation

@rhukster
Copy link
Contributor

@rhukster rhukster commented Mar 7, 2026

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.

  • Adds a show_notes option to [preview] config in config.toml
  • When set to false, the notes section is hidden from the preview pane, giving more space to terminal output
  • Defaults to true (preserves existing behavior)
  • Follows the same *bool pointer pattern used by show_output and show_analytics

Usage

[preview]
show_notes = false

Test plan

  • Verify notes section shows by default (no config / show_notes = true)
  • Set show_notes = false and confirm notes section is hidden
  • Confirm terminal output expands to fill the reclaimed space
  • Verify notes editing (n key) still works when notes are enabled

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant