Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated daily snapshot update that bumps IDE extension and CLI package versions in Confidence Score: 5/5Safe to merge — all changes are additive config/version bumps with no logic changes. Both files contain purely data changes: version strings in ide-deps.json and new snapshot entries appended to morph-snapshots.json. No code logic, security boundaries, or data contracts are affected. The only finding is a P2 observation about the ~47-day gap in what is labeled a daily automation. No files require special attention; the 47-day update gap in morph-snapshots.json is worth a follow-up on the automation schedule but does not block merge.
|
| Filename | Overview |
|---|---|
| configs/ide-deps.json | Version bumps for all IDE extensions and CLI packages; notably the OpenAI chatgpt extension moved from semantic versioning (0.5.76) to a build-number scheme (26.5401.11717), which appears to be a legitimate upstream versioning change. |
| packages/shared/src/morph-snapshots.json | Appends version 75 snapshots for the 4vcpu_16gb_48gb and 8vcpu_32gb_48gb presets; the 6vcpu_24gb_48gb preset remains at version 1 (unchanged, pre-existing gap). |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Automated Daily Job] --> B[Bump IDE Extensions\nconfigs/ide-deps.json]
A --> C[Capture New Morph Snapshots\nmorph-snapshots.json]
B --> D[claude-code 2.1.49→2.1.96\nchatgpt 0.5.76→26.5401.11717\nts-next 20260219→20260401\npython/debugpy updated]
B --> E[CLI packages updated\ncodex, claude-code, gemini-cli\nopencode-ai, codebuff, amp]
C --> F[4vcpu_16gb_48gb\nv74 → v75: snapshot_6hz9jfjd]
C --> G[8vcpu_32gb_48gb\nv74 → v75: snapshot_gelpd4nc]
C --> H[6vcpu_24gb_48gb\nstill at v1 — no update]
Reviews (1): Last reviewed commit: "chore: daily morph snapshot update" | Re-trigger Greptile
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "schemaVersion": 1, | |||
There was a problem hiding this comment.
~47-day gap despite "daily" automation label
The previous updatedAt was 2026-02-20 and this update lands on 2026-04-08 — a ~47-day gap. The PR title describes this as a "daily morph snapshot update," but the cadence suggests the automation may have been paused, failing silently, or skipped for an extended period. Worth confirming the scheduled workflow ran normally during this window, or noting if a pause was intentional.
Automated daily morph snapshot update.
Changes
Test plan
Summary by cubic
Adds morph snapshot version 75 for the default and high-capacity presets and updates IDE/CLI dependencies to the latest 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 f4b6bfc. Summary will update on new commits.