Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated daily update that bumps IDE extension/CLI package versions in Confidence Score: 4/5Safe to merge after confirming the chatgpt extension version string is correct; all other changes are standard automated bumps. The PR is a routine automated update with clearly correct changes for all packages except the chatgpt extension version (26.5324.21329), which is unusual enough to warrant a quick human sanity-check. The morph snapshot additions follow the established pattern. The 6 vCPU preset omission is a pre-existing condition, not a regression introduced here. configs/ide-deps.json — verify the chatgpt extension version string 26.5324.21329 is valid. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Daily CI Bot] --> B[Fetch latest IDE extension & package versions]
A --> C[Capture new morph snapshots]
B --> D[configs/ide-deps.json]
D --> D1[claude-code: 2.1.49 → 2.1.84]
D --> D2[chatgpt: 0.5.76 → 26.5324.21329 ⚠️]
D --> D3[Other extensions & packages bumped]
C --> E[packages/shared/src/morph-snapshots.json]
E --> E1[4vcpu_16gb_48gb → v74 → v75 snapshot_oau4yrua]
E --> E2[8vcpu_32gb_48gb → v74 → v75 snapshot_ho1467g2]
E --> E3[6vcpu_24gb_48gb → still at v1 ⚠️ not updated]
|
| "publisher": "openai", | ||
| "name": "chatgpt", | ||
| "version": "0.5.76" | ||
| "version": "26.5324.21329" |
There was a problem hiding this comment.
Unusual ChatGPT extension version jump
The chatgpt extension version jumped from 0.5.76 to 26.5324.21329 — a dramatic and non-standard version change. While it's possible the OpenAI ChatGPT VS Code extension switched from semantic versioning to a date/build-number scheme (e.g. YEAR.BUILDNUMBER.REVISION), this should be verified before merging. If the version string is malformed or incorrect, it could cause the automated extension installer in sandbox sessions to fail (most VS Code extension APIs are strict about valid version strings for marketplace lookups).
Automated daily morph snapshot update.
Changes
Test plan
Summary by cubic
Updated morph snapshots to v75 for
4vcpu_16gb_48gband8vcpu_32gb_96gb, and bumped IDE/CLI dependencies to keep sandboxes current.anthropic/claude-code2.1.84,openai/chatgpt26.5324.21329,ms-vscode/vscode-typescript-next6.0.20260324,ms-python/python2026.5.2026031201,ms-python/debugpy2026.3.10831008.@openai/codex0.116.0,@anthropic-ai/claude-code2.1.84,@google/gemini-cli0.35.1,opencode-ai1.3.3,codebuff1.0.634,@devcontainers/cli0.84.1,@sourcegraph/amp0.0.1774544564-gebeb29.Written for commit d5c23c6. Summary will update on new commits.