-
Notifications
You must be signed in to change notification settings - Fork 660
docs: update auth plugin versions to latest releases #477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update auth plugin versions to latest releases #477
Conversation
- opencode-antigravity-auth: 1.1.2 → 1.2.7 - opencode-openai-codex-auth: 4.1.1 → 4.2.0 Fixes code-yeongyu#463
|
All contributors have signed the CLA. Thank you! ✅ |
Greptile SummaryUpdated authentication plugin versions across all internationalized README files to their latest npm releases.
All four README files (English, Japanese, Korean, and Chinese) were updated consistently. The changes are purely documentation updates with no code modifications, ensuring users reference the latest stable plugin versions with bug fixes and improvements. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant PR as PR Author
participant Repo as Repository
participant Docs as README Files
participant Users as End Users
PR->>Repo: Update plugin versions in issue #463
PR->>Docs: Change opencode-antigravity-auth 1.1.2→1.2.7
PR->>Docs: Change opencode-openai-codex-auth 4.1.1→4.2.0
PR->>Docs: Apply to README.md
PR->>Docs: Apply to README.ja.md (Japanese)
PR->>Docs: Apply to README.ko.md (Korean)
PR->>Docs: Apply to README.zh-cn.md (Chinese)
Docs-->>Users: Users reference updated versions
Users->>Users: Install latest plugin versions with bug fixes
|
Greptile found no issues!From now on, if a review finishes and we haven't found any issues, we will not post anything, but you can confirm that we reviewed your changes in the status check section. This feature can be toggled off in your Code Review Settings by deselecting "Create a status check for each PR". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 4 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
|
I have read the CLA Document and I hereby sign the CLA |
|
@popododo0720 the codex auth plugin is updated to newer version to 4.3.0 and it's usage updated, I think it have to updated |
Fixes #463
Summary
Changes
opencode-antigravity-auth: 1.1.2 → 1.2.7opencode-openai-codex-auth: 4.1.1 → 4.2.0Screenshots
Testing
bun run typecheck bun testRelated Issues