Skip to content

Update opencode image to 1.14.46#1087

Merged
gjkim42 merged 1 commit intomainfrom
update-opencode-image-1.14.31
May 10, 2026
Merged

Update opencode image to 1.14.46#1087
gjkim42 merged 1 commit intomainfrom
update-opencode-image-1.14.31

Conversation

@kelos-bot
Copy link
Copy Markdown

@kelos-bot kelos-bot Bot commented May 2, 2026

/kind feature

What type of PR is this?

/kind feature

What this PR does / why we need it:

Updates the opencode agent image to use the latest version of opencode-ai.

  • Previous version: 1.14.30
  • New version: 1.14.46

Changelog: https://www.npmjs.com/package/opencode-ai?activeTab=versions

Which issue(s) this PR is related to:

N/A

Special notes for your reviewer:

Automated image version update.

Does this PR introduce a user-facing change?

Update opencode image from 1.14.30 to 1.14.46

Copy link
Copy Markdown

@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 1 file

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 2, 2026

Greptile Summary

This automated PR bumps the opencode-ai npm package installed in the opencode agent Dockerfile, but there is a mismatch between the PR metadata and the actual change.

  • The PR title and description claim the target version is 1.14.39, while the Dockerfile sets OPENCODE_VERSION=1.14.40 — a one-version gap that mirrors a recurring pattern in previous automated update PRs for this image.
  • The rest of the Dockerfile (Go installation, entrypoint, user setup) is unchanged.

Confidence Score: 4/5

The Dockerfile installs a different version of opencode-ai than the PR title and description advertise, making traceability and changelog linkage incorrect.

The Dockerfile sets OPENCODE_VERSION=1.14.40 while the PR title, description, and release-note block all reference 1.14.39. This is the third consecutive automated update PR where the metadata version lags one behind the Dockerfile. The installed package version is what actually ships, so the changelog link and release note in the PR are pointing at the wrong artifact.

opencode/Dockerfile — the stated target version in the PR metadata does not match the version set in the file.

Important Files Changed

Filename Overview
opencode/Dockerfile Bumps OPENCODE_VERSION from 1.14.30 to 1.14.40, but the PR title/description claim the target version is 1.14.39 — a one-version discrepancy between the metadata and the actual installed package.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Ubuntu 24.04 base] --> B[Install Node.js, curl, git, gh]
    B --> C[Install Go GO_VERSION]
    C --> D["npm install -g opencode-ai@OPENCODE_VERSION\n(was 1.14.30 to now 1.14.40)"]
    D --> E[Copy entrypoint & kelos-capture binary]
    E --> F[Create agent user]
    F --> G[ENTRYPOINT opencode]
Loading
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.

---

### Issue 1 of 1
opencode/Dockerfile:30
**Version mismatch between PR metadata and Dockerfile**

The PR title says "Update opencode image to **1.14.39**" and the description states updating from `1.14.30` to `1.14.39`, but the Dockerfile actually sets `OPENCODE_VERSION=1.14.40`. The changelog link in the description would point to the wrong version. It's unclear whether `1.14.40` is intentional or the PR metadata generator is consistently running one version behind the actual Dockerfile change.

Reviews (5): Last reviewed commit: "Update opencode image to 1.14.40" | Re-trigger Greptile

@kelos-bot kelos-bot Bot force-pushed the update-opencode-image-1.14.31 branch from b53d3b4 to 644982f Compare May 3, 2026 03:02
@kelos-bot kelos-bot Bot changed the title Update opencode image to 1.14.31 Update opencode image to 1.14.33 May 3, 2026
Comment thread opencode/Dockerfile Outdated
@kelos-bot kelos-bot Bot force-pushed the update-opencode-image-1.14.31 branch from 644982f to 46db0ab Compare May 5, 2026 03:02
@kelos-bot kelos-bot Bot changed the title Update opencode image to 1.14.33 Update opencode image to 1.14.35 May 5, 2026
Comment thread opencode/Dockerfile Outdated
@kelos-bot kelos-bot Bot force-pushed the update-opencode-image-1.14.31 branch from 46db0ab to c683d31 Compare May 6, 2026 03:02
@kelos-bot kelos-bot Bot changed the title Update opencode image to 1.14.35 Update opencode image to 1.14.39 May 6, 2026
@kelos-bot kelos-bot Bot force-pushed the update-opencode-image-1.14.31 branch from c683d31 to 3df157e Compare May 7, 2026 03:03
@kelos-bot kelos-bot Bot changed the title Update opencode image to 1.14.39 Update opencode image to 1.14.40 May 7, 2026
Comment thread opencode/Dockerfile Outdated
ENV PATH="/usr/local/go/bin:${PATH}"

ARG OPENCODE_VERSION=1.14.30
ARG OPENCODE_VERSION=1.14.40
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Version mismatch between PR metadata and Dockerfile

The PR title says "Update opencode image to 1.14.39" and the description states updating from 1.14.30 to 1.14.39, but the Dockerfile actually sets OPENCODE_VERSION=1.14.40. The changelog link in the description would point to the wrong version. It's unclear whether 1.14.40 is intentional or the PR metadata generator is consistently running one version behind the actual Dockerfile change.

Prompt To Fix With AI
This is a comment left during a code review.
Path: opencode/Dockerfile
Line: 30

Comment:
**Version mismatch between PR metadata and Dockerfile**

The PR title says "Update opencode image to **1.14.39**" and the description states updating from `1.14.30` to `1.14.39`, but the Dockerfile actually sets `OPENCODE_VERSION=1.14.40`. The changelog link in the description would point to the wrong version. It's unclear whether `1.14.40` is intentional or the PR metadata generator is consistently running one version behind the actual Dockerfile change.

How can I resolve this? If you propose a fix, please make it concise.

@kelos-bot kelos-bot Bot force-pushed the update-opencode-image-1.14.31 branch from 3df157e to 027ee3e Compare May 8, 2026 03:03
@kelos-bot kelos-bot Bot changed the title Update opencode image to 1.14.40 Update opencode image to 1.14.41 May 8, 2026
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kelos-bot[bot] has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@kelos-bot kelos-bot Bot force-pushed the update-opencode-image-1.14.31 branch from 027ee3e to b1a70ff Compare May 10, 2026 03:02
@kelos-bot kelos-bot Bot changed the title Update opencode image to 1.14.41 Update opencode image to 1.14.46 May 10, 2026
Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kelos-bot[bot] has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.

@gjkim42 gjkim42 enabled auto-merge May 10, 2026 12:14
@gjkim42 gjkim42 added this pull request to the merge queue May 10, 2026
Merged via the queue into main with commit 5b139f8 May 10, 2026
29 of 30 checks passed
@gjkim42 gjkim42 deleted the update-opencode-image-1.14.31 branch May 10, 2026 12:38
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.

1 participant