OpenCode v1.3.11: Kimi Support & Plugin Fixes
OpenCode v1.3.11 adds Kimi model support, improves TUI output reliability, and hardens plugin installation with version pinning and safer defaults.
TL;DR
- Dedicated system prompt for Kimi models
- Better TUI terminal output passthrough for external commands
- Plugin install improvements — skip mismatched plugins, pin versions, block install scripts
New
- Kimi model system prompt — dedicated prompt configuration for Kimi models to improve compatibility and response quality.
- TUI terminal output passthrough — external command output now renders more reliably in the terminal UI.
Fixed
- Plugin installation robustness — plugins without matching server or TUI entrypoints now skip gracefully with a warning instead of failing the entire install.
- Plugin version pinning — explicit plugin versions are now pinned during install to prevent unexpected updates.
- Plugin install scripts — package install scripts are blocked from running during plugin installation for better security and predictability.
- Plugin default options — default options from package exports are now applied automatically on install.
Update with: npm install -g opencode@latest or check the release page.
Source: OpenCode