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

### Description At first I thought this was a `paru` issue, but then I realized I can reproduce this using `yay`. Terminal output for `paru -S opencode`: ```shell ==> Starting...

bug
opentui

### Description The agent creation flow started failing on me today. Here is one example: ```bash ➜ ~ opencode agent create --print-logs INFO 2025-11-06T01:52:49 +354ms service=default version=1.0.32 args=["agent","create","--print-logs"] opencode INFO...

bug
opentui

Summary - Add comprehensive MCP (Model Context Protocol) server management CLI commands - Implement mcp add-json command with intelligent transport type inference - Support both stdio and SSE transport configurations...

I am doing this specifically for Gemini (Google), but this should work with any provider. This is NOT available in the UI of `opencode auth login` because I am not...

Add new command to generate conventional commit messages from git diffs and copy to clipboard. ```bash $ bun run packages/opencode/src/index.ts git-commit-msg -c ``` ```console █▀▀█ █▀▀█ █▀▀ █▀▀▄ █▀▀ █▀▀█...

Implemented passthrough of http headers from config to the AI SDK calls for MCP servers, and added environment variable replacement for URLs and headers. Happy to make additional changes/refactors or...

## Summary - Adds dynamic window title generation that shows the user's message in the terminal title bar while AI is processing - Implements AI-powered title generation using fast models...

Building on https://github.com/sst/opencode/pull/1821 #### With pins #### Pinned sessions only

Fixed an issue where the Grep tool failed to parse ripgrep output on Windows systems due to colons in drive letters (e.g., C:\\path\\to\\file). The fix identifies the line number by...

## Issue The git branch status is not updating reliably (if at all) once the app has started) ## Summary - Fixes TUI branch tooltip to update immediately after git...