Skip to content

chore: daily morph snapshot update#1871

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
morph-snapshot-20260703-183615
Open

chore: daily morph snapshot update#1871
github-actions[bot] wants to merge 1 commit into
mainfrom
morph-snapshot-20260703-183615

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

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

View with Codesmith Autofix with Codesmith
Need help on this PR? Tag /codesmith with what you need. Autofix is disabled.


Summary by cubic

Refreshed daily morph snapshots and bumped dev tooling to latest tested versions. Adds snapshot v75 across presets and updates IDE/CLI dependencies.

  • Dependencies

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

    • Start a sandbox session to verify the new snapshots load and tools initialize.

Written for commit 3b3dd95. Summary will update on new commits.

Review in cubic

@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
cmux-client Ready Ready Preview, Comment Jul 3, 2026 6:41pm
cmux-www Ready Ready Preview, Comment Jul 3, 2026 6:41pm

@greptile-apps

greptile-apps Bot commented Jul 3, 2026

Copy link
Copy Markdown

Greptile Summary

This automated daily maintenance PR appends morph snapshot version 75 to the Standard and Performance workspace presets and bumps all tracked IDE extension and CLI package versions to their latest releases. No logic is modified — both files are purely data updates.

  • packages/shared/src/morph-snapshots.json: Adds version 75 snapshot entries (snapshot_b8j3eq8h for 4vcpu_16gb_48gb, snapshot_gfdw68lc for 8vcpu_32gb_48gb) with capture timestamps aligned to today's date; the 6vcpu_24gb_48gb preset remains at version 1, consistent with all prior automated PRs.
  • configs/ide-deps.json: Updates all five IDE extensions and seven CLI packages; the openai.chatgpt extension version format changes from semver (0.5.76) to OpenAI's new build-number scheme (26.5623.101652), which is an intentional upstream change confirmed by the VS Code Marketplace.

Confidence Score: 5/5

Routine automated data update — both files are additive JSON changes with no logic modifications.

Both files contain only data updates generated by automation. Snapshot entries are structurally consistent with all prior versions, timestamps match today's date, and the openai/chatgpt extension version format change is confirmed as an intentional upstream versioning scheme change by OpenAI. Manual sandbox boot verification (as noted in the test plan) is the only recommended step.

No files require special attention; both changes are clean additive data updates.

Important Files Changed

Filename Overview
configs/ide-deps.json Bumps all five IDE extension versions and seven CLI package versions to latest; the openai/chatgpt extension moves from semver (0.5.76) to a build-number format (26.5623.101652), which is a confirmed upstream versioning change by OpenAI, not a local error.
packages/shared/src/morph-snapshots.json Appends version 75 snapshot entries to the 4vcpu_16gb_48gb (Standard) and 8vcpu_32gb_48gb (Performance) presets; updatedAt timestamp updated to 2026-07-03. The 6vcpu_24gb_48gb preset remains at version 1 as expected — prior automated PRs consistently omit it.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Daily Automation Trigger] --> B[Capture morph snapshots]
    B --> C{Snapshot available?}
    C -->|Yes| D[Append new version entry to preset]
    C -->|No / Skipped| E[Leave preset unchanged]
    D --> F1[4vcpu_16gb_48gb → v75: snapshot_b8j3eq8h]
    D --> F2[8vcpu_32gb_48gb → v75: snapshot_gfdw68lc]
    E --> F3[6vcpu_24gb_48gb → stays at v1]
    F1 & F2 & F3 --> G[Update morph-snapshots.json updatedAt]
    G --> H[Fetch latest IDE extension versions]
    H --> I[Update configs/ide-deps.json]
    I --> J[Open PR]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[Daily Automation Trigger] --> B[Capture morph snapshots]
    B --> C{Snapshot available?}
    C -->|Yes| D[Append new version entry to preset]
    C -->|No / Skipped| E[Leave preset unchanged]
    D --> F1[4vcpu_16gb_48gb → v75: snapshot_b8j3eq8h]
    D --> F2[8vcpu_32gb_48gb → v75: snapshot_gfdw68lc]
    E --> F3[6vcpu_24gb_48gb → stays at v1]
    F1 & F2 & F3 --> G[Update morph-snapshots.json updatedAt]
    G --> H[Fetch latest IDE extension versions]
    H --> I[Update configs/ide-deps.json]
    I --> J[Open PR]
Loading

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

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