opencode
opencode copied to clipboard
The open source coding agent.
- Fixes #5294 (claude-opus-4.5 on azure unusable) - Cleaner implementation after #8966 reverted #8335 --- When using Anthropic models (like claude-opus-4.5) via Azure Cognitive Services, the code was using `@ai-sdk/azure`...
## Summary Adds on-demand message loading UI to the TUI, enabling users to access message history beyond the initial 100-message window. **Depends on:** #8996 (adds `ts_before` and `breakpoint` API parameters)...
## Summary Adds two optional parameters to `Session.messages()` API for loading messages older than the initial 100-message window: - **`ts_before`**: Unix timestamp - returns messages created before this point -...
### Description Seeing previously-working MCP servers showing as `disabled`, despite `"enabled": true` being set in `opencode.jsonc`. Seems to have been introduced by a change in version `1.1.24` - the MCP...
### What does this PR do? #### PR Summary: Debug Mode Feature This PR introduces a new **Debug Agent Mode** that enables evidence-based debugging through structured instrumentation, log analysis, and...
### What does this PR do? adds firmware provider auth information to the provider docs ### How did you verify your code works? Simple mdx change, provider working good in...
# Summary - Add OPENCODE_DATA_DIR environment variable to override the data directory location - Add OPENCODE_CACHE_DIR environment variable to override the cache directory location - Add OPENCODE_LOG_DIR environment variable to...
### Question im using open ai plus sub , ive noticed even tho ive set gpt 5.2 it used all of the usage of gpt 5.2 codex maybe beacue its...
When running OpenCode in a Ubuntu environment installed via proot-distro in Termux, the application displays a black screen and completely freezes, unable to exit with Ctrl+C. Steps to Reproduce: 1....
### Question I was wondering if you could combine multiple providers into 1 model like I have Claude sonnet 4.5 on Claude , GitHub copilot , google is there a...