opencode
opencode copied to clipboard
The open source coding agent.
## Summary - Adds `noReply?: boolean` to the `command.execute.before` hook output type - Passes `hookOutput.noReply` to `prompt()` to skip LLM when set ## Use Case Plugins can handle slash commands...
## Problem The `command.execute.before` plugin hook allows modifying command parts before execution, but there's no way to skip the LLM invocation entirely. This is needed for plugins that want to...
### What does this PR do? This PR ups the max tool number batch can accept from 10 to 25 (I had originally set 10 thinking it was fine, but...
### Description The terminal freezes ### Plugins _No response_ ### OpenCode version _No response_ ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System...
## Description The [Agent Skills documentation](https://opencode.ai/docs/skills/) states that skill names must follow strict validation rules: > `name` must: > - Be 1–64 characters > - Be lowercase alphanumeric with single...
getting error: windows 11. installed via npm I tried to install this modile but not fixed the issue error: Cannot find package 'reusify' from 'C:\Users\piotr.palka\.cache\opencode\node_modules\fastq\queue.js' GET - http://127.0.0.1:4096/ failed GET...
## Summary This PR adds TailwindCSS Language Server support to OpenCode, enabling IDE-like features (autocomplete, hover info, diagnostics) for TailwindCSS projects. ## Changes - Added `Tailwind` LSP server configuration in...
## Problem No way to view remaining plan usage/limits for authenticated providers (Codex, Copilot, Claude) inside the TUI. ## Reproduction 1. Authenticate at least one provider (e.g. opencode auth add...
### Description When I use models from Ollama Cloud, the sidebar always says `0 tokens`, `0% used`, no matter how much I've chatted. ### Plugins _No response_ ### OpenCode version...
### What does this PR do? Resolves: https://github.com/anomalyco/opencode/issues/9296 ### How did you verify your code works? ```sh ./packages/opencode/script/build.ts --single ./packages/opencode/dist/opencode-darwin-arm64/bin/opencode ``` repeated previous prompt and build agent model was correctly...