opencode
opencode copied to clipboard
The open source coding agent.
Currently, we are able to install opencode on Windows via `npm install -g opencode-ai`. But trying to install opencode via bun (`bun install -g opencode-ai`) and then running opencode results...
### Description I was **very** happy to finally see the piping feature landing via f5015017911c81c6d89d0a3dcdbe475b948c6829 so I immediately tried. 😊 ### OpenCode version 1.0.20 ### Steps to reproduce Use stdout...
Pasting file paths with line references (e.g. file.tsx:39-42) causes error and disables Enter button
### Description When a file with line reference (@src/components/checkout/MultiStep.tsx:39-42) is pasted, an error is shown (please see the screenshot), and the enter button is disabled (does not work). I know...
### Description Navigating away from active sessions causes the session to be blank/flicker upon revisiting. The context continues to be present, I can't tell if it has ended or is...
## Bug Description The OpenCode TUI interface moves/scrolls too quickly when interacting with it on MacBook devices, particularly when using the TouchBar. This causes the interface to rapidly scroll through...
### Description Default speed is slow. I'm trying to increase but nothing happening. I've tested in foot and alacritty terminal. ### OpenCode version 1.0.20 ### Steps to reproduce ~/.config/opencode/opencode.json ```json...
### Description in the previous version, pasting a file path would automatically convert it to a 'contextual' file path (not sure how you call this internally). in 1.0.0, we lost...
### Description ### OpenCode version 1.0.10 ### Steps to reproduce Paste a file path into the text box. After sending the message, nothing happens. Things work fine if the file...
This is available with the Claude Max plans on "sonnet-4+' models **Has corresponding changes as a prerequisite in haoxiangliew/opencode-anthropic-auth** https://github.com/sst/opencode-anthropic-auth/pull/2 ``` opencode on anthropic-1m [!?] via 🥟 v1.3.1 took...
## Summary - automatically enable ASCII rendering whenever OpenTUI runs inside tmux (with an override via `OPENCODE_TUI_ASCII`) - stream frames through a small helper that decodes `getRealCharBytes` output, making tmux...