v1.14.31

anomalyco/opencodev1.14.31May 1, 2026by opencode-agent[bot]

AI Summary

This release improves Azure setup by prompting for resource names, fixes task session permission handling, and resolves a crash when restoring messages with missing models.

Key Highlights

  • Azure setup now prompts for the resource name and saves it with the API key.
  • Task child sessions now preserve parent `external_dir` and deny permissions.
  • Invalid remote MCP URLs now fail with a clear error instead of breaking setup.
  • Restoring saved messages no longer crashes the app when a model is missing.

New Features

  • Azure resource name prompt and API key saving

Full Release Notes

## Core
- Azure setup now prompts for the resource name when needed and saves it with the API key.
- Task child sessions now preserve parent `external_dir` and deny permissions. (@remorses)
- Invalid remote MCP URLs now fail with a clear error instead of breaking setup.

## Desktop
- Restoring saved messages no longer crashes the app when a model is missing.

**Thank you to 1 community contributor:**
- @remorses:
  - fix(opencode): preserve `external_dir` and `deny` parent permissions in task child sessions (#23290)