Skip to content

chore: daily morph snapshot update#1778

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260403-182056
Open

chore: daily morph snapshot update#1778
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260403-182056

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Apr 3, 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

Refreshes Morph snapshots to v75 and bumps IDE/CLI dependencies so new sandboxes use the latest images and tools.

  • New Snapshots

    • Set updatedAt to 2026-04-03 and added v75 for default (snapshot_e3wp2fbk) and high-capacity (snapshot_k1f41xyp) presets.
  • Dependencies

    • VS Code extensions: Claude Code 2.1.90, ChatGPT 26.5401.11717, TypeScript Next 6.0.20260401, Python 2026.5.2026032701, Debugpy 2026.3.2026032701.
    • Packages: @openai/codex 0.118.0, @anthropic-ai/claude-code 2.1.91, @google/gemini-cli 0.36.0, opencode-ai 1.3.13, codebuff 1.0.638, @devcontainers/cli 0.85.0, @sourcegraph/amp 0.0.1775232488-gb32f0f.

Written for commit c3a8b9a. Summary will update on new commits.

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 3, 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 3, 2026 6:25pm
cmux-www Ready Ready Preview, Comment Apr 3, 2026 6:25pm

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

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 3, 2026

Greptile Summary

This is an automated daily morph snapshot update that bumps IDE extension versions, CLI package versions, and adds new Morph sandbox snapshot entries (version 75) for the two active presets (4vcpu_16gb_48gb and 8vcpu_32gb_48gb).

Key changes:

  • IDE extensions: claude-code (2.1.49 → 2.1.90), chatgpt (0.5.76 → 26.5401.11717), vscode-typescript-next, ms-python, debugpy
  • CLI packages: @openai/codex (0.104.0 → 0.118.0), @anthropic-ai/claude-code (2.1.49 → 2.1.91), @google/gemini-cli (0.29.5 → 0.36.0), opencode-ai (1.2.10 → 1.3.13), codebuff, @devcontainers/cli, @sourcegraph/amp
  • Morph snapshots: New version 75 entries for both standard and performance workspace presets, with a ~6-week gap since version 74 (Feb 20 → Apr 3)
  • Minor version discrepancy between the claude-code VS Code extension (2.1.90) and the @anthropic-ai/claude-code npm package (2.1.91)
  • The chatgpt extension version format changed dramatically (from 0.5.76 to 26.5401.11717), which may be worth verifying is the correct OpenAI marketplace version string

Confidence Score: 4/5

Safe to merge after verifying the new snapshots work via a test sandbox session, as outlined in the test plan.

Changes are purely configuration/data updates generated by automation — no logic changes are involved. Two minor observations warrant attention: a one-patch version discrepancy between the claude-code extension and its npm package, and the unusual version string format for the chatgpt extension. Neither is likely to cause a runtime issue, but both should be confirmed. The ~6-week gap between snapshot versions is larger than expected for a daily job, suggesting the automation may have been paused or failing, but the resulting data itself appears structurally correct.

configs/ide-deps.json — verify the chatgpt extension version string format and the claude-code version discrepancy.

Important Files Changed

Filename Overview
configs/ide-deps.json Version bumps for all IDE extensions and CLI packages; notable jump in chatgpt extension versioning scheme and minor discrepancy between claude-code extension and npm package versions.
packages/shared/src/morph-snapshots.json Adds version 75 snapshots for both presets (4vcpu_16gb_48gb and 8vcpu_32gb_48gb) and bumps updatedAt; ~6-week gap since version 74 despite PR being labeled as a "daily" update.

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions (Bot)
    participant IDEDeps as configs/ide-deps.json
    participant Snapshots as morph-snapshots.json
    participant Morph as Morph Cloud API
    participant Sandbox as Sandbox Instance

    GHA->>Morph: Capture new snapshot (v75)
    Morph-->>GHA: snapshot_e3wp2fbk (4vcpu), snapshot_k1f41xyp (8vcpu)
    GHA->>Snapshots: Append version 75 entries + update updatedAt
    GHA->>IDEDeps: Bump extension + npm package versions
    GHA->>GHA: Open PR #1778

    Note over Sandbox: On next session start
    Sandbox->>Snapshots: Read latest snapshotId (v75)
    Sandbox->>Morph: Fork snapshot_e3wp2fbk / snapshot_k1f41xyp
    Morph-->>Sandbox: Running morphvm instance
    Sandbox->>IDEDeps: Install pinned extensions + packages
Loading

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

Comment on lines +6 to +11
"version": "2.1.90"
},
{
"publisher": "openai",
"name": "chatgpt",
"version": "0.5.76"
"version": "26.5401.11717"
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 Version mismatch between extension and npm package

The VS Code extension claude-code is pinned to 2.1.90 (line 6) while the npm package @anthropic-ai/claude-code is set to 2.1.91 (line 31). These are typically expected to be in sync. If these are intentionally on different release tracks, a comment explaining the discrepancy would be helpful.

Comment on lines 8 to +11
{
"publisher": "openai",
"name": "chatgpt",
"version": "0.5.76"
"version": "26.5401.11717"
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 chatgpt extension version number

The chatgpt extension version jumped from 0.5.76 to 26.5401.11717 — an enormous major version bump with a non-standard version format. While this may reflect a legitimate versioning scheme change by OpenAI for this extension, it's worth double-checking that this is the correct version string and not a build/pipeline artifact being mistaken for a semver string.

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