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

Fixes: #6999 This PR adds the `-q | --quiet` argument, which aims to provide a _cleaner_ output to the user for CLI runs, suppressing tool calls and focusing on the...

### 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 I...

discussion

## Summary - Add `/cd ` command to change the working directory mid-conversation - Support `!cd` shell mode for directory navigation - Add `CdTool` for agents to change directories programmatically...

Fix for #7229 : Project sidebar displays full paths instead of folder names on Windows Problem: On Windows, the sidebar showed full paths like C:\Users{name}...\project-name instead of just project-name The...

### 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 When...

discussion

Fixes #7101 This PR adds support for a priority overrule of the opencode bundled system prompts in global, project or custom directory (via Env Setting) **Why is it helpful?** In...

## Environment - **OpenCode version:** 1.1.6 (Jan 7, 2026) - **OS:** macOS 26.0.1 (arm64, Apple Silicon) - **RAM:** 64 GB - **Installation:** Self-update (`~/.opencode/bin/opencode`) ## Problem After updating to v1.1.6...

perf

## Summary - PWA support with service worker caching and web manifest - Mobile UI improvements for iOS/Android browsers - Touch-friendly controls and keyboard handling ## Features - Service worker...

The only thing i miss from the TUI is Tasks sidebar, this tries to fix in a non intrusive way: * Changed Toggle Review to Toggle Sidebar * Show Toggle...