Skip to content

chore: daily morph snapshot update#1772

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260329-181848
Open

chore: daily morph snapshot update#1772
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260329-181848

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Mar 29, 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

Updates morph snapshots to v75 for the default and large presets and refreshes IDE/CLI dependencies. This keeps sandbox images current and aligns supported extension versions.

  • Dependencies

    • IDE extensions updated: Claude Code, ChatGPT, TypeScript Next, Python, Debugpy.
    • Packages bumped: @openai/codex 0.117.0, @anthropic-ai/claude-code 2.1.87, @google/gemini-cli 0.35.3, opencode-ai 1.3.6, codebuff 1.0.635, @devcontainers/cli 0.84.1, @sourcegraph/amp 0.0.1774800294-g357dbb.
  • Migration

    • Start a new sandbox to pull snapshot v75.
    • Confirm the IDE loads the updated extensions.

Written for commit 06d36bd. Summary will update on new commits.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Mar 29, 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 29, 2026 6:24pm
cmux-www Ready Ready Preview, Comment Mar 29, 2026 6:24pm

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 29, 2026

Greptile Summary

This is an automated daily morph snapshot update that appends new version 75 snapshot entries for both the Standard (4vcpu_16gb_48gb) and Performance (8vcpu_32gb_48gb) workspace presets, and bumps IDE extension and CLI package versions to their latest releases.

  • packages/shared/src/morph-snapshots.json: Two new version 75 snapshot entries (snapshot_sphm2182 for Standard, snapshot_z4xjukwi for Performance) are appended in sequence; updatedAt is correctly advanced. The 6vcpu_24gb_48gb (single-version) preset is intentionally unchanged, consistent with all prior updates.
  • configs/ide-deps.json: All version bumps look routine (claude-code, TypeScript, Python, gemini-cli, codex, etc.) except the openai.chatgpt VS Code extension, which jumped from 0.5.76 to 26.5325.31654 — an unusually large version increment worth verifying manually before merge.

Confidence Score: 4/5

Mostly safe automated update, but the anomalous chatgpt extension version should be verified before merging.

All snapshot and most package changes are straightforward incremental updates. The one P1 concern — the chatgpt extension version jumping from 0.5.76 to 26.5325.31654 — is unusual enough to warrant a manual check of the VS Code marketplace before merging, since an incorrect version string could break sandbox IDE provisioning for users who depend on that extension.

configs/ide-deps.json — the openai.chatgpt extension version needs verification.

Important Files Changed

Filename Overview
configs/ide-deps.json Updates IDE extension and CLI package versions; all increments look normal except the chatgpt extension jumping from 0.5.76 to 26.5325.31654 — an anomalous version that warrants manual verification.
packages/shared/src/morph-snapshots.json Appends version 75 snapshot entries to both the Standard (4vcpu_16gb_48gb) and Performance (8vcpu_32gb_48gb) workspace presets; updatedAt timestamp updated correctly; 6vcpu_24gb_48gb preset left at version 1, consistent with prior updates.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Daily Automation Bot] --> B[Fetch latest snapshot IDs\nfrom Morph API]
    A --> C[Fetch latest package/\nextension versions]
    B --> D[morph-snapshots.json\nAppend version 75 entries\nfor Standard + Performance presets]
    C --> E[ide-deps.json\nUpdate extension + package versions]
    D --> F[PR opened against main]
    E --> F
    F --> G{Manual test:\nstart sandbox session}
    G -->|Pass| H[Merge to main]
    G -->|Fail| I[Investigate snapshot\nor version issue]
Loading

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

Comment thread configs/ide-deps.json
Comment on lines 9 to 12
"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.

P1 Unusually large version jump for ChatGPT extension

The openai/chatgpt VS Code extension version jumped from 0.5.76 to 26.5325.31654, which is an extraordinary version increment. Every other package in this file follows an incremental version progression (e.g. claude-code goes 2.1.492.1.87, @openai/codex goes 0.104.00.117.0), but this extension appears to have gone from a pre-1.0 0.5.x scheme to 26.x.x in a single automated snapshot cycle.

This could be a legitimate but highly unusual version scheme change (e.g. switching to a build-number or date-encoded format), or it could indicate an issue with the automated version-detection script that fetched an incorrect or unintended version string. It's worth double-checking whether 26.5325.31654 is the actual published version of the openai.chatgpt extension on the VS Code marketplace before merging.

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