opencode
opencode copied to clipboard
The open source coding agent.
### 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 ###...
Can I get an easily human readable log file with plain text that just shows the whole conversation?
### Question Hi guys, Hope you are well. Can I get an easily human readable log file with plain text that just shows the whole conversation history from a given...
### Description on konsole, linux, ctrl+v image paste isn't working. ### OpenCode version 1.0.206 ### Steps to reproduce 1. on firefox, copy screenshot with ctrl+shift+s (or copy any image, in...
### 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 ###...
## Summary Adds **/unqueue** slash command to remove queued messages without affecting the current assistant response. ## Problem Oftentimes after queueing a message, I decide I want to rewrite it...
This PR changes the behaviour so that binding missing key commands in a user's config is not a fatal error that prevents the startup of opencode entirely. With this PR,...
### Description ### OpenCode version _No response_ ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
## Summary - Add support for multiple accounts per provider with active account switching - Automatic migration from legacy single-auth format ## Changes ### Auth Module (`src/auth/index.ts`) - New `ProviderAuth`...
**Findings (last ~4 hours)** - `a1c9a1b8c feat: read global ~/.claude/skills` was reverted by `ef8388f0e`, so no documentation needed. - `c841de947 zen: add gpt 5.1 codex mini` already updates docs (`packages/web/src/content/docs/zen.mdx`)....
## Summary Fixes the `--dir` parameter in `opencode attach` command not being passed to the server, causing sessions to use the client's current directory instead of the specified path. Changes:...