opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

Results 2981 opencode issues
Sort by recently updated
recently updated
newest added

## Summary Fixes user reports of plugins not loading by adding JavaScript support and improving error handling in the plugin system. Should fix #1473 ## Changes ### 🎯 **JavaScript Plugin...

## Summary Sets the env var `AGENT=1` at startup to identify when processes are run by an AI agent. ## Context ### Claude Code Implementation Claude Code sets `CLAUDECODE=1` environment...

## Summary - Add comprehensive slash command support to TUI editor input - Fix critical issue where `/quit` command wasn't working due to completion dialog interference - Implement exact command...

Stores sensitive information in keychain. Tested on macOS only. updated to use new bun.secrets API replaces `get() set() all() delete()` functions in auth to use keychain instead of file. pros:...

Adds the Emerald Dawn theme, a dark theme with green accents.

## Problem Fixes #1103 On Windows, antivirus software can block or delete PowerShell execution during authentication flows, causing browser opening to fail completely. This particularly affects Claude Pro/Max authentication where...

## Problem On Windows 11, `@opencode-ai/sdk` package could not be resolved when running `bun dev`, causing the error: ``` error: Cannot find module '@opencode-ai/sdk' from 'packages/opencode/src/plugin/index.ts' ``` ## Solution Added...

### Summary * Add `timeout` option to the LSP server config schema. * Update documentation with description. * Allow configuration for built-in LSP servers. This is a potential solution to...

primary intention is to decrease perceived latency during long running tools - add support to stream tool call results - support is only implemented in the bash tool not sure...