Skip to content

chore: daily morph snapshot update#1771

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260328-181844
Open

chore: daily morph snapshot update#1771
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260328-181844

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Mar 28, 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

Updated morph snapshots to v75 for the default and large presets. Refreshed IDE extensions and CLI packages to keep sandbox environments current.

  • Dependencies
    • IDE extensions: anthropic.claude-code 2.1.86, openai.chatgpt 26.5325.31654, ms-vscode.vscode-typescript-next 6.0.20260324, ms-python.python 2026.5.2026032701, ms-python.debugpy 2026.3.2026032701
    • Packages: @openai/codex 0.117.0, @anthropic-ai/claude-code 2.1.86, @google/gemini-cli 0.35.3, opencode-ai 1.3.3, codebuff 1.0.634, @devcontainers/cli 0.84.1, @sourcegraph/amp 0.0.1774713864-g12539b

Written for commit 668bc4f. Summary will update on new commits.

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 28, 2026

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

Project Deployment Actions Updated (UTC)
cmux-client Ready Ready Preview, Comment Mar 28, 2026 6:22pm
cmux-www Ready Ready Preview, Comment Mar 28, 2026 6:22pm

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 Mar 28, 2026

Greptile Summary

This is a routine automated PR that bumps IDE extension versions and CLI package versions in configs/ide-deps.json, and appends version-75 morph snapshots for the 4vcpu_16gb_48gb and 8vcpu_32gb_48gb workspace presets in packages/shared/src/morph-snapshots.json. All changes are data-only with no logic modifications.

Key observations:

  • All package/extension bumps follow normal incremental versioning, with one exception: the openai.chatgpt VS Code extension leapt from 0.5.7626.5325.31654, which is an atypical major-version jump worth a quick manual check against the VS Code Marketplace.
  • The 6vcpu_24gb_48gb preset was not given a new snapshot in this cycle (it only has version 1 from November 2025), while the other two presets both received version 75. Confirming this is intentional would close the loop.
  • Snapshot history for the two updated presets continues correctly in sequential order with valid timestamps.

Confidence Score: 5/5

Safe to merge — purely data/config updates with no code logic changes and only minor verification points.

All findings are P2 (verification suggestions, not defects). The version and snapshot data are structurally correct, sequential, and consistent. No runtime logic is touched.

Spot-check the openai.chatgpt version 26.5325.31654 in the VS Code Marketplace to confirm the automated fetch is accurate.

Important Files Changed

Filename Overview
configs/ide-deps.json All IDE extension and CLI package versions bumped; the OpenAI chatgpt extension jumped from 0.5.76 to 26.5325.31654, which is a highly unusual major-version leap worth verifying.
packages/shared/src/morph-snapshots.json Version-75 snapshots appended to the 4vcpu_16gb_48gb and 8vcpu_32gb_48gb presets; updatedAt refreshed. The 6vcpu_24gb_48gb preset was not updated, which may be intentional.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Automated daily job] --> B[Fetch latest IDE extension versions]
    A --> C[Fetch latest npm package versions]
    A --> D[Generate new morph snapshots]

    B --> E[configs/ide-deps.json\nextensions array]
    C --> F[configs/ide-deps.json\npackages object]

    D --> G{Preset}
    G --> H[4vcpu_16gb_48gb\nv75: snapshot_04ze86nx]
    G --> I[8vcpu_32gb_48gb\nv75: snapshot_7e2wizb9]
    G --> J[6vcpu_24gb_48gb\nnot updated]

    H --> K[morph-snapshots.json]
    I --> K
    J -.->|skipped| K
Loading

Comments Outside Diff (1)

  1. packages/shared/src/morph-snapshots.json, line 775-789 (link)

    P2 Third preset not updated in this snapshot cycle

    The 6vcpu_24gb_48gb ("Standard workspace", 6 vCPU / 24 GB) preset was not given a new version-75 snapshot alongside the other two presets. This may be intentional (e.g. the preset is deprecated or not actively snapshotted), but since the other two presets receive a new snapshot on every automated run it is worth confirming this omission is expected and not an oversight in the snapshot-generation pipeline.

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

Comment on lines 10 to 12
"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 ChatGPT extension version jump

The chatgpt VS Code extension version jumped from 0.5.76 to 26.5325.31654 — a major-version leap from 0 to 26 that looks atypical compared to the incremental bumps seen in every other entry here. This could be a legitimate version scheme adopted upstream (e.g. build-number based), but it is worth manually verifying against the VS Code Marketplace (openai.chatgpt) to make sure the automated fetch picked up the correct entry and not an incorrect or malformed version 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