opencode
opencode copied to clipboard
The open source coding agent.
### Description ``` TypeError: undefined is not an object (evaluating 'local.agent.current().name') at (src/cli/cmd/tui/component/prompt/index.tsx:840:75) at (../../node_modules/.bun/@[email protected]+897ebc1644d3edd0/node_modules/@opentui/solid/index.js:148:62) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:724:3) at runTop (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:833:7) at runUserEffects (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:928:18) at runUpdates (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:849:17)...
### Question could anyone tell me, what does ********-baseline version mean? I don't know the differents between the opencode-windows-x64.zip version and the opencode-windows-x64-baseline.zip version? could anyone explain it? thanks !
### Description when I have opencode running in one monitor, and I move the window to another monitor it scrolls up to the beginning of the chat, and you have...
## Summary Fixes #7833 Toast text is unreadable in Light mode because dark text appears on a dark background. ## Root Cause The toast component uses `--surface-float-base` which is a...
## Bug Description When configuring a custom `server.hostname` in `~/.config/opencode/opencode.json`, the OpenCode Desktop app fails to connect even though the server starts successfully on the configured address. ## Steps to...
### What does this PR do? Passes the `max_completion_tokens` parameter instead of `max_tokens` parameter in Cloudflare AI Gateway. ### How did you verify your code works? Before: After:
### Description Server failing to initialize due to incorrect executable paths and restrictive root detection. PR open https://github.com/anomalyco/opencode/pull/6986 ### Plugins _No response_ ### OpenCode version 1.1.13 ### Steps to reproduce...
### What does this PR do? Adds a new respect_gitignore config option that controls whether .gitignore rules are respected when searching files. ### How did you verify your code works?...
## Summary Previous issues #1535 and #2517 requested the ability to include gitignored files in search results. They were closed with workarounds (`RIPGREP_CONFIG_PATH`, `.ignore` files). This proposes a native `respect_gitignore`...
### Description All sessions have the default name. I've started renaming the sessions by hand but then I thought it should just name the session properly by itself. I've found...