chore: daily morph snapshot update#1869
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis automated PR appends version 75 morph snapshots to the Standard and Performance workspace presets and bumps all IDE extension and CLI package versions to their latest releases.
Confidence Score: 4/5Safe to merge; both changes are additive data updates with no logic modifications. Manual verification that the new sandbox snapshots boot correctly is recommended per the test plan. Both files are static JSON data updated by automation. The snapshot additions are append-only and the 6vcpu_24gb_48gb preset's unchanged state and the updatedAt timestamp lag are pre-existing patterns rather than new regressions introduced here. packages/shared/src/morph-snapshots.json — the 6vcpu preset skipped by the update and the updatedAt timestamp discrepancy are worth a second look. Important Files Changed
Entity Relationship Diagram%%{init: {'theme': 'neutral'}}%%
erDiagram
MORPH_SNAPSHOTS {
int schemaVersion
datetime updatedAt
}
PRESET_STANDARD_4VCPU {
string presetId "4vcpu_16gb_48gb"
int latestVersion "75 (NEW)"
string latestSnapshotId "snapshot_onrtnjpk"
datetime latestCapturedAt "2026-06-30T18:54:47Z"
}
PRESET_PERFORMANCE_8VCPU {
string presetId "8vcpu_32gb_48gb"
int latestVersion "75 (NEW)"
string latestSnapshotId "snapshot_zund26y4"
datetime latestCapturedAt "2026-06-30T18:44:00Z"
}
PRESET_6VCPU {
string presetId "6vcpu_24gb_48gb"
int latestVersion "1 (unchanged)"
string latestSnapshotId "snapshot_pcmfvjra"
datetime latestCapturedAt "2025-11-18T22:38:55Z"
}
MORPH_SNAPSHOTS ||--|| PRESET_STANDARD_4VCPU : "updatedAt matches 8vcpu capturedAt (not latest)"
MORPH_SNAPSHOTS ||--|| PRESET_PERFORMANCE_8VCPU : contains
MORPH_SNAPSHOTS ||--|| PRESET_6VCPU : "not updated"
%%{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"}}}%%
erDiagram
MORPH_SNAPSHOTS {
int schemaVersion
datetime updatedAt
}
PRESET_STANDARD_4VCPU {
string presetId "4vcpu_16gb_48gb"
int latestVersion "75 (NEW)"
string latestSnapshotId "snapshot_onrtnjpk"
datetime latestCapturedAt "2026-06-30T18:54:47Z"
}
PRESET_PERFORMANCE_8VCPU {
string presetId "8vcpu_32gb_48gb"
int latestVersion "75 (NEW)"
string latestSnapshotId "snapshot_zund26y4"
datetime latestCapturedAt "2026-06-30T18:44:00Z"
}
PRESET_6VCPU {
string presetId "6vcpu_24gb_48gb"
int latestVersion "1 (unchanged)"
string latestSnapshotId "snapshot_pcmfvjra"
datetime latestCapturedAt "2025-11-18T22:38:55Z"
}
MORPH_SNAPSHOTS ||--|| PRESET_STANDARD_4VCPU : "updatedAt matches 8vcpu capturedAt (not latest)"
MORPH_SNAPSHOTS ||--|| PRESET_PERFORMANCE_8VCPU : contains
MORPH_SNAPSHOTS ||--|| PRESET_6VCPU : "not updated"
|
| { | ||
| "schemaVersion": 1, | ||
| "updatedAt": "2026-02-20T21:41:19Z", | ||
| "updatedAt": "2026-06-30T18:44:00Z", |
There was a problem hiding this comment.
updatedAt lags the most recent snapshot capture time
The top-level updatedAt is 2026-06-30T18:44:00Z, which matches the 8vcpu_32gb_48gb version 75 capturedAt. However, the 4vcpu_16gb_48gb version 75 was captured at 18:54:47Z — 10 minutes later. If any code treats updatedAt as the canonical "freshness" timestamp, it will underreport by ~10 minutes, which could cause stale-data checks to pass prematurely. The pattern has been consistent across prior updates (the previous updatedAt always matched the 8vcpu preset), so this appears to be a systematic quirk in the generation script rather than a one-off mistake.
Automated daily morph snapshot update.
Changes
Test plan
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Summary by cubic
Updates morph snapshots to v75 for the default and large presets, and refreshes timestamps. Also bumps IDE extensions and dev tooling to keep sandbox and editor in sync.
anthropic.claude-code2.1.197,openai.chatgpt26.5623.61825,ms-vscode.vscode-typescript-next6.0.20260416,ms-python.python2026.5.2026061001,ms-python.debugpy2026.7.11751011@openai/codex0.142.4,@anthropic-ai/claude-code2.1.197,@google/gemini-cli0.49.0,opencode-ai1.17.11,codebuff1.0.682,@devcontainers/cli0.87.0,@sourcegraph/amp0.0.1782832626-gf03bb9Written for commit 8a2e6e3. Summary will update on new commits.