Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated daily snapshot update PR that appends new morph snapshot version 75 to both active workspace presets ( Key changes:
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A([GitHub Actions Bot]) -->|Triggers daily| B[Fetch latest snapshot IDs\nfrom Morph API]
B --> C[Append version 75 entries\nto both presets in\nmorph-snapshots.json]
C --> D[Update top-level\nupdatedAt timestamp]
D --> E[Fetch latest package\nversions from registries]
E --> F[Update ide-deps.json\nextensions + packages]
F --> G[Open PR against main]
G --> H{Review & Merge}
H -->|Merged| I[Sandbox sessions use\nnew snapshot version 75]
H -->|Rejected| J[Bot retries next day]
style A fill:#0d6efd,color:#fff
style I fill:#198754,color:#fff
style J fill:#dc3545,color:#fff
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.
Unusual version number for
chatgpt extension
The chatgpt extension version jumped from 0.5.76 to 26.5325.31654, which is a dramatic and unexpected change in versioning scheme. All other packages in this PR use conventional semver or date-based versions. The format 26.5325.31654 does not match any known semver or calendar-based convention (the second component 5325 exceeds 365, ruling out a day-of-year interpretation).
This could indicate the automated update picked up a stale, pre-release, or otherwise incorrect version number from the registry. It's worth manually verifying this version is intentional and corresponds to the correct published extension before merging.
Automated daily morph snapshot update.
Changes
Test plan
Summary by cubic
Update morph snapshots to version 75 and bump IDE/CLI dependencies to keep sandboxes aligned with today’s base images.
New Snapshots
updatedAtto 2026-04-01T18:25:22Z.Dependencies
@openai/codexto 0.118.0,@anthropic-ai/claude-codeto 2.1.89,@google/gemini-clito 0.35.3,opencode-aito 1.3.13,codebuffto 1.0.637,@devcontainers/clito 0.85.0,@sourcegraph/ampto 0.0.1775060215-ge9d9b3.Written for commit 62e4e12. Summary will update on new commits.