Core
- Rename OPENCODE_PASSWORD to OPENCODE_SERVER_PASSWORD for clearer authentication configuration
- Fix HTTP exception handling order to prevent NamedError from masking HTTP exceptions
- Add password authentication and improve server security
- Improve error handling for built-in plugin installation failures
- Allow wildcard permissions to match both the command with and without arguments
- Fix model selection in title generation to use user's model instead of assistant's
TUI
- Prevent layout jump when toggling tips visibility in TUI (@R44VC0RP)
- Add hint for variants toggle in TUI
- Fix autocomplete reopening after backspace deletes space in terminal UI (@Raviguntakala)
- Rename kvStore to store for consistency in TUI
- Redesign tips display on home screen
- Redesign tips display on home screen
- Remove update complete toast notification from TUI
Desktop
- Disable AppImage build (@Brendonovich)
- Improve server detection and connection logic in desktop application (@Brendonovich)
- Resolve defaultServerUrl inside AppInterface to improve server URL handling (@Brendonovich)
Thank you to 7 community contributors:
- @Brendonovich:
- app: resolve defaultServerUrl inside AppInterface
- fix(desktop): improve server detection & connection logic (#7962)
- disable appimage
- @shubh73:
- docs: fix typo (#8041)
- @jerome-benoit:
- fix(nix): filter optional dependencies by target platform (#8033)
- @Raviguntakala:
- fix(tui): reopen autocomplete after backspace deletes space (#6031)
- @dbpolito:
- fix(desktop): Improve User Message Badges for Big Titles and Small Screens (#8037)
- @kdcokenny:
- docs: fix permission rule ordering in examples (#7010)
- @R44VC0RP:
- fix(tui): prevent layout jump when toggling tips visibility (#8068)