opencode
opencode copied to clipboard
The open source coding agent.
### Question Google Vertex is using credential json file, not API key For OpenRouter, BYOK, it is clear I should provide such JSON file to it, not the case here...
When OpenCode is run with the `--format json` flag, it output a JSONL file. This app helps to expore that JSONL file for humans.
### Description I set up my `agent.md` file according to the documentation example of `~/.config/opencode/agent/review.md` [Permissions](https://opencode.ai/docs/agents/#permissions) I narrowed it done to the bash configuration which doesn't seem to be accepted...
fixes #5706
### Description If I use opencode with BigPickle it works. If I use it with any Ollama model whether local or cloud, it is not able to see files. I...
`ctrl+x left` shortcut for switching to sub agent session is not present in `ctrl+p` commands menu
### Description I use this menu a lot to see the shortcuts, I wouldn't have noticed that was a thing were it not for the tooltip. ### OpenCode version 1.0.132...
pass /compact arguments to compact hook
1. The `state` parameter is a random generated string now (as per OAuth 2.0 spec). We validate in the callback that the same string is received. 2. Previously, if you...
should delete the entire line but doesn't
## Summary Add support for `--model`, `--session`, `--continue`, `--prompt`, `--agent`, `--title`, and `--command` flags to the `opencode attach` command, bringing feature parity with the main TUI and run commands. ##...