Skip to content

chore: daily morph snapshot update#1785

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260408-183454
Open

chore: daily morph snapshot update#1785
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260408-183454

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Apr 8, 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

Adds morph snapshot version 75 for the default and high-capacity presets and updates IDE/CLI dependencies to the latest to keep sandboxes current.

  • Dependencies
    • VS Code extensions: anthropic/claude-code, openai/chatgpt, ms-vscode/vscode-typescript-next, ms-python/python, ms-python/debugpy
    • Packages: @openai/codex, @anthropic-ai/claude-code, @google/gemini-cli, opencode-ai, codebuff, @devcontainers/cli, @sourcegraph/amp

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

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 8, 2026

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

Project Deployment Actions Updated (UTC)
cmux-client Ready Ready Preview, Comment Apr 8, 2026 6:39pm
cmux-www Ready Ready Preview, Comment Apr 8, 2026 6:39pm

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 Apr 8, 2026

Greptile Summary

This is an automated daily snapshot update that bumps IDE extension and CLI package versions in configs/ide-deps.json and appends version 75 snapshot entries for the 4vcpu_16gb_48gb and 8vcpu_32gb_48gb Morph presets in packages/shared/src/morph-snapshots.json. The updatedAt timestamp advances from 2026-02-20 to 2026-04-08, reflecting a ~47-day gap since the last automated update.

Confidence Score: 5/5

Safe to merge — all changes are additive config/version bumps with no logic changes.

Both files contain purely data changes: version strings in ide-deps.json and new snapshot entries appended to morph-snapshots.json. No code logic, security boundaries, or data contracts are affected. The only finding is a P2 observation about the ~47-day gap in what is labeled a daily automation.

No files require special attention; the 47-day update gap in morph-snapshots.json is worth a follow-up on the automation schedule but does not block merge.

Vulnerabilities

No security concerns identified. Changes are limited to version bumps in configuration files and new snapshot IDs; no secrets, credentials, or executable code are introduced.

Important Files Changed

Filename Overview
configs/ide-deps.json Version bumps for all IDE extensions and CLI packages; notably the OpenAI chatgpt extension moved from semantic versioning (0.5.76) to a build-number scheme (26.5401.11717), which appears to be a legitimate upstream versioning change.
packages/shared/src/morph-snapshots.json Appends version 75 snapshots for the 4vcpu_16gb_48gb and 8vcpu_32gb_48gb presets; the 6vcpu_24gb_48gb preset remains at version 1 (unchanged, pre-existing gap).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Automated Daily Job] --> B[Bump IDE Extensions\nconfigs/ide-deps.json]
    A --> C[Capture New Morph Snapshots\nmorph-snapshots.json]
    B --> D[claude-code 2.1.49→2.1.96\nchatgpt 0.5.76→26.5401.11717\nts-next 20260219→20260401\npython/debugpy updated]
    B --> E[CLI packages updated\ncodex, claude-code, gemini-cli\nopencode-ai, codebuff, amp]
    C --> F[4vcpu_16gb_48gb\nv74 → v75: snapshot_6hz9jfjd]
    C --> G[8vcpu_32gb_48gb\nv74 → v75: snapshot_gelpd4nc]
    C --> H[6vcpu_24gb_48gb\nstill at v1 — no update]
Loading

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

@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
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 ~47-day gap despite "daily" automation label

The previous updatedAt was 2026-02-20 and this update lands on 2026-04-08 — a ~47-day gap. The PR title describes this as a "daily morph snapshot update," but the cadence suggests the automation may have been paused, failing silently, or skipped for an extended period. Worth confirming the scheduled workflow ran normally during this window, or noting if a pause was intentional.

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