## Core
- Prevent truncated Claude streams (@CasualDeveloper)
- Fix ESLint LSP server auto-installation failure on Windows (@fraineralex)
- Install local plugin dependencies from package.json (@elithrar)
- Preserve imperative statements in summary generation
- Add support for region and bearer token configuration in Bedrock (@wnkz)
- Add support for `.claude/skills` directory (@connorads)
## TUI
- Make authentication URLs clickable regardless of line wrapping in terminal interface (@brettheap)
## Desktop
- Fix scroll synchronization in desktop application
- Improve desktop performance and scrolling behavior
- Add auto-accept edits toggle in desktop application
- Add image preview and deduplicate file uploads in desktop application (@dbpolito)
- Improve desktop application performance and reduce jankiness
- Revert desktop jankiness fix
- Fix desktop application jankiness
- Add project editing functionality in desktop application (@dbpolito)
- Improve state update granularity for permissions in desktop application
- Improve state update granularity in desktop application
- Synchronize last agent and model when changing sessions in desktop application
- Fix context usage alignment in desktop application
**Thank you to 9 community contributors:**
- @connorads:
- feat: add support for `.claude/skills` directory (#6252)
- @wnkz:
- fix(bedrock): support region and bearer token configuration (#6332)
- @3mdistal:
- docs: clarify that MCP tools require glob patterns to disable (#6306)
- @elithrar:
- docs: add compaction, watcher, experimental and provider options (#6304)
- meta: use colors for agents (#5845)
- feat: install local plugin dependencies from package.json (#6302)
- @dbpolito:
- Desktop: Edit Project (#6360)
- Desktop: Image Preview and Dedupe File Upload (#6372)
- @airtonix:
- docs: add opencode-skillful plugin to ecosystem page (#6333)
- @fraineralex:
- fix(lsp): ESLint LSP server fails to auto-install on Windows (#6366)
- @brettheap:
- fix(tui): make auth URLs clickable regardless of line wrapping (#6317)
- @CasualDeveloper:
- fix: prevent truncated Claude streams (#6388)