{"library":"opencode-zed-auth-fixed","title":"OpenCode Zed Auth","description":"OpenCode plugin for routing model discovery and completions through Zed's hosted AI APIs. Version 0.0.11 is the latest release. It authenticates using Zed desktop credentials (Linux via secret-tool) or pasted tokens, exchanges them for short-lived LLM tokens, fetches the Zed model catalog, and forwards completions with SSE stream conversion. Designed for local development and requires manual provider bootstrap for first use. Differentiators: direct Zed integration, Linux secret-tool support, and SSE conversion from newline-delimited JSON.","language":"javascript","status":"active","last_verified":"Sat May 09","install":{"commands":["npm install opencode-zed-auth-fixed"],"cli":null},"imports":["import plugin from 'opencode-zed-auth-fixed'","import { createProvider } from 'opencode-zed-auth-fixed'","import { ZedAuthPlugin } from 'opencode-zed-auth-fixed'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"mkdir -p ~/.opencode/plugins\nln -sfn $(pwd)/index.mjs ~/.opencode/plugins/zed-auth.js\nbun run bootstrap-config\nopencode auth login\n# Select 'Other' -> provider id: 'zed' -> 'Use local Zed desktop credentials (Linux)'\nopencode models zed\nopencode run -m zed/gpt-5-nano \"say hello in one short sentence\"","lang":"typescript","description":"Shows local install, provider bootstrap, authentication, and a quick model query. Uses symlink to plugin file and runs bootstrap to register provider.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}