Skip to content

chore: daily morph snapshot update#1763

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260320-182105
Open

chore: daily morph snapshot update#1763
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260320-182105

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Mar 20, 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 and refreshed IDE/CLI dependencies to keep sandboxes current and compatible. Bumped VS Code extensions and dev packages in configs/ide-deps.json, and added the latest snapshot entries and timestamps in packages/shared/src/morph-snapshots.json.

Written for commit 662098d. Summary will update on new commits.

@vercel
Copy link
Contributor

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

@greptile-apps
Copy link

greptile-apps bot commented Mar 20, 2026

Greptile Summary

This is an automated daily update that bumps IDE extension/CLI package versions and adds version 75 morph snapshots (captured 2026-03-20) for both sandbox presets. The changes are mechanical and low-risk overall, but one dependency version stands out as requiring human verification before merging.

Key changes:

  • configs/ide-deps.json: Bumps all VS Code extensions and CLI tools (claude-code, chatgpt, vscode-typescript-next, ms-python, debugpy, @openai/codex, @anthropic-ai/claude-code, @google/gemini-cli, opencode-ai, codebuff, @devcontainers/cli, @sourcegraph/amp) to their latest published versions.
  • packages/shared/src/morph-snapshots.json: Appends version: 75 snapshot entries (snapshot_ippo6dp2 and snapshot_7lomxln1) for the two defined presets and updates the top-level updatedAt timestamp.

Issues found:

  • The chatgpt VS Code extension version changed from 0.5.7626.5318.11754, which is an extremely non-standard version bump and should be manually verified against the VS Code Marketplace before merging.
  • @anthropic-ai/claude-code npm package is at 2.1.80 while the corresponding VS Code extension claude-code is at 2.1.79 — a one-version delta that may be intentional but is worth confirming.

Confidence Score: 3/5

  • Mostly safe to merge, but the ChatGPT extension version format anomaly should be manually verified to avoid broken sandbox installations.
  • The morph snapshot additions are straightforward and consistent. Most version bumps are routine increments. The outlier is the chatgpt extension jumping from 0.5.76 to 26.5318.11754 — a format that doesn't follow any conventional versioning scheme and could reflect a bad registry query or a completely new versioning approach by OpenAI. If this version is incorrect, it could cause IDE dependency installation failures in sandbox environments.
  • configs/ide-deps.json — specifically the chatgpt extension version and the claude-code extension/npm version delta.

Important Files Changed

Filename Overview
configs/ide-deps.json Routine dependency version bumps, but the ChatGPT extension version changed from 0.5.76 to 26.5318.11754 — an extremely unusual format jump that warrants manual verification. Minor version mismatch between the claude-code VS Code extension (2.1.79) and its npm package counterpart (2.1.80).
packages/shared/src/morph-snapshots.json Adds version 75 snapshots for both the 4vcpu_16gb_48gb and the larger preset, captured on 2026-03-20. Updates the top-level updatedAt timestamp. Changes look correct and consistent.

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions (daily cron)
    participant Registry as Package Registries (npm / VS Code Marketplace)
    participant Repo as manaflow-ai/manaflow
    participant Sandbox as Sandbox Session

    GHA->>Registry: Query latest versions for IDE extensions & CLI packages
    Registry-->>GHA: Return latest version strings
    GHA->>Registry: Query latest morph snapshot metadata
    Registry-->>GHA: Return snapshot IDs & capturedAt timestamps
    GHA->>Repo: Open PR updating configs/ide-deps.json & morph-snapshots.json
    Repo-->>Sandbox: On PR merge, sandbox reads updated ide-deps.json
    Sandbox->>Registry: Install IDE extensions & CLI packages at pinned versions
    Sandbox-->>Sandbox: Provision using latest morph snapshot (version 75)
Loading

Last reviewed commit: "chore: daily morph s..."

Comment on lines 9 to 10
"publisher": "openai",
"name": "chatgpt",
Copy link

Choose a reason for hiding this comment

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

P1 Unusual version jump for ChatGPT extension

The chatgpt VS Code extension version changed from 0.5.76 to 26.5318.11754 — a major version jump from 0 to 26 with a non-standard version format. This is highly unusual. Standard semver would produce something like 1.0.0, not 26.5318.11754. This could indicate:

  • The automated update script picked up a wrong/corrupted version string from the registry.
  • OpenAI switched to a timestamp-based or build-based versioning scheme (the middle segment 5318 could be a day-of-year offset and 11754 a build number), but this should be verified.

It's worth manually confirming this is the correct version on the VS Code Marketplace before merging, since an unexpected version format could cause installation failures in sandboxes.

Comment on lines 4 to 22
"publisher": "anthropic",
"name": "claude-code",
"version": "2.1.49"
"version": "2.1.79"
},
{
"publisher": "openai",
"name": "chatgpt",
"version": "0.5.76"
"version": "26.5318.11754"
},
{
"publisher": "ms-vscode",
"name": "vscode-typescript-next",
"version": "6.0.20260219"
"version": "6.0.20260319"
},
{
"publisher": "ms-python",
"name": "python",
"version": "2026.2.2026021801"
"version": "2026.5.2026031201"
},
Copy link

Choose a reason for hiding this comment

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

P2 Minor version mismatch between VS Code extension and npm package for Claude Code

The VS Code extension claude-code was updated to 2.1.79, while the npm package @anthropic-ai/claude-code (in the packages section) was updated to 2.1.80. These are typically released in sync. While this could be intentional (e.g., a hotfix on the npm package side), it's worth confirming this one-version delta is expected rather than an artifact of the update script running at slightly different times.

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