Skip to content

chore: upgrade devcontainer features and workflows#68

Merged
sachitv merged 6 commits intomainfrom
chore/devcontainer-upgrade-14809905969617229208
Feb 15, 2026
Merged

chore: upgrade devcontainer features and workflows#68
sachitv merged 6 commits intomainfrom
chore/devcontainer-upgrade-14809905969617229208

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

@google-labs-jules google-labs-jules bot commented Jan 25, 2026

Upgraded devcontainer features to their latest versions and synchronized the Deno version in CI workflows.

Upgraded the following devcontainer features to their latest versions:
- `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6
- `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.1.23
- `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.88.0
- `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0

Also updated the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment.
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Upgraded the following devcontainer features to their latest versions:
- `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6
- `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.1.35
- `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.91.0
- `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0

Also updated the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment.
Upgraded the following devcontainer features to their latest versions:
- `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6
- `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.1.36
- `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.91.0
- `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0

Also updated the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment.
Upgraded the following devcontainer features to their latest versions:
- `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6
- `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.1.36
- `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.91.0
- `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0

Also updated the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment.
@sachitv sachitv changed the title Upgrade devcontainer features and workflows chore: upgrade devcontainer features and workflows Jan 27, 2026
@sachitv sachitv marked this pull request as ready for review January 27, 2026 05:30
Copilot AI review requested due to automatic review settings January 27, 2026 05:30
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades Deno to version 2.6.6 across all CI workflows and devcontainer configurations, ensuring version consistency across the development and CI environments. It also updates several devcontainer features to their latest versions.

Changes:

  • Updated Deno from 2.6.1 to 2.6.6 in CI workflows (lint, fmt, jsdoc, test_and_coverage jobs)
  • Updated Deno from 2.6.4 to 2.6.6 in devcontainer configurations
  • Updated devcontainer features: opencode (1.1.12 → 1.1.36), codex (rust-v0.80.0 → rust-v0.91.0), and github-cli (2.83.2 → 2.86.0)

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/ci.yml Updated Deno version from 2.6.1 to 2.6.6 across all four CI jobs (lint, fmt, jsdoc, test_and_coverage)
.github/workflows/release.yml Updated Deno version from 2.6.1 to 2.6.6 for the release job
.devcontainer/deno-only/devcontainer.json Updated Deno version from 2.6.4 to 2.6.6 to align with workflow versions
.devcontainer/deno-and-tools/devcontainer.json Updated Deno to 2.6.6 and upgraded three additional features (opencode, codex, github-cli) to their latest versions

google-labs-jules bot and others added 2 commits February 7, 2026 17:50
Upgraded the following devcontainer features to their latest versions:
- `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6
- `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.1.36
- `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.91.0
- `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0

Also synchronized the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment.

Co-authored-by: sachitv <1705581+sachitv@users.noreply.github.com>
Upgraded the following devcontainer features to their latest versions:
- `ghcr.io/devcontainers-community/features/deno`: 2.6.4 -> 2.6.6
- `ghcr.io/sachitv/devcontainer-features/opencode`: 1.1.12 -> 1.2.5
- `ghcr.io/sachitv/devcontainer-features/codex`: rust-v0.80.0 -> rust-v0.101.0
- `ghcr.io/devcontainers/features/github-cli`: 2.83.2 -> 2.86.0

Also synchronized the Deno version in `.github/workflows/ci.yml` and `.github/workflows/release.yml` to 2.6.6 to match the devcontainer environment.

Co-authored-by: sachitv <1705581+sachitv@users.noreply.github.com>
@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot bot commented Feb 15, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (4 files)
  • .devcontainer/deno-and-tools/devcontainer.json
  • .devcontainer/deno-only/devcontainer.json
  • .github/workflows/ci.yml
  • .github/workflows/release.yml

@sachitv sachitv merged commit a489a7b into main Feb 15, 2026
6 checks passed
@sachitv sachitv deleted the chore/devcontainer-upgrade-14809905969617229208 branch February 15, 2026 19:42
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.

2 participants