v1.1.2
Core
- Fix permission rule matching to use permission field instead of pattern field
- Fix permission evaluation to use rule-based matching instead of wildcard patterns
- Handle skill scan failures for .claude files gracefully
- Handle case where big-pickle is unavailable as a fallback
- Prevent main model thinking variant from applying to small model (@melihmucuk)
- Increase default timeout to 30 seconds based on user feedback
- Add session search functionality with debounced input and server-side filtering
- Improve Rust formatter detection and add cargo fmt support
TUI
- Allow exit when viewing child session in TUI (@rmk40)
- Fix symmetric padding in TUI input field
- Prevent session list rows from wrapping to two lines (@rgodha24)
- Fix optional session access to prevent runtime errors in TUI
Desktop
- Implement auto-scroll for active command in slash popover (@OpeOginni)
- Fix responsive menu in desktop application (@dbpolito)
- Optimize model dialog visibility lookups (@shkumbinhasani)
- Add home icon to responsive menu in desktop app (@dbpolito)
- Add SVG preview support in session viewer (@shuv1337)
- Add AppStream MetaInfo file for desktop application (@NN708)
- Fix mobile screen size issues (@carterworks)
- Fix custom slash commands not showing on initial / (@Raviguntakala)
- Improved prompt input handling in the application
Thank you to 11 community contributors:
- @melihmucuk:
- fix: prevent main model thinking variant from applying to small model (#6839)
- @rgodha24:
- fix: prevent session list rows from wrapping to 2 lines (#6812)
- @albingroen:
- fix(ui): fix select chevron alignment (#6690)
- @Raviguntakala:
- fix(app): fix custom slash commands not showing on initial / (#6829)
- @carterworks:
- Fix a few mobile screen size issues (#6808)
- @NN708:
- feat(desktop): add AppStream MetaInfo file (#6030)
- @shuv1337:
- feat(app): add SVG preview support in session viewer (#6868)
- @dbpolito:
- @shkumbinhasani:
- perf: optimize model dialog visibility lookups (#6791)
- @OpeOginni:
- feat(desktop): implement auto-scroll for active command in slash popover (#6797)
- @rmk40:
- fix(tui): allow exit when viewing child session (#6898)