Package Exports
- @paulp-o/opencode-auq
- @paulp-o/opencode-auq/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@paulp-o/opencode-auq) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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).