chore: daily morph snapshot update#1772
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated daily morph snapshot update that appends new version 75 snapshot entries for both the Standard (
Confidence Score: 4/5Mostly safe automated update, but the anomalous chatgpt extension version should be verified before merging. All snapshot and most package changes are straightforward incremental updates. The one P1 concern — the chatgpt extension version jumping from 0.5.76 to 26.5325.31654 — is unusual enough to warrant a manual check of the VS Code marketplace before merging, since an incorrect version string could break sandbox IDE provisioning for users who depend on that extension. configs/ide-deps.json — the openai.chatgpt extension version needs verification. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Daily Automation Bot] --> B[Fetch latest snapshot IDs\nfrom Morph API]
A --> C[Fetch latest package/\nextension versions]
B --> D[morph-snapshots.json\nAppend version 75 entries\nfor Standard + Performance presets]
C --> E[ide-deps.json\nUpdate extension + package versions]
D --> F[PR opened against main]
E --> F
F --> G{Manual test:\nstart sandbox session}
G -->|Pass| H[Merge to main]
G -->|Fail| I[Investigate snapshot\nor version issue]
Reviews (1): Last reviewed commit: "chore: daily morph snapshot update" | Re-trigger Greptile |
| "publisher": "openai", | ||
| "name": "chatgpt", | ||
| "version": "0.5.76" | ||
| "version": "26.5325.31654" | ||
| }, |
There was a problem hiding this comment.
Unusually large version jump for ChatGPT extension
The openai/chatgpt VS Code extension version jumped from 0.5.76 to 26.5325.31654, which is an extraordinary version increment. Every other package in this file follows an incremental version progression (e.g. claude-code goes 2.1.49 → 2.1.87, @openai/codex goes 0.104.0 → 0.117.0), but this extension appears to have gone from a pre-1.0 0.5.x scheme to 26.x.x in a single automated snapshot cycle.
This could be a legitimate but highly unusual version scheme change (e.g. switching to a build-number or date-encoded format), or it could indicate an issue with the automated version-detection script that fetched an incorrect or unintended version string. It's worth double-checking whether 26.5325.31654 is the actual published version of the openai.chatgpt extension on the VS Code marketplace before merging.
Automated daily morph snapshot update.
Changes
Test plan
Summary by cubic
Updates morph snapshots to v75 for the default and large presets and refreshes IDE/CLI dependencies. This keeps sandbox images current and aligns supported extension versions.
Dependencies
@openai/codex0.117.0,@anthropic-ai/claude-code2.1.87,@google/gemini-cli0.35.3,opencode-ai1.3.6,codebuff1.0.635,@devcontainers/cli0.84.1,@sourcegraph/amp0.0.1774800294-g357dbb.Migration
Written for commit 06d36bd. Summary will update on new commits.