@paulp-o/opencode-auq
v1.3.1
Published
OpenCode plugin that forwards ask_user_questions to the auq CLI
Maintainers
Readme
AUQ OpenCode Plugin
OpenCode plugin that forwards ask_user_questions to the auq ask CLI.
Install
npm install -g auq-mcp-server
npm install -g @paulp-o/opencode-auqConfigure OpenCode
Add to opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@paulp-o/opencode-auq"]
}Notes
- The plugin expects
auqto be onPATH(global install or equivalent). - The tool name and parameters match the MCP server (
ask_user_questions).
