Skip to content

Installation

Add the plugin to your OpenCode configuration:

opencode.json
{
"plugin": ["opencode-await"]
}

Restart OpenCode and the await_command tool will be available.

  • OpenCode v0.1.0 or later
  • Bun runtime (used internally by OpenCode)

After installation, verify the plugin is loaded:

What tools do you have available?

You should see await_command in the list.

For local development:

Terminal window
git clone https://github.com/rothnic/opencode-await.git
cd opencode-await
bun install
bun run build

Then symlink to your project:

Terminal window
mkdir -p .opencode/plugin
ln -s /path/to/opencode-await .opencode/plugin/opencode-await