opencode
opencode copied to clipboard
The open source coding agent.
### Description **What happened?** After updating from `v1.1.20` to `v1.1.21`, OpenCode fails to start the TUI interface in a Termux PRoot environment (running Ubuntu via proot-distro on Android ARM64). The...
### Question These are my permissions: ```json { "$schema": "https://opencode.ai/config.json", "permission": { "ls*": "allow", "cat*": "allow", "head*": "allow", "sed*": "allow", "find*": "allow", "wc*": "allow", "grep*": "allow", "rg*": "allow", "mkdir*": "allow",...
### Description The change d71153eae6c3218e45c6a32ca7becd4b13ae9414 does not handle bun macros inlined at build time. I have push a PR https://github.com/anomalyco/opencode/pull/8828 please help to review, thank you. ### Plugins NA ###...
### What does this PR do? Fixes #3261 Happy for feedback/pushback, implemented the way I would I have liked it, but it doesn't mean it fits everyone. First, fixed small...
### What does this PR do? Fixes #8730 Added settings: - `keybind_hint.enabled` (default true) - `keybind_hint.delay_ms` ### How did you verify your code works? Manually tested, both from home screen...
### 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 -...
Context: I recently encountered a transient block on Windows 11 with Smart App Control (SAC) enabled. While global reputation has since resolved the issue for my local machine, I wanted...
### Description ``` TypeError: undefined is not an object (evaluating 'local.agent.current().name') at (src/cli/cmd/tui/component/prompt/index.tsx:841: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)...
### Description Bug Description Issue 1: Model list is not fully displayed - example iflow only showing kimi-k2 instead of all available models from connected providers Issue 2: Settings button...