chore: daily morph snapshot update#1776
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated daily Morph snapshot update that bumps IDE extension and CLI package versions in Key changes:
Confidence Score: 4/5Safe to merge — purely automated version and snapshot bumps with no logic changes; one version string is worth a quick sanity check. The PR is an automated maintenance update with no code logic changes. All changes are version string bumps in JSON config files and the addition of new pre-validated Morph snapshot IDs. The only minor concern is the dramatic versioning scheme change for the OpenAI
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Automated Daily Snapshot Job] --> B[Build new Morph snapshots]
B --> C{Per preset}
C --> D[4vcpu_16gb_48gb\nv74 → v75\nsnapshot_6yfw66xj]
C --> E[8vcpu_32gb_48gb\nv74 → v75\nsnapshot_wu2soaa7]
C --> F[6vcpu_24gb_48gb\nNo update\nstill at v1]
A --> G[Bump IDE deps]
G --> H[claude-code 2.1.49 → 2.1.90\ncodex 0.104.0 → 0.118.0\ngemini-cli 0.29.5 → 0.36.0\nopencode-ai 1.2.10 → 1.3.13\ndevcontainers/cli 0.83.2 → 0.85.0]
G --> I[chatgpt ext 0.5.76 → 26.5401.11717\n⚠️ versioning scheme change]
Reviews (1): Last reviewed commit: "chore: daily morph snapshot update" | Re-trigger Greptile |
| "name": "chatgpt", | ||
| "version": "0.5.76" | ||
| "version": "26.5401.11717" |
There was a problem hiding this comment.
Unusual version jump for
chatgpt extension
The chatgpt (OpenAI) extension version jumps from 0.5.76 to 26.5401.11717 — a dramatically different versioning scheme compared to the previous value and all other extensions in this file. This could be a legitimate change in OpenAI's versioning strategy (e.g., switching to a build-number or date-based scheme), but it's worth confirming this version was pulled from the official marketplace and isn't a data entry error or a format mismatch in the automated snapshot script.
Automated daily morph snapshot update.
Changes
Test plan
Summary by cubic
Updates morph snapshots to the latest daily build and bumps IDE/CLI dependencies. Adds v75 snapshots for two presets to keep sandboxes current.
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/ampWritten for commit 5f7be8f. Summary will update on new commits.