Jacob Richman
Jacob Richman
## Summary See snapshot tests for demos of how the widths changed. @sehoon38 pointed out the flex looked bad on an ultrawide terminal.
Errors should be reported directly to the history stream like we surface `/help` and similar. This reduces flicker and declutters the UI. A common source of flicker is users open...
## Summary Align json output with changes made to `/stats` For backwards compat, add input but retain the existing `prompt` field in the json to not break existing users.
Currently how much memory skia is using to render a Flutter application is a blackbox. We should should show the total memory used by skia and some breakdown of what...
## Summary Legacy settings were taking priority over the new setting syntax when merging which is surprising behavior. ## Details Fixed so that new settings take priority over legacy and...
## Summary We need to detect the true terminal background color in order to properly blend between theme colors and the terminal background to simulate opacity. Detecting the terminal background...
### What would you like to be added? We should extend terminalCapablityManager to detect whether the terminal supports modifyOtherKeys For terminals that do we should use it to detect shift+enter....
## Summary When the input prompt was added to the settings dialog the height is sometimes 1 line higher than the terminal height causing classic ink flicker issues. To verify:...
- Switch to a basic table class to enable using flex layout more robustly to render a table. Previously the table rendering in the detailed model stats had a bunch...