feat(web): add configurable tool output font size - #37
Merged
Merged
Conversation
- Add persisted tool output font-size settings with validation and restore support - Apply the setting to expanded tool output and expose it in Appearance settings
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.
What Changed
Added a configurable 10–18 px font size setting for agent command and tool output in the work log. The setting is available in Appearance settings and settings search, persists through client settings, and applies via a dedicated CSS variable.
Also added validation, defaults, reset handling, and focused tests across contracts, web, and desktop settings.
Why
Tool output previously used a fixed 11 px size, making it difficult to adjust readability independently from code, prompt, or interface text. A dedicated setting lets users tune work-log output without affecting other typography preferences.
UI Changes
Added a “Tool output” font-size control to the Appearance settings panel, including reset support and settings search integration.
Checklist