v1.1.48
OpenCodeSummary
This release introduces several configuration and integration enhancements, including enabling skills as TUI slash commands and respecting custom model paths via environment variables. Key fixes address ordering issues with Devstral and ensure correct parameter casing for OpenAI-compatible APIs. Additionally, several internal stability and environment handling improvements have been implemented.
New Features
- Enabled making skills invokable as slash commands in the TUI
- Added support for specifying a custom models file path via the OPENCODE_MODELS_PATH environment variable
- Enabled respecting the OPENCODE_MODELS_URL environment variable during the build process
- Added a Copilot-specific provider to correctly handle reasoning tokens for Copilot
Bug Fixes
- Fixed an issue where Mistral ordering fixes were not applying to Devstral
- Fixed an issue where the ask question tool was incorrectly included when using acp
- Fixed handling of redirected statement treesitter nodes in bash permissions
- Fixed OpenAI-compatible APIs to use snake_case for the thinking parameter
Improvements
- Ensured models configuration is checked to not be empty before loading
- Prevented symbolic links from being followed by default in grep and ripgrep operations
- Prevented parallel test runs from contaminating environment variables
- Removed special case handling for the Google Vertex Anthropic provider during response generation
- Excluded chat models from the textVerbosity setting
- Reverted recent updates to transitions, spacing, scroll fade, and the prompt area in the Desktop application