Skip to content

chore: daily morph snapshot update#1872

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

chore: daily morph snapshot update#1872
github-actions[bot] wants to merge 1 commit into
mainfrom
morph-snapshot-20260704-183126

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 4, 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

Daily refresh of morph snapshots and IDE/CLI deps. Adds v75 snapshots for 4vcpu_16gb_48gb and 8vcpu_32gb_96gb, and bumps tooling to latest versions.

  • Dependencies
    • Morph snapshots: added v75 (snapshot_3uc9vg6w, snapshot_27x09tzw) and set updatedAt to 2026-07-04T18:28:35Z.
    • IDE/tooling bumps: anthropic.claude-code, openai.chatgpt, ms-vscode.vscode-typescript-next, ms-python.python, ms-python.debugpy, @openai/codex, @anthropic-ai/claude-code, @google/gemini-cli, opencode-ai, codebuff, @devcontainers/cli, @sourcegraph/amp.

Written for commit 2a42ad2. Summary will update on new commits.

Review in cubic

@vercel

vercel Bot commented Jul 4, 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 4, 2026 7:05pm
cmux-www Ready Ready Preview, Comment Jul 4, 2026 7:05pm

@greptile-apps

greptile-apps Bot commented Jul 4, 2026

Copy link
Copy Markdown

Greptile Summary

This automated PR bumps morph snapshot versions (adding v75 entries to both preset entries) and updates IDE extension and CLI package versions to their latest releases.

  • morph-snapshots.json: Adds version: 75 snapshot entries (snapshot_3uc9vg6w and snapshot_27x09tzw) to both presets and advances updatedAt to July 4, 2026.
  • ide-deps.json: Advances all tracked extension and package versions across the board, including claude-code, @openai/codex, gemini-cli, opencode-ai, codebuff, devcontainers/cli, and @sourcegraph/amp; notably the OpenAI chatgpt extension moves from a semver-style version (0.5.76) to a build-number format (26.5623.101652).

Confidence Score: 5/5

Routine automated snapshot and dependency version bump with no logic changes; safe to merge after verifying the new snapshots start correctly.

Both files are data/config only — no executable logic is modified. The new morph snapshot entries follow the exact same structure as all previous entries. The chatgpt extension version string switches from semver to a build-number format, which is an unusual jump worth a quick sanity check but is not a functional issue in this codebase since the version string is consumed externally.

No files require special attention beyond manually verifying a sandbox session starts cleanly with the new snapshots, as noted in the test plan.

Important Files Changed

Filename Overview
configs/ide-deps.json Bumps versions for all IDE extensions (claude-code, chatgpt, vscode-typescript-next, ms-python, debugpy) and CLI packages (codex, claude-code, gemini-cli, opencode-ai, codebuff, devcontainers/cli, amp); the chatgpt extension version jumps from semver-style (0.5.76) to a build-number scheme (26.5623.101652), which is unusual but not necessarily wrong.
packages/shared/src/morph-snapshots.json Adds version 75 snapshots to both preset entries (4vcpu_16gb_48gb and the 8vcpu variant) and advances updatedAt to 2026-07-04; structure is consistent with existing entries.

Sequence Diagram

%%{init: {'theme': 'neutral'}}%%
sequenceDiagram
    participant Bot as github-actions[bot]
    participant Snapshots as morph-snapshots.json
    participant IDEDeps as ide-deps.json
    participant Sandbox as Sandbox Session

    Bot->>Snapshots: Add version 75 entries (snapshot_3uc9vg6w, snapshot_27x09tzw)
    Bot->>IDEDeps: "Bump IDE extensions & CLI packages to latest"
    Sandbox->>Snapshots: Load latest preset (picks version 75)
    Sandbox->>IDEDeps: "Install updated extensions & packages"
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"}}}%%
sequenceDiagram
    participant Bot as github-actions[bot]
    participant Snapshots as morph-snapshots.json
    participant IDEDeps as ide-deps.json
    participant Sandbox as Sandbox Session

    Bot->>Snapshots: Add version 75 entries (snapshot_3uc9vg6w, snapshot_27x09tzw)
    Bot->>IDEDeps: "Bump IDE extensions & CLI packages to latest"
    Sandbox->>Snapshots: Load latest preset (picks version 75)
    Sandbox->>IDEDeps: "Install updated extensions & packages"
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