Skip to content

chore: daily morph snapshot update#1775

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260401-182812
Open

chore: daily morph snapshot update#1775
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260401-182812

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Apr 1, 2026

Automated daily morph snapshot update.

Changes

  • Updated morph snapshots to latest version
  • Updated IDE extension and CLI package versions

Test plan

  • Verify new snapshots work by starting a sandbox session

Summary by cubic

Update morph snapshots to version 75 and bump IDE/CLI dependencies to keep sandboxes aligned with today’s base images.

  • New Snapshots

    • Added version 75 for default and high-perf presets with new snapshot IDs and timestamps.
    • Updated updatedAt to 2026-04-01T18:25:22Z.
  • Dependencies

    • Bumped @openai/codex to 0.118.0, @anthropic-ai/claude-code to 2.1.89, @google/gemini-cli to 0.35.3, opencode-ai to 1.3.13, codebuff to 1.0.637, @devcontainers/cli to 0.85.0, @sourcegraph/amp to 0.0.1775060215-ge9d9b3.
    • Updated VS Code extensions: Claude Code, ChatGPT, TypeScript Next, Python, Debugpy.

Written for commit 62e4e12. Summary will update on new commits.

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cmux-client Ready Ready Preview, Comment Apr 1, 2026 6:32pm
cmux-www Ready Ready Preview, Comment Apr 1, 2026 6:32pm

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 1, 2026

Greptile Summary

This is an automated daily snapshot update PR that appends new morph snapshot version 75 to both active workspace presets (4vcpu_16gb_48gb Standard and 8vcpu_32gb_48gb Performance) in morph-snapshots.json, and bumps IDE extension and CLI package versions in configs/ide-deps.json.

Key changes:

  • New snapshot entries (snapshot_ms7shpcb, snapshot_0au48ah0) captured on 2026-04-01 added to both active presets; updatedAt updated accordingly
  • @anthropic-ai/claude-code and its VS Code extension bumped from 2.1.492.1.89 (in sync ✓)
  • @openai/codex 0.104.00.118.0, @google/gemini-cli 0.29.50.35.3, and other routine package bumps
  • The chatgpt VS Code extension version changed from 0.5.76 to 26.5325.31654 — an unusual format inconsistent with semver and all other versions in this file; worth a manual sanity-check before merging
  • The 6vcpu_24gb_48gb preset remains at version 1 only (no new snapshot added), consistent with previous PRs for this preset

Confidence Score: 5/5

  • Safe to merge; changes are automated JSON data updates with no code logic involved.
  • All changes are data-only (JSON config/snapshot files) generated by an automated bot. The snapshot additions are structurally consistent with the existing pattern. Package version bumps are routine. The one anomaly — the chatgpt extension version 26.5325.31654 — is a P2 observation that doesn't block correctness or reliability; the worst-case is that sandboxes install an unexpected extension version, which is easily reverted. All remaining findings are P2 or lower.
  • configs/ide-deps.json — verify the chatgpt extension version 26.5325.31654 is correct before merging.

Important Files Changed

Filename Overview
configs/ide-deps.json Updated VS Code extension and CLI package versions; all look routine except the chatgpt extension version changed from 0.5.76 to 26.5325.31654, an unusual non-semver format worth verifying.
packages/shared/src/morph-snapshots.json Appended version 75 snapshots to both active workspace presets (4vcpu_16gb_48gb and 8vcpu_32gb_48gb) and updated top-level updatedAt timestamp; changes follow established patterns correctly.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A([GitHub Actions Bot]) -->|Triggers daily| B[Fetch latest snapshot IDs\nfrom Morph API]
    B --> C[Append version 75 entries\nto both presets in\nmorph-snapshots.json]
    C --> D[Update top-level\nupdatedAt timestamp]
    D --> E[Fetch latest package\nversions from registries]
    E --> F[Update ide-deps.json\nextensions + packages]
    F --> G[Open PR against main]
    G --> H{Review & Merge}
    H -->|Merged| I[Sandbox sessions use\nnew snapshot version 75]
    H -->|Rejected| J[Bot retries next day]

    style A fill:#0d6efd,color:#fff
    style I fill:#198754,color:#fff
    style J fill:#dc3545,color:#fff
Loading

Reviews (1): Last reviewed commit: "chore: daily morph snapshot update" | Re-trigger Greptile

Comment on lines 9 to +11
"publisher": "openai",
"name": "chatgpt",
"version": "0.5.76"
"version": "26.5325.31654"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Unusual version number for chatgpt extension

The chatgpt extension version jumped from 0.5.76 to 26.5325.31654, which is a dramatic and unexpected change in versioning scheme. All other packages in this PR use conventional semver or date-based versions. The format 26.5325.31654 does not match any known semver or calendar-based convention (the second component 5325 exceeds 365, ruling out a day-of-year interpretation).

This could indicate the automated update picked up a stale, pre-release, or otherwise incorrect version number from the registry. It's worth manually verifying this version is intentional and corresponds to the correct published extension before merging.

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 2 files

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.

0 participants