{"library":"opencode-qoder-auth","title":"opencode-qoder-auth","description":"An opencode plugin that bundles Qoder AI provider access for OpenCode CLI. Current version 0.2.6, released automatically on each push to main. No manual provider configuration required; 11 models including a free lite tier. Uses a vendored Qoder SDK to avoid npm registry dependencies. Supports attachment fallback for images via qodercli. Distinct from other opencode auth plugins by being fully self-contained with zero-config setup.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install opencode-qoder-auth"],"cli":{"name":"opencode","version":null}},"imports":["import opencodeQoderAuth from 'opencode-qoder-auth'","import { QoderProvider } from 'opencode-qoder-auth'","import { models } from 'opencode-qoder-auth'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Ensure Qoder CLI is installed and logged in\n// Run: qoder login\n\n// Install opencode globally\n// npm install -g opencode-ai\n\n// Add plugin to opencode config\n// ~/.config/opencode/opencode.json:\n{\n  \"plugin\": [\"opencode-qoder-auth\"]\n}\n\n// Use opencode with qoder models\n// Free lite model:\n// opencode run -m qoder/lite \"say hello\"\n\n// Paid auto model:\n// opencode run -m qoder/auto \"explain async/await\"\n\n// Interactive session:\n// opencode -m qoder/auto\n","lang":"typescript","description":"Installation and basic usage of opencode-qoder-auth plugin with opencode CLI.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}