opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

## Summary - Run parallel reviews with multiple free opencode providers - Synthesize results into comprehensive code review - Add configurable provider list via REVIEW_PROVIDERS env var - Include error...

needs:title

### Description ``` TypeError: answer.join is not a function. (In 'answer.join(", ")', 'answer.join' is undefined) at format4 (src/cli/cmd/tui/routes/session/index.tsx:2633:19) 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 createRenderEffect (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:240:75) at...

bug
opentui

### Question After installing the oh-my-opencode plugin, every time I start opencode, it hangs for a while. When I check the processes, it always executes /root/.opencode/bin/opencode add --force --exact --cwd...

perf

### What does this PR do? This PR proposes a `command.execute.before`, which allows for plugins to perform dynamic behavior & modification of command runs, including stopping their regular execution flow....

needs:title

Closes #6692 - Add ability to toggle LSP Diagnostics on/off via the command palette or slash command - When toggled off, the `edit` & `write` tools skip fetching and adding...

### What does this PR do? Remove the cursor from the prompt input when focus moves to another element, addressing an issue with cursor visibility in certain environments. ### How...

needs:issue

### 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 ##...

### Description On Mac, when using search functionality in dialogs (command palette, theme selection, model selection), text editing shortcuts don't work: - Option+ArrowLeft/ArrowRight - navigate by word - Option+Backspace -...

bug
opentui

### What does this PR do? It removes the split from the `serverDisplayName` function, this allows the path of the server url to also be shown and Closes #7396. Preventing...

### 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 Would...

discussion
web