v1.18.24
anomalyco/opencodev1.18.24Aug 28, 2026by opencode-agent[bot]
AI Summary
This maintenance release focuses on improvements for Azure authentication via Microsoft Entra ID, fixes a caching issue with Bedrock reasoning responses, and resolves a desktop UI bug regarding archived sessions.
Key Highlights
- Azure providers can now sign in with Microsoft Entra ID via Azure CLI
- Fixed Bedrock reasoning response caching
- Archived sessions now disappear immediately from Home list
- V1 config now supports reading V2 config fields
New Features
- Azure providers can now sign in with Microsoft Entra ID via Azure CLI
- V1 now reads supported V2 config fields
Full Release Notes
## Core ### Bugfixes - Bedrock reasoning responses no longer get cached into unreplayable empty messages. ### Improvements - Azure providers can now sign in with Microsoft Entra ID through the Azure CLI instead of requiring an API key. - V1 now reads supported V2 config fields so newer config files keep working in more mixed setups. ## Desktop ### Bugfixes - Archived sessions disappear from the Home list immediately. (@NathanTCode) **Thank you to 3 community contributors:** - @NathanTCode: - fix(app): drop archived sessions from home list right away (#44905) - @OpeOginni: - fix(ui): restore focus in stacked dialogs (#44928) - @dondetir: - docs: mention Exa and Parallel as web search backends (#38395)