chore: daily morph snapshot update#1872
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis 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.
Confidence Score: 5/5Routine 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
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"
%%{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"
Reviews (1): Last reviewed commit: "chore: daily morph snapshot update" | Re-trigger Greptile |
Automated daily morph snapshot update.
Changes
Test plan
Need help on this PR? Tag
/codesmithwith 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.
snapshot_3uc9vg6w,snapshot_27x09tzw) and setupdatedAtto 2026-07-04T18:28:35Z.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.