opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

Implement automatic retry with exponential backoff when Anthropic returns `{"type": "overloaded_error"}` responses, by checking the error message on `overloaded_error` inclusion. **Changes** - Add `ServiceOverloadedError` type to properly categorize these errors...

this is a small tweak in the config loader to support handling multiple file references in the config, so we can have something like this: ```json { "mode": { "foobar":...

## Summary I've successfully implemented recursive loading of AGENTS.md files from child folders. Here's what I did: ### Changes Made: 1. **Added `findDown` function** in `/home/runner/work/opencode/opencode/packages/opencode/src/util/filesystem.ts:69-84`: - Searches for files...

This PR adds support for LLM Gateways as described in anthropic docs https://docs.anthropic.com/en/docs/claude-code/llm-gateway

When working with agentic coding tools it is imperative to ensure the agent is working on the piece of code. Knowing git head is key to this. This is a...

Fix configuration with mode.{name}.prompt based on past documentation the following doesn't work ``` "mode": { "build": { "model": "anthropic/claude-sonnet-4-20250514", "prompt": "{file:./agents/atlas/atlas_fastrtc_developer.md}", "name": "Atlas", "tools": { "write": true, "edit": true, "bash":...

It seems these were no longer used at some point.

This branch adds OpenTelemetry (OTEL) instrumentation for performance monitoring and debugging across both the Node.js backend and Go TUI components. **Key changes:** - **Added telemetry infrastructure**: New telemetry modules in...

This PR adds Scalar UI support to the opencode server as a modern alternative to traditional API documentation interfaces. ## Changes - Added `@scalar/hono-api-reference` dependency - Integrated Scalar middleware at...