opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

would also like: include currently open file and selected lines as a context

AFAICS, there is nothing in any of `README.md`, `CONTRIBUTING.md`, https://opencode.ai/docs#install etc. explaining how to run OpenCode from source _on another repository_, i.e. whilst having the working directory be a different...

docs

- add a command.execute.before hook - allow for parallel subtask execution (through plugins like https://github.com/spoons-and-mirrors/subtask2 )

## Summary Fixes the `sdk.chat is not a function` error when using Cloudflare AI Gateway as a provider. - Changed `sdk.chat(modelID)` to `sdk.languageModel(modelID)` in the cloudflare-ai-gateway custom loader ## Problem...

### Question When you name a model provider "antigravity" and attempt to run OpenCode by sending a prompt to any model in that provider, it will open a new browser...

## Summary Add tree-sitter based syntax highlighting for Gleam files (`.gleam`). Supersedes #5962. Closes #5961

Currently, if I try to run a command that uses raw mode for TUI, it would either fail or hang the whole interface. I want to be able to open...

## Problem `docs-update.yml` shows warnings: ``` Unexpected input(s) 'agent', valid inputs are ['model', 'share', 'prompt', 'use_github_token'] ``` ## Cause `@latest` points to `github-v1.2.1` (Dec 16), but `agent` input was added...

Adding support for showing subsessions on sidebar, collapsing similar to project: Right now i kept a similar behavior from project, clicking the row expand / collapse and navigate to it.

The `Filesystem.contains()` function previously performed only lexical path checking, which could be bypassed using symlinks inside the project directory. An attacker could create a symlink pointing to sensitive files outside...