Skip to content

Conversation

@popododo0720
Copy link
Contributor

@popododo0720 popododo0720 commented Jan 4, 2026

  • opencode-antigravity-auth: 1.1.2 → 1.2.7
  • opencode-openai-codex-auth: 4.1.1 → 4.2.0

Fixes #463

Summary

  • Update outdated auth plugin versions in all README files.

Changes

  • opencode-antigravity-auth: 1.1.2 → 1.2.7
  • opencode-openai-codex-auth: 4.1.1 → 4.2.0

Screenshots

Before After

Testing

bun run typecheck
bun test

Related Issues

- opencode-antigravity-auth: 1.1.2 → 1.2.7
- opencode-openai-codex-auth: 4.1.1 → 4.2.0

Fixes code-yeongyu#463
@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2026

All contributors have signed the CLA. Thank you! ✅
Posted by the CLA Assistant Lite bot.

@greptile-apps
Copy link

greptile-apps bot commented Jan 4, 2026

Greptile Summary

Updated authentication plugin versions across all internationalized README files to their latest npm releases.

  • opencode-antigravity-auth: 1.1.2 → 1.2.7
  • opencode-openai-codex-auth: 4.1.1 → 4.2.0

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

  • This PR is safe to merge with no risk
  • Documentation-only changes updating plugin versions consistently across all localized README files with no code modifications or logical changes
  • No files require special attention

Important Files Changed

Filename Overview
README.md Updated auth plugin versions from 1.1.2→1.2.7 and 4.1.1→4.2.0, consistent with npm releases
README.ja.md Updated auth plugin versions in Japanese docs, matches main README changes
README.ko.md Updated auth plugin versions in Korean docs, matches main README changes
README.zh-cn.md Updated auth plugin versions in Chinese docs, matches main README changes

Sequence Diagram

sequenceDiagram
    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
Loading

@greptile-apps
Copy link

greptile-apps bot commented Jan 4, 2026

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".

Copy link

@cubic-dev-ai cubic-dev-ai bot left a 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.

@popododo0720
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Jan 5, 2026
@Skyline-23
Copy link

@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

@code-yeongyu code-yeongyu merged commit b8b8d14 into code-yeongyu:dev Jan 5, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update plugin versions in README to latest npm releases

3 participants