Skip to content

fix: update opencode-gitlab-auth to 2.0.1#19552

Merged
rekram1-node merged 1 commit intoanomalyco:devfrom
vglafirov:fix/update-opencode-gitlab-auth-2.0.1
Mar 28, 2026
Merged

fix: update opencode-gitlab-auth to 2.0.1#19552
rekram1-node merged 1 commit intoanomalyco:devfrom
vglafirov:fix/update-opencode-gitlab-auth-2.0.1

Conversation

@vglafirov
Copy link
Copy Markdown
Contributor

@vglafirov vglafirov commented Mar 28, 2026

Issue for this PR

Closes #19554

Type of change

  • Bug fix

What does this PR do?

The GitLab auth dialog (both OAuth and PAT methods) had an "Instance URL" text prompt with a required validator. Pressing Enter without typing triggered "Instance URL is required", blocking login for anyone connecting to the default gitlab.com.

The fix is in opencode-gitlab-auth 2.0.1: the instance URL prompt is removed from both auth methods. The URL is now resolved automatically via GITLAB_INSTANCE_URL env var → instanceUrl plugin option → https://gitlab.com default. This PR bumps the dependency from 2.0.0 to 2.0.1.

How did you verify your code works?

bun turbo typecheck passes. The fix is in the upstream plugin — changelog: https://gitlab.com/vglafirov/opencode-gitlab-auth/-/blob/main/CHANGELOG.md

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Mar 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@rekram1-node
Copy link
Copy Markdown
Collaborator

auto merge enabled

@rekram1-node rekram1-node enabled auto-merge (squash) March 28, 2026 20:08
@rekram1-node rekram1-node merged commit 1f290fc into anomalyco:dev Mar 28, 2026
14 checks passed
katosun2 pushed a commit to katosun2/opencode that referenced this pull request Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: GitLab auth dialog blocks login with "Instance URL is required" when pressing Enter

2 participants