opencode
opencode copied to clipboard
The open source coding agent.
## Summary Fixes #7667 Commit b9ef09a0 added glob pattern support for plural directory names (`commands/`, `agents/`) but did not update the name extraction logic. This caused nested command/agent names to...
### Description just spent hours debugging why custom multiedit tool not working. setting "edit: false" silently disables 3 other tools. the reason i'm disabling only edit so that ai don't...
### 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 Hi,...
### Description When using GLM 4.7 model, the thinking process is not being properly formatted. The opening tag (e.g., ``) at the beginning of the thinking content is missing, causing...
### 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 using ChatGPT 5.2 for conversations, a format validation error is triggered for the tools[12].name field: Invalid 'tools[12].name': string does not match pattern. Expected a string that matches...
### What does this PR do? Add opencode-mem plugin to ecosystem documentation ### How did you verify your code works?
## Description When running opencode from a subdirectory and clicking "undo revert", files in other directories are overwritten with stale versions (potentially weeks old). ## Steps to Reproduce 1. Create...
## Bug Report: Service crashes on missing session file (NotFoundError) **Version:** 1.1.13 **Environment:** - OS: Linux (systemd user service) - Runtime: Bun **Description:** The `opencode web` service crashes with an...
# Why `autoupdate: false` in local config gets ignored, only global config path is respected. Regression from opentui #2685 which recreated `upgrade.ts` with `Config.global()` instead of `Config.get()` and fix from...