opencode
opencode copied to clipboard
The open source coding agent.
### Description On macOS: 1. Good: When I copy (`cmd+c`) raw image data (like taking a screenshot to the clipboard, or open an image file in Preview and `cmd+a, cmd+c`...
This was causing a confusing error message to hit the agent when trying to load a skill that doesn't exist
### 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 In...
My settings: ```json { "$schema": "https://opencode.ai/config.json", "permission": { "bash": { "yarn": "deny", "npx": "deny", "pnpx": "deny", "npm": "deny", "pnpm": "deny" }, "doom_loop": "ask" } ``` I've also set restriction to...
Issue: on desktop, no project setup will read(project scope commands/skills etc.). Root cause: only one project instance created, won't rebuild when switching project. Solution: added ProcessCwd utility to safely manages...
### Problem When using the OpenCode SDK programmatically, there's no clean way to specify where custom tools, plugins, and agent files are located when they're in a different directory from...
## Description The `skill` tool's description shows an empty `` tag, indicating 0 skills are available to the agent even when skills may be present in the workspace. ## Expected...
### Question I opened OpenCode in the VSCode terminal, and I asked it questions about my project, but it told me it couldn't see where my project was at all....
## Summary This PR standardizes date formatting across the codebase to use the ISO 8601 format (YYYY-MM-DD) instead of locale-dependent formats. ## Changes - Updated `Locale.datetime()` in `packages/opencode/src/util/locale.ts` to use...
https://github.com/user-attachments/assets/1c62c96f-be45-4ded-b156-edbab6248d35 makes agent/model/context menu work with mouse controls. --- reopening #6102 as accidently deleted fork