refactor(auth): rename codex-auth to auth subpath export

- Rename src/codex-auth.ts → src/auth.ts
- Update package.json exports: ./codex-auth → ./auth
- Update build script to include auth.ts

Users can now use oh-my-opencode/auth as OpenAI auth plugin.

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2025-12-12 19:39:24 +09:00
parent c662f9c240
commit efe37d4cfc
3 changed files with 5 additions and 5 deletions

1
src/auth.ts Normal file
View File

@@ -0,0 +1 @@
export { OpenAIAuthPlugin as default } from "opencode-openai-codex-auth";

View File

@@ -1 +0,0 @@
export * from "opencode-openai-codex-auth";