Skip to content

chore: daily morph snapshot update#1769

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260326-182948
Open

chore: daily morph snapshot update#1769
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260326-182948

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Mar 26, 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 4vcpu_16gb_48gb and 8vcpu_32gb_96gb, and bumped IDE/CLI dependencies to keep sandboxes current.

  • Dependencies
    • VS Code extensions: anthropic/claude-code 2.1.84, openai/chatgpt 26.5324.21329, ms-vscode/vscode-typescript-next 6.0.20260324, ms-python/python 2026.5.2026031201, ms-python/debugpy 2026.3.10831008.
    • Packages: @openai/codex 0.116.0, @anthropic-ai/claude-code 2.1.84, @google/gemini-cli 0.35.1, opencode-ai 1.3.3, codebuff 1.0.634, @devcontainers/cli 0.84.1, @sourcegraph/amp 0.0.1774544564-gebeb29.

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

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 26, 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 26, 2026 6:34pm
cmux-www Ready Ready Preview, Comment Mar 26, 2026 6:34pm

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

Greptile Summary

This is an automated daily update that bumps IDE extension/CLI package versions in configs/ide-deps.json and appends new version 75 morph snapshots to the two active workspace presets in packages/shared/src/morph-snapshots.json. The changes are routine and generated by the CI bot.\n\nKey observations:\n- All IDE extension and CLI package versions were bumped as expected (Claude Code, Gemini CLI, Codex, etc.).\n- The chatgpt VS Code extension version jumped from 0.5.76 to 26.5324.21329 — a dramatic, non-semver format change that should be confirmed as valid before merging.\n- Version 75 morph snapshots were added for the 4vcpu_16gb_48gb (Standard) and 8vcpu_32gb_48gb (Performance) presets.\n- The 6vcpu_24gb_48gb preset was not updated and remains at version 1 from November 2025.

Confidence Score: 4/5

Safe to merge after confirming the chatgpt extension version string is correct; all other changes are standard automated bumps.

The PR is a routine automated update with clearly correct changes for all packages except the chatgpt extension version (26.5324.21329), which is unusual enough to warrant a quick human sanity-check. The morph snapshot additions follow the established pattern. The 6 vCPU preset omission is a pre-existing condition, not a regression introduced here.

configs/ide-deps.json — verify the chatgpt extension version string 26.5324.21329 is valid.

Important Files Changed

Filename Overview
configs/ide-deps.json Routine version bumps for IDE extensions and CLI packages; the chatgpt extension version (0.5.76 → 26.5324.21329) is anomalous and warrants verification.
packages/shared/src/morph-snapshots.json New version 75 snapshots added for the 4 vCPU and 8 vCPU presets; the 6 vCPU preset remains at version 1 and was not updated.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Daily CI Bot] --> B[Fetch latest IDE extension & package versions]
    A --> C[Capture new morph snapshots]

    B --> D[configs/ide-deps.json]
    D --> D1[claude-code: 2.1.49 → 2.1.84]
    D --> D2[chatgpt: 0.5.76 → 26.5324.21329 ⚠️]
    D --> D3[Other extensions & packages bumped]

    C --> E[packages/shared/src/morph-snapshots.json]
    E --> E1[4vcpu_16gb_48gb → v74 → v75 snapshot_oau4yrua]
    E --> E2[8vcpu_32gb_48gb → v74 → v75 snapshot_ho1467g2]
    E --> E3[6vcpu_24gb_48gb → still at v1 ⚠️ not updated]
Loading

Comments Outside Diff (1)

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

    P2 6vcpu_24gb_48gb preset not updated

    The 6vcpu_24gb_48gb ("Standard workspace", 6 vCPU / 24 GB) preset has only a single snapshot at version 1 (2025-11-18) and received no new snapshot in this update, while the other two presets both received a new version 75. If this preset is actively used, it may be pointing users to a very outdated snapshot. If it is intentionally excluded from the daily update (e.g. deprecated or low-traffic), a comment or separate indicator in the JSON would help future reviewers understand why it diverges.

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

"publisher": "openai",
"name": "chatgpt",
"version": "0.5.76"
"version": "26.5324.21329"
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 Unusual ChatGPT extension version jump

The chatgpt extension version jumped from 0.5.76 to 26.5324.21329 — a dramatic and non-standard version change. While it's possible the OpenAI ChatGPT VS Code extension switched from semantic versioning to a date/build-number scheme (e.g. YEAR.BUILDNUMBER.REVISION), this should be verified before merging. If the version string is malformed or incorrect, it could cause the automated extension installer in sandbox sessions to fail (most VS Code extension APIs are strict about valid version strings for marketplace lookups).

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