opencode
opencode copied to clipboard
The open source coding agent.
opentui: fatal: answer.join is not a function. (In 'answer.join(", ")', 'answer.join' is undefined)
### 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...
## Summary - Split monolithic `ripgrep.ts` (400+ lines) into modular directory structure - Add `Global.Platform` helpers for cross-platform binary handling - Add integration tests for ripgrep functionality ## Changes -...
### Question It seems that I just noticed the APIs offer both global-level and project-level event listeners, such as /global/event and /event for subscribing to server-sent events (SSE).  So...
### Question Excellent project! Does "OpenCode Desktop" currently support connecting to local ollama models?
### 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 Claude's...
### Description The new "interactive question asking"-feature has a critical ux bug - alltough it is very nice when its working correctly. When answering the last question (when multiple ones...
## Bug Description The `check-standards` job fails for all PRs with: ``` Field 'issuesReferences' doesn't exist on type 'PullRequest' ``` Discovered when submitting #7443: https://github.com/anomalyco/opencode/actions/runs/20845955619/job/59889485904?pr=7443 ## Root Cause The GraphQL...
## Summary Fixes the GraphQL field name in the PR standards workflow from `issuesReferences` to `closingIssuesReferences`. ## Problem While submitting #7443, we noticed the `check-standards` job was failing: https://github.com/anomalyco/opencode/actions/runs/20845955619/job/59889485904?pr=7443 The...
### 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 Having...
## Bug Description The `useKeyboard` callback in `dialog.tsx` uses `evt.stopPropagation()`, but TypeScript reports: ``` TS2339: Property 'stopPropagation' does not exist on type 'KeyEvent' ``` ## Root Cause Analysis The `KeyEvent`...