opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

Results 2863 opencode issues
Sort by recently updated
recently updated
newest added

# Add `excludeDefaultOptions` config for custom API compatibility Fixes #5421 Fixes #6473 Related to #2661 ## Problem Custom API providers fail when OpenCode automatically injects parameters they don't support: **From...

### What does this PR do? Add variant cycle tooltip in TUI prompt when model has variants available ### How did you verify your code works?

needs:issue

### Description I have been using opencode throughout the week on my work machine, it has been great. Today in between sessions opencode outomatically updated as per my config, and...

bug
windows

### Description The download link button then windows install - the exe installer has been infected with malware. ### Plugins _No response_ ### OpenCode version _No response_ ### Steps to...

bug
windows

### Description In the stock macOS Terminal.app with the Pro color theme the input text is black on black background. See screenshot (input text is `/models`). ### OpenCode version 1.0.72...

bug
opentui

## Summary When running opencode from a subdirectory (e.g., `packages/lib-relay` in a monorepo), accessing `.opencode/state/` at the project root triggers `external_directory` permission prompts—even though the path is within the git...

# Summary Fixes https://github.com/anomalyco/opencode/issues/7670 Same as https://github.com/anomalyco/opencode/issues/7408 This PR resolves on Web: when containing non-ASCII filenames, Path is error, so filenames and git diff will display uncorrect and cause SyntaxError....

### What does this PR do? Adds support for customizable status hints in the TUI footer, allowing users to control which keybind hints are displayed. **Features:** - New `tui.status_hints` config...

# feat(task): Add configurable subagent-to-subagent task delegation with budgets, and persistent sessions Solves Issue [#7296](https://github.com/anomalyco/opencode/issues/7296) ## Summary This PR enables subagents to delegate tasks to other subagents using persistent or...

needs:issue

### Description issue url `https://github.com/anomalyco/opencode/issues/new?template=bug-report.yml&title=opentui%3A+fatal%3A+undefined+is+not+an+object+%28evaluating+%27local.agent.current%28%29.name%27%29&description=%60%60%60%0ATypeError%3A+undefined+is+not+an+object+%28evaluating+%27local.agent.current%28%29.name%27%29%0A++++at+%3Canonymous%3E+%28src%2Fcli%2Fcmd%2Ftui%2Fcomponent%2Fprompt%2Findex.tsx%3A840%3A75%29%0A++++at+%3Canonymous%3E+%28..%2F..%2Fnode_modules%2F.bun%2F%40opentui%2Bsolid%400.1.72%2B897ebc1644d3edd0%2Fnode_modules%2F%40opentui%2Fsolid%2Findex.js%3A148%3A62%29%0A++++at+runComputation+%28..%2F..%2Fnode_modules%2F.bun%2Fsolid-js%401.9.10%2Fnode_modules%2Fsolid-js%2Fdist%2Fdev.js%3A742%3A22%29%0A++++at+updateComputation+%28..%2F..%2Fnode_modules%2F.bun%2Fsolid-js%401.9.10%2Fnode_modules%2Fsolid-js%2Fdist%2Fdev.js%3A724%3A3%29%0A++++at+runTop+%28..%2F..%2Fnode_modules%2F.bun%2Fsolid-js%401.9.10%2Fnode_modules%2Fsolid-js%2Fdist%2Fdev.js%3A833%3A7%29%0A++++at+runUserEffects+%28..%2F..%2Fnode_modules%2F.bun%2Fsolid-js%401.9.10%2Fnode_modules%2Fsolid-js%2Fdist%2Fdev.js%3A928%3A18%29%0A++++at+runUpdates+%28..%2F..%2Fnode_modules%2F.bun%2Fsolid-js%401.9.10%2Fnode_modules%2Fsolid-js%2Fdist%2Fdev.js%3A849%3A17%29%0A++++at+completeUpdates+%28..%2F..%2Fnode_modules%2F.bun%2Fsolid-js%401.9.10%2Fnode_modules%2Fsolid-js%2Fdist%2Fdev.js%3A900%3A17%29%0A++++at+runUpdates+%28..%2F..%2Fnode_modules%2F.bun%2Fsolid-js%401.9.10%2Fnode_modules%2Fsolid-js%2Fdist%2Fdev.js%3A850%3A5%29%0A++++at+setStore+%28..%2F..%2Fnode_modules%2F.bun%2Fsolid-js%401.9.10%2Fnode_modules%2Fsolid-js%2Fstore%2Fdist%2Fdev.js%3A221%3A5%29...%0A%60%60%60&opencode-version=1.1.11` fatal error as below: `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)...

bug
opentui