Skip to content

chore: daily morph snapshot update#1784

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260407-182752
Open

chore: daily morph snapshot update#1784
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260407-182752

Conversation

@github-actions
Copy link
Copy Markdown

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

Refreshes morph snapshots to version 75 and updates IDE/tooling dependencies to keep sandbox environments current.

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

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

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 7, 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 7, 2026 6:32pm
cmux-www Ready Ready Preview, Comment Apr 7, 2026 6:32pm

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Apr 7, 2026

Greptile Summary

Automated daily update bumping Morph snapshot versions to v75 for the standard and performance workspace presets, and refreshing all IDE extension and CLI tool versions across the board. All changes are generated by the snapshot automation pipeline and follow established patterns.

  • The openai/chatgpt VS Code extension version jumps from 0.5.76 to 26.5401.11717, suggesting a versioning scheme change by OpenAI; worth confirming it installs correctly in the sandbox during the test plan step.
  • The 6vcpu_24gb_48gb preset was not updated (still at version 1 from 2025-11-18) — confirm this is intentional if the preset is still in active use.

Confidence Score: 5/5

Safe to merge; automated dependency refresh with no logic changes

Only JSON config files are updated — snapshot IDs, timestamps, and package versions. The single P2 note about the ChatGPT extension version scheme change does not block merge but should be verified during the test plan step.

configs/ide-deps.json — verify the chatgpt extension version 26.5401.11717 is correct and installable

Important Files Changed

Filename Overview
configs/ide-deps.json Updates IDE extensions and CLI package versions; chatgpt extension version jumps dramatically from 0.5.76 to 26.5401.11717, worth verifying
packages/shared/src/morph-snapshots.json Adds version 75 snapshots for standard and performance presets; 6vcpu_24gb_48gb preset not updated (still at v1)

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[GitHub Actions Bot] --> B[Build new Morph snapshots]
    B --> C[Standard preset: snapshot_das5jrxw v75]
    B --> D[Performance preset: snapshot_p299ex5t v75]
    B --> E[Update ide-deps.json versions]
    E --> F[IDE Extensions bumped]
    E --> G[CLI packages bumped]
    C --> H[PR merged to main]
    D --> H
    F --> H
    G --> H
    H --> I[Sandboxes use new snapshots on next session]
Loading

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

Comment on lines 10 to +11
"name": "chatgpt",
"version": "0.5.76"
"version": "26.5401.11717"
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 Unusual ChatGPT extension version jump

The openai/chatgpt extension version changed from 0.5.76 to 26.5401.11717 — a dramatic leap that suggests a versioning scheme change (possibly to a build-number or calendar-based format). All other extensions follow incremental patterns. Please verify this is the correct version from the VS Code marketplace and confirm it installs cleanly in the sandbox when running the test plan.

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