Skip to content

chore: daily morph snapshot update - #1885

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

chore: daily morph snapshot update#1885
github-actions[bot] wants to merge 1 commit into
mainfrom
morph-snapshot-20260718-184007

Conversation

@github-actions

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

Refreshes morph snapshots to v75 and bumps IDE/CLI dependencies to keep sandboxes current. Adds new snapshot entries and updates timestamps in morph-snapshots.json.

  • Dependencies
    • Extensions: anthropic.claude-code 2.1.214, openai.chatgpt 26.5715.31925, ms-vscode.vscode-typescript-next 6.0.20260416, ms-python.python 2026.5.2026070801, ms-python.debugpy 2026.7.11831011
    • Packages: @openai/codex 0.144.6, @anthropic-ai/claude-code 2.1.214, @google/gemini-cli 0.51.0, opencode-ai 1.18.3, codebuff 1.0.684, @devcontainers/cli 0.87.0, @sourcegraph/amp 0.0.1784391370-g49c6a1

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

Review in cubic

@vercel

vercel Bot commented Jul 18, 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 19, 2026 3:06am
cmux-www Ready Ready Preview, Comment Jul 19, 2026 3:06am

@greptile-apps

greptile-apps Bot commented Jul 18, 2026

Copy link
Copy Markdown

Greptile Summary

This automated daily update appends version 75 morph snapshots to the two active workspace presets and bumps all IDE extension and CLI package versions to their latest releases.

  • morph-snapshots.json: New v75 snapshots added for both the Standard (4vcpu_16gb_48gb) and Performance (8vcpu_32gb_48gb) presets; the updatedAt field is updated to match the latest capture timestamp. The 6vcpu_24gb_48gb preset is intentionally left at v1 (it has been inactive since its initial capture in November 2025).
  • ide-deps.json: All five VS Code extensions and all seven CLI packages receive version bumps, including a large jump in the chatgpt extension version from 0.5.76 to 26.5715.31925 — this reflects OpenAI's date-encoded versioning scheme and appears correct.

Confidence Score: 5/5

Safe to merge — purely additive data updates generated by automation with no logic changes.

Both files contain only mechanical data updates: new snapshot entries appended to existing arrays, a timestamp refresh, and version string bumps for IDE tooling. No logic, schema, or structural changes are present. The inactive third preset remaining at v1 is consistent with its prior history.

No files require special attention.

Important Files Changed

Filename Overview
packages/shared/src/morph-snapshots.json Adds version 75 snapshots to the two actively maintained presets (Standard and Performance workspaces) and updates the top-level updatedAt timestamp; the third preset (6vcpu_24gb_48gb) remains at version 1 as expected.
configs/ide-deps.json Bumps all IDE extension and CLI package versions; most are incremental updates, though the ChatGPT extension jumps from 0.5.76 to 26.5715.31925 (consistent with OpenAI's date-based versioning scheme).

Entity Relationship Diagram

%%{init: {'theme': 'neutral'}}%%
erDiagram
    MORPH_SNAPSHOTS {
        int schemaVersion
        datetime updatedAt
    }
    PRESET_STANDARD {
        string presetId "4vcpu_16gb_48gb"
        int latestVersion "75 (new)"
        string snapshotId "snapshot_crz0lzxh"
        datetime capturedAt "2026-07-18"
    }
    PRESET_PERFORMANCE {
        string presetId "8vcpu_32gb_48gb"
        int latestVersion "75 (new)"
        string snapshotId "snapshot_ks6x2jw0"
        datetime capturedAt "2026-07-18"
    }
    PRESET_INACTIVE {
        string presetId "6vcpu_24gb_48gb"
        int latestVersion "1 (unchanged)"
        datetime capturedAt "2025-11-18"
    }
    MORPH_SNAPSHOTS ||--o{ PRESET_STANDARD : contains
    MORPH_SNAPSHOTS ||--o{ PRESET_PERFORMANCE : contains
    MORPH_SNAPSHOTS ||--o{ PRESET_INACTIVE : contains
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"}}}%%
erDiagram
    MORPH_SNAPSHOTS {
        int schemaVersion
        datetime updatedAt
    }
    PRESET_STANDARD {
        string presetId "4vcpu_16gb_48gb"
        int latestVersion "75 (new)"
        string snapshotId "snapshot_crz0lzxh"
        datetime capturedAt "2026-07-18"
    }
    PRESET_PERFORMANCE {
        string presetId "8vcpu_32gb_48gb"
        int latestVersion "75 (new)"
        string snapshotId "snapshot_ks6x2jw0"
        datetime capturedAt "2026-07-18"
    }
    PRESET_INACTIVE {
        string presetId "6vcpu_24gb_48gb"
        int latestVersion "1 (unchanged)"
        datetime capturedAt "2025-11-18"
    }
    MORPH_SNAPSHOTS ||--o{ PRESET_STANDARD : contains
    MORPH_SNAPSHOTS ||--o{ PRESET_PERFORMANCE : contains
    MORPH_SNAPSHOTS ||--o{ PRESET_INACTIVE : contains
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