Releases: sst/opencode
Releases Β· sst/opencode
v0.15.13
v0.15.12
v0.15.11
v0.15.10
v0.15.9
- Added Astro language server support with automatic installation for .astro files
- Fixed bash tool permission merging issues
- Fixed snapshot undo functionality bug
- Removed invalid GitHub Copilot provider option from the interface
- Improved argument replacement handling in session prompts
v0.15.8
v0.15.7
v0.15.6
v0.15.5
- Fixed GitHub action trigger patterns to properly respond to both
/ocand/opencodecommands - Changed GitHub action model from
opencode/sonictoopencode/kimi-k2 - Added GitHub Actions core libraries and Octokit dependencies for enhanced GitHub integration
- Improved handling of empty thinking/text blocks to avoid persisting them in sessions
- Adjusted GitHub workflow permissions from write to read access for contents, pull-requests, and issues
v0.15.4
- Fixed OpenAI provider to use chat language model instead of completion language model
- Added session option to attach command for connecting to specific sessions
- Added Slack integration package with Bolt framework support
- Simplified SDK getting started with single
createOpencodefunction that creates both server and client - Added
createOpencodeTui()function to SDK for programmatic TUI launching - Filtered out alpha status models from provider list for better model selection
- Made compact feature use streaming API for improved performance
- Updated Bedrock provider for Australian Sonnet 4.5 cross-region inference support
- Added support for custom tools through plugin system
- Allowed read tool to handle image files
- Improved HTTP error codes for better error reporting
- Added timeout to fetch models.dev refresh request for reliability
- Fixed false positive package manager detection in upgrade command
- Disabled workspace symbol lookup to prevent LSP performance issues
- Fixed config directory overrides for better configuration management
- Added useCompletionUrls option to fix certain Azure setups
- Included stack trace in server error responses for debugging
- Fixed typecheck issues across packages
- Fixed
rghanging forever when run in bash waiting for stdin - Fixed perl6 file extension support
- Improved directory validation error messages
- Fixed clang formatter name configuration