chore: daily morph snapshot update#1871
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis automated daily maintenance PR appends morph snapshot version 75 to the Standard and Performance workspace presets and bumps all tracked IDE extension and CLI package versions to their latest releases. No logic is modified — both files are purely data updates.
Confidence Score: 5/5Routine automated data update — both files are additive JSON changes with no logic modifications. Both files contain only data updates generated by automation. Snapshot entries are structurally consistent with all prior versions, timestamps match today's date, and the openai/chatgpt extension version format change is confirmed as an intentional upstream versioning scheme change by OpenAI. Manual sandbox boot verification (as noted in the test plan) is the only recommended step. No files require special attention; both changes are clean additive data updates. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Daily Automation Trigger] --> B[Capture morph snapshots]
B --> C{Snapshot available?}
C -->|Yes| D[Append new version entry to preset]
C -->|No / Skipped| E[Leave preset unchanged]
D --> F1[4vcpu_16gb_48gb → v75: snapshot_b8j3eq8h]
D --> F2[8vcpu_32gb_48gb → v75: snapshot_gfdw68lc]
E --> F3[6vcpu_24gb_48gb → stays at v1]
F1 & F2 & F3 --> G[Update morph-snapshots.json updatedAt]
G --> H[Fetch latest IDE extension versions]
H --> I[Update configs/ide-deps.json]
I --> J[Open PR]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[Daily Automation Trigger] --> B[Capture morph snapshots]
B --> C{Snapshot available?}
C -->|Yes| D[Append new version entry to preset]
C -->|No / Skipped| E[Leave preset unchanged]
D --> F1[4vcpu_16gb_48gb → v75: snapshot_b8j3eq8h]
D --> F2[8vcpu_32gb_48gb → v75: snapshot_gfdw68lc]
E --> F3[6vcpu_24gb_48gb → stays at v1]
F1 & F2 & F3 --> G[Update morph-snapshots.json updatedAt]
G --> H[Fetch latest IDE extension versions]
H --> I[Update configs/ide-deps.json]
I --> J[Open PR]
Reviews (1): Last reviewed commit: "chore: daily morph snapshot update" | Re-trigger Greptile |
Automated daily morph snapshot update.
Changes
Test plan
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Summary by cubic
Refreshed daily morph snapshots and bumped dev tooling to latest tested versions. Adds snapshot v75 across presets and updates IDE/CLI dependencies.
Dependencies
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/amp.Migration
Written for commit 3b3dd95. Summary will update on new commits.