opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

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

### What does this PR do? Fixes #7726 - Adds a /approval command in the TUI with an allow/ask/reject dialog. - Surfaces the command in / autocomplete and the command...

### What does this PR do? ### How did you verify your code works?

needs:title

### Question opencode connect OpenAI, the OpenAI page said authorization successful, but opencode still Waiting for authorization

### Description This only-on-hover navigation through messages in the /share website is really bad UX, doesn't show affordances. I can't share an opencode session with anyone without first explaining how...

bug
web

## Summary Adds Databricks Foundation Model APIs as a new provider, enabling opencode users to connect to their Databricks workspace's pay-per-token LLM endpoints. Fixes #7983 ## Changes - **Provider implementation**...

Fixed a small typo in the AGENT.md and script/sync-zed.ts file to improve readability

### What does this PR do? This PR provides comprehensive mobile UX and layout improvements for the web application. Key enhancements include: - **Touch-friendly Sidebar Scrolling**: Implemented touch event handlers...

needs:issue

### Description - Issue where the layout scrolls horizontally, making it difficult to view the screen properly. - Issue where a gap appears at the bottom after refreshing, preventing access...

bug
web

# What does this PR do? Since I have a friend with a visual disability i find it very important to be able to scale a UI properly, so I...