opencode
opencode copied to clipboard
The open source coding agent.
## Summary Plugin tools lacked support for structured responses and real-time streaming metadata, preventing advanced features like background tasks with progress updates. ## Problem When building a plugin to support...
### Description I set `webfetch` to ask. Occasionally the model will want to use the webfetch tool for something I want it to work through locally. If I reject the...
## Summary Adds a `--resume` (`-r`) flag to the `run` command. When used, it fetches available sessions and presents an interactive list (using `@clack/prompts`) for the user to select one...
### 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 This...
### What does this PR do? Closes #7679 Add a slash command that displays which instruction files (AGENTS.md, CLAUDE.md, config-specified files, URLs) are loaded for the current session. Changes: -...
### What does this PR do? feat: Adds subagent_tools to the experimental config to allow specifying tools that should only be available to subagents, complementing primary_tools refactor: moved the primary...
### Question Having trouble finding this in the TUI settings
### Description Keep getting 2 errors when using GPT models. Both login (OpenAI Plus) or using api (from reverse CLI). 1. "Item with id 'rs_xxxxx' not found. Items are not...
Fixes #7720 I implemented https://agentclientprotocol.com/protocol/schema#fs/write-text-file in front of opencode acp, so that the user can choose which one needs to be rejected or approved.