opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

### Problem The built-in `webfetch` tool returns entire page content directly into conversation context. For documentation pages (TanStack, MDN, React docs, etc.), this frequently exceeds the 200k token limit: ```...

## Summary - add a dedicated PowerShell escaping helper for clipboard writes (backticks and quotes) - reuse the helper in the Windows clipboard path to match recent PowerShell fixes -...

Summary OpenCode fails to work with custom AWS Bedrock inference profiles, returning AI_APICallError: Forbidden errors. The tool appears to only support direct foundational model access rather than custom inference profiles....

## Summary - Adds `Shell.execute()` unified function for shell command execution with RC file loading support - Bash tool now loads user shell RC files (`.bashrc`, `.zshrc`, etc.) enabling access...

### Description Session titles update code: https://github.com/anomalyco/opencode/blob/85ed32931873c764ea6a6ec59ba2ce2f73667bfc/packages/opencode/src/session/prompt.ts#L1635 Message summary title code: https://github.com/anomalyco/opencode/blob/85ed32931873c764ea6a6ec59ba2ce2f73667bfc/packages/opencode/src/session/summary.ts#L84 body summary code: https://github.com/anomalyco/opencode/blob/85ed32931873c764ea6a6ec59ba2ce2f73667bfc/packages/opencode/src/session/summary.ts#L127 None of the above LLM requests have had their costs accounted for. Is this...

bug

### Describe the enhancement you want to request ## Current Behavior In the desktop (and web) version of Open Code, the steps panel (showing thinking, tool use, and other details)...

web

### Description OpenCode crashes immediately on startup when the `http_proxy` environment variable is set with the right value, displaying `[object Object]` . ### Plugins None ### OpenCode version 1.1.4 ###...

bug

## Summary Fixes #7091 The permission dialog's diff view was limited to 1/4 of the terminal height, making it difficult to review code changes before approving. ## Changes Changed `maxHeight`...

### Description ### Description [opencode-lifecycle-rce](https://github.com/xpcmdshell/opencode-lifecycle-rce) OpenCode automatically runs `bun install` in any `.opencode` directory found in the current project at startup. This executes `preinstall`/`postinstall` scripts defined in `.opencode/package.json` without user...

bug

## Summary Adds support for the [fantomas](https://fsprojects.github.io/fantomas/) F# code formatter as requested in the discussion of #5535. ## Changes Added `fantomas` formatter to `packages/opencode/src/format/formatter.ts`: - **Command**: `dotnet fantomas $FILE` -...