Installation
Installation
Section titled “Installation”Add the plugin to your OpenCode configuration:
{ "plugin": ["opencode-await"]}Restart OpenCode and the await_command tool will be available.
Requirements
Section titled “Requirements”Verification
Section titled “Verification”After installation, verify the plugin is loaded:
What tools do you have available?You should see await_command in the list.
Development Installation
Section titled “Development Installation”For local development:
git clone https://github.com/rothnic/opencode-await.gitcd opencode-awaitbun installbun run buildThen symlink to your project:
mkdir -p .opencode/pluginln -s /path/to/opencode-await .opencode/plugin/opencode-await