opencode
opencode copied to clipboard
The open source coding agent.
### Description Happened after I submitted a custom response ### Plugins none ### OpenCode version 1.1.11 ### Steps to reproduce _No response_ ### Screenshot and/or share link ### Operating System...
### Description ``` 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) 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 When configuring OpenCode with a custom server configuration specifying a port and hostname, there's a conflict when running multiple OpenCode instances. # Current Behavior ## Given this server...
### Description ``` 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) 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)...
### 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 Currently...
### What does this PR do? Adds a new `modeswitch` tool which allows the LLM to request the mode to be changed. So instead of the user having to switch...
# Add support for running OpenCode behind a reverse proxy with a configurable base path prefix (e.g., `/myapp/`) Fixes [this issue](https://github.com/anomalyco/opencode/issues/7624). ## Why When deploying OpenCode with path-based routing, 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 ##...
## Summary - Add explicit `KeyEvent` type import from `@opentui/core` - Annotate `useKeyboard` callback parameter with `KeyEvent` type to fix TypeScript error ## Problem The `useKeyboard` callback in `dialog.tsx` uses...
### Description 桌面最新版本,报上面的问题,而且bug越修越多,看起来是edit工具无法准确定位和修改Dart代码文件 ### Plugins _No response_ ### OpenCode version _No response_ ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System windows11 ###...