opencode
opencode copied to clipboard
The open source coding agent.
## Problem Messages sent via `POST /session/:id/prompt_async` are processed by the LLM but don't appear in the TUI. The AI responds, but users see nothing. ## Steps to Reproduce 1....
## Summary Adds a `server.enabled` config option that explicitly enables the HTTP server for the TUI, restoring the pre-982b71e behavior for users who need external connections (desktop app, SDK, etc)....
## Problem Since v1.1.10 (commit 982b71e86), the TUI no longer starts an HTTP server by default. While this is a reasonable security improvement, it breaks workflows that depend on the...
## Summary This PR adds a new experimental `rlm_repl` tool that enables true Recursive Language Model (RLM) capabilities in OpenCode. Fixes #8554 ## Background Based on the [RLM paper](https://arxiv.org/html/2512.24601v1), this...
### What does this PR do? This PR attempts to ensure that the initially selected session when the `session_list` is opened is always within the viewport when opening the session...
## Description Amazon Bedrock provider doesn't support `credential_process` in `~/.aws/config` or the default AWS profile when `AWS_PROFILE` is not explicitly set. ## Current Behavior When using `credential_process` in `~/.aws/config`: ```ini...
## Bug Description The \"Open project\" dialog in the web UI shows \"No folders found\" instead of listing directories. ## Root Causes 1. **Server API issue**: `/find/file` endpoint requires `query`...
### Description Currently, in the TUI, in some scenarios, the `session_list`'s currently selected session may be outside of the region visible in the viewport until a key is pressed to...
### Description When you just run `opencode`, it launches with the default model which the user has selected. This is good. But when you then run `opencode --prompt "What is...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request This...