Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is a routine automated PR that bumps IDE extension versions and CLI package versions in Key observations:
Confidence Score: 5/5Safe to merge — purely data/config updates with no code logic changes and only minor verification points. All findings are P2 (verification suggestions, not defects). The version and snapshot data are structurally correct, sequential, and consistent. No runtime logic is touched. Spot-check the Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Automated daily job] --> B[Fetch latest IDE extension versions]
A --> C[Fetch latest npm package versions]
A --> D[Generate new morph snapshots]
B --> E[configs/ide-deps.json\nextensions array]
C --> F[configs/ide-deps.json\npackages object]
D --> G{Preset}
G --> H[4vcpu_16gb_48gb\nv75: snapshot_04ze86nx]
G --> I[8vcpu_32gb_48gb\nv75: snapshot_7e2wizb9]
G --> J[6vcpu_24gb_48gb\nnot updated]
H --> K[morph-snapshots.json]
I --> K
J -.->|skipped| K
|
| "name": "chatgpt", | ||
| "version": "0.5.76" | ||
| "version": "26.5325.31654" | ||
| }, |
There was a problem hiding this comment.
Unusual ChatGPT extension version jump
The chatgpt VS Code extension version jumped from 0.5.76 to 26.5325.31654 — a major-version leap from 0 to 26 that looks atypical compared to the incremental bumps seen in every other entry here. This could be a legitimate version scheme adopted upstream (e.g. build-number based), but it is worth manually verifying against the VS Code Marketplace (openai.chatgpt) to make sure the automated fetch picked up the correct entry and not an incorrect or malformed version string.
Automated daily morph snapshot update.
Changes
Test plan
Summary by cubic
Updated morph snapshots to v75 for the default and large presets. Refreshed IDE extensions and CLI packages to keep sandbox environments current.
anthropic.claude-code2.1.86,openai.chatgpt26.5325.31654,ms-vscode.vscode-typescript-next6.0.20260324,ms-python.python2026.5.2026032701,ms-python.debugpy2026.3.2026032701@openai/codex0.117.0,@anthropic-ai/claude-code2.1.86,@google/gemini-cli0.35.3,opencode-ai1.3.3,codebuff1.0.634,@devcontainers/cli0.84.1,@sourcegraph/amp0.0.1774713864-g12539bWritten for commit 668bc4f. Summary will update on new commits.