Skip to content

chore: daily morph snapshot update#1764

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260321-183649
Open

chore: daily morph snapshot update#1764
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260321-183649

Conversation

@github-actions
Copy link
Copy Markdown

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

Daily morph snapshot refresh. Adds v75 snapshots for the 4‑CPU and 8‑CPU presets and bumps IDE/CLI deps to keep sandboxes and tooling current.

  • Dependencies
    • VS Code extensions: anthropic.claude-code 2.1.81, openai.chatgpt 26.5318.11754, ms-vscode.vscode-typescript-next 6.0.20260320, ms-python.python 2026.5.2026031201, ms-python.debugpy 2025.19.2026032001.
    • Packages: @openai/codex 0.116.0, @anthropic-ai/claude-code 2.1.81, @google/gemini-cli 0.34.0, opencode-ai 1.2.27, codebuff 1.0.633, @devcontainers/cli 0.84.1, @sourcegraph/amp 0.0.1774108960-g06d4f5.

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

@vercel
Copy link
Copy Markdown
Contributor

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

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

Greptile Summary

This is an automated daily snapshot update that bumps IDE extension/CLI package versions in configs/ide-deps.json and adds a new version 75 morph snapshot for the two standard compute presets in packages/shared/src/morph-snapshots.json.

  • morph-snapshots.json: New snapshot entries (snapshot_g8qikxfm and snapshot_oz44f5ej at version 75) added for the 4vcpu_16gb_48gb and 8vcpu_32gb_48gb presets; updatedAt timestamp refreshed to 2026-03-21.
  • configs/ide-deps.json: Routine version bumps for claude-code, TypeScript Next, Python, debugpy, @openai/codex, @anthropic-ai/claude-code, @google/gemini-cli, opencode-ai, codebuff, @devcontainers/cli, and @sourcegraph/amp.
  • The chatgpt VS Code extension version changed from 0.5.76 to 26.5318.11754 — an unusually large jump that may reflect a new versioning scheme by OpenAI, but is worth a sanity check against the actual Marketplace listing.

Confidence Score: 5/5

  • Safe to merge; this is a routine automated dependency/snapshot update with no logic changes.
  • Both files contain only version bumps and new data entries that follow the existing schema. The morph snapshot additions are structurally identical to prior entries. The only minor flag is the ChatGPT extension's atypical version string, which is a non-blocking concern — it may simply reflect a versioning scheme change and does not affect runtime logic.
  • No files require special attention beyond a quick sanity-check of the chatgpt extension version string in configs/ide-deps.json.

Important Files Changed

Filename Overview
configs/ide-deps.json Version bumps for IDE extensions and CLI packages; chatgpt extension jumps from 0.5.76 to 26.5318.11754, a very unusual major version change that may warrant verification.
packages/shared/src/morph-snapshots.json Adds version 75 snapshots for two presets (4vcpu_16gb_48gb and 8vcpu_32gb_48gb) and updates the updatedAt timestamp; structure and format are consistent with existing entries.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Daily Automation Trigger] --> B[Scrape latest IDE extension versions]
    A --> C[Capture new morph snapshots]
    B --> D[Update configs/ide-deps.json]
    C --> E[Add version 75 snapshot entries\nto morph-snapshots.json]
    D --> F[PR #1764 opened]
    E --> F
    F --> G{Verify snapshots work}
    G -->|Pass| H[Merge to main]
    G -->|Fail| I[Investigate snapshot issue]
Loading

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

Comment on lines 9 to +11
"publisher": "openai",
"name": "chatgpt",
"version": "0.5.76"
"version": "26.5318.11754"
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 version number for ChatGPT extension

The chatgpt VS Code extension version jumped from 0.5.76 to 26.5318.11754 — a massive change in versioning scheme (0.x → 26.x with a 5-digit minor). This could indicate that OpenAI switched to a different versioning format (e.g., build-number-based), but it's worth verifying that this version string was scraped correctly and corresponds to a real published extension version before it's deployed into sandbox environments.

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