opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Question Date: January 2, 2026 Environment: opencode Windows ### Executive Summary We are implementing a Multi-Agent "Conductor" Pattern where a primary agent orchestrates specialized sub-agents (Researcher, Writer) using the...

windows

Fixes a false-negative workflow failure when the OpenCode agent creates a PR via `gh pr create` during its run - the post-run infrastructure then attempts to create a duplicate PR...

Adds support for centralized skill and command directories served via `.well-known/opencode` endpoints. Enterprises can host shared skills and commands that are automatically discovered when users authenticate to a wellknown endpoint....

Currently there is no way to go home on mobile version Before: After:

## Problem When using Plan mode to design an implementation, switching to Build mode requires: 1. Pressing Tab to switch agents 2. Re-explaining what to build (e.g., "go ahead and...

## Summary - Fixes model dialog lag that occurs during longer sessions - Replaces O(n) array lookups with O(1) Set/Map lookups in the `visible()` function ## Problem The `visible()` function...

## Changes - Added Vercel AI Gateway to providers.mdx - Included basic setup instructions - Added example config for models

Resolves issue #6680 - Add dialog to list and restore archived sessions - Update server to support archived filter in session list - Add archived parameter to SDK session.list method...

Fixes #6596 If in plugin file you have two exports: export const YourPlugin: Plugin = async () => { ... } export default YourPlugin // When imported: const mod =...