opencode
opencode copied to clipboard
The open source coding agent.
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...
## 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...
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...
## 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...