This pre-release introduces a Light Mode to ChatterUI with the new experimental styling system. There aren't any major functional changes aside the styling of the app.
Additions:
- Added
include_reasoning
sampler for OpenRouter reasoning models. - Added custom markdown formatting for
<think> .... </think>
tags. They should now properly render in a collapsed accordion.
Changes:
- Touched up every single screen in the app and migrated them to the new styling system.
- Removed old 'Hue' based custom styling.
- Introduced experimental Light Mode
- For now, you can simply toggle between the default dark and light mode.
- In future, this will be a theme manager screen with many different built in themes and importable schemas.
- Reworked components to use new unified Themed components instead - this should make screens in the app feel more homogeneous.
- Removed Legacy API system.
Dev:
- Migrated more files into dedicated folders and utils.
- The current goal is to completely deprecate the old Global enum and Global.ts barrel file.