opencode icon indicating copy to clipboard operation
opencode copied to clipboard

The open source coding agent.

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

First off, thanks for creating such a great tool! I noticed that input via the keypad/numpad wasn't working so here is a fix. Tested locally and seems to be working...

## Summary Adds a `-p/--print` flag to the `run` command that enables print mode with multiple output formats, solving the feature request in #278. The implementation uses dynamic data sources...

Fix the grammar, and clarify that `localmcp` and `remotemcp` are not fixed fields within the schema, but instead just example names of MCP servers.

# Draft PR: Session Export and Local Viewing ## Looking For Feedback >[!Note] > This is a draft PR looking for feedback on the implementation approach and user experience. >...

🔒 **Security Patch for CVE-2023-4863** This PR was automatically generated by [**Waclaude Security Scanner**](https://waclaude.com) to fix a **Severity.HIGH** severity vulnerability. ### Vulnerability Details * **Type:** CVE-2023-4863 * **File:** bun.lock *...

This adds [.github/copilot-instructions.md](https://code.visualstudio.com/docs/copilot/copilot-customization#_types-of-custom-instructions) to the list of custom files that the system prompt will search for. This file is used to provide instructions to Copilot in VS Code and may...

docs: improve documentation for models and MCP servers Updated README.md to better direct users to the detailed documentation. Enhanced models.mdx with instructions and examples for configuring Google Gemini 2.5-flash. Improved...

In non interactive mode you can pass an MCP server tool to claude code in order to get custom permission approval responses. This isn't super well documented at the current...

This PR adds "smart edit" which basically uses Morph V3 Large (an LLM specified for applying code edits) so that the main LLM can sometimes apply edits that are hard...