opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

Results 2748 opencode issues
Sort by recently updated
recently updated
newest added

### What does this PR do? Adds a projects CLI command that lists all known projects with session counts, last-activity timestamps, and worktree status. Output now wraps full paths (no...

### 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 ##...

discussion

### Description Hi! I just signed up for OpenCode Zen today: However, trying to use models, incl. `MiniMax M2.1` results in this: It was working for a little bit; but...

bug
zen

## Summary Fixes #7498 - Grep fails on symlinked directories ## Changes - Add `--follow` flag to grep tool for consistent symlink traversal - Add `--hidden` flag to grep tool...

### What does this PR do? Fixes #7535 This pull request introduces a new trace logging feature for LLM request-response pairs, allowing users to save detailed traces of model interactions...

### Description Looks widespread with openrouter/openai/gpt models, but not openai/gpt models: ```sh # openrouter/openai/* $ opencode -m openrouter/openai/gpt-5.2 run 'hi' Error: Provider returned error $ opencode -m openrouter/openai/gpt-5.1 run 'hi'...

bug

### 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,...

discussion
zen

### 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 It...

discussion

I noticed that `opencode` added some random stuff to the global config folder `$HOME/.config/opencode` ``` .config/opencode via 🥟 ❯ ll total 12K drwxr-xr-x. 1 einar 22 Oct 14 18:33 agent...

### Description ``` TypeError: undefined is not an object (evaluating 'input.setText') at set (src/cli/cmd/tui/component/prompt/index.tsx:412:7) at ref (src/cli/cmd/tui/routes/session/index.tsx:1055:21) at Prompt (src/cli/cmd/tui/component/prompt/index.tsx:398:9) at untrack (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:475:12) 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...

bug
opentui