z80
z80
Alchemy supports Fantom now ### What I did Added support for Fantom mainnet and testnet ### How I did it Added Fantom opera and testnet to the list of supported...
### What I did Flag members like Action.BUY are compile-time constants and should be allowed in pure functions. This change adds validation logic to detect flag member access and permit...
## Summary This PR modifies the Flag type to allow explicit iteration through the `__values__` attribute ## Changes - Updated Flag iteration behavior to allow explicit access to `__values__` ##...
## Summary Provide an API that allows plugins to register custom sections/panels in the sidebar. ## Motivation Currently, plugins can extend OpenCode with tools, hooks, agents, and MCP configs -...
## Summary Adds a plugin API that allows plugins to register custom panels in the sidebar. Closes #5971 ## Changes - Add `SidebarPanel` and `SidebarPanelItem` types to `@opencode-ai/plugin` - Add...