/** * OpenAI ChatGPT (Codex) OAuth Authentication Plugin for opencode * * COMPLIANCE NOTICE: * This plugin uses OpenAI's official OAuth authentication flow (the same method * used by OpenAI's official Codex CLI at https://github.com/openai/codex). * * INTENDED USE: Personal development and coding assistance with your own * ChatGPT Plus/Pro subscription. * * NOT INTENDED FOR: Commercial resale, multi-user services, high-volume * automated extraction, or any use that violates OpenAI's Terms of Service. * * Users are responsible for ensuring their usage complies with: * - OpenAI Terms of Use: https://openai.com/policies/terms-of-use/ * - OpenAI Usage Policies: https://openai.com/policies/usage-policies/ * * For production applications, use the OpenAI Platform API: https://platform.openai.com/ * * @license MIT with Usage Disclaimer (see LICENSE file) * @author numman-ali * @repository https://github.com/numman-ali/opencode-openai-codex-auth */ import type { Plugin } from "@opencode-ai/plugin"; export declare const OpenAIAuthPlugin: Plugin; export default OpenAIAuthPlugin; //# sourceMappingURL=index.d.ts.map