opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Description When using Ctrl+Z on Windows 11 under JetBrains Rider/IntelliJ, there is no option to return - terminal is suspended, not only opencode. Additionaly CTRL+C with radio button ends...

bug
opentui
windows

Since `Bun.Shell` doesn't natively implement `less`, we use fallbacks to determine the best option on Windows - We try to locate `less.exe` from: - The `OPENCODE_GIT_BASH_PATH` custom location - The...

### Description I recently noticed that OpenCode often uses command-line (bash) tools like grep and find, specifically with the glm-4.7 model. I tried modifying the descriptions of the bash and...

bug

## Summary - Split `options` memo into `baseOptions` (stable computation) and `options` (filtering only) - Add 50ms debounce to search input to reduce fuzzy search frequency - Extract shared `selectModel`...

### Description Setting `noReply: true` is not preventing the AI from responding to prompts sent via the session.prompt SDK method. I was expecting the call to session.prompt with `noReply: true`...

bug

## Summary - Prevents UI freezing in long sessions by collapsing older messages - Renders only the last 50 messages by default - Adds a collapsible banner to expand full...

Plans are becoming first-class artifacts in agent workflows, but review and collaboration around them still feels ad hoc; ## What this plugin does Plannotator hooks into plan mode, submits a...

## Problem `Ripgrep.tree()` was extremely slow for large repositories (8+ seconds for 42k files). **Root cause**: The tree building algorithm used linear search to find child nodes: ```typescript // BEFORE:...

Assuming my bun-pty upstream goes in Depends on: https://github.com/sursaone/bun-pty/pull/25 and a new release :)

## Summary Use `git ls-files` instead of ripgrep for file tree generation (~7000x faster on large repos). ## Problem On large repos (42k+ files), file tree generation was taking 8+...