chore: daily morph snapshot update#1841
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis automated PR bumps morph snapshot versions and IDE/CLI dependency versions as part of a daily update routine. No logic changes are present — all diffs are version strings and snapshot metadata.
Confidence Score: 5/5Routine automated metadata update with no logic changes — safe to merge after verifying the new snapshots start a sandbox session successfully. Both files contain only version strings and snapshot metadata. The new snapshot entries follow the established format exactly, and all package/extension version bumps appear to be legitimate upstream releases picked up by the daily automation. No files require special attention, though a quick sandbox smoke test against the new version-75 snapshots is advisable per the test plan. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Automated Daily Job] --> B[Fetch latest morph snapshots]
A --> C[Fetch latest IDE/CLI versions]
B --> D[morph-snapshots.json\nAdd version 75 to both presets\nUpdate top-level updatedAt]
C --> E[ide-deps.json\nUpdate extension versions\nUpdate package versions]
D --> F[PR: chore/daily morph snapshot update]
E --> F
F --> G{Sandbox test\nVerify new snapshots}
G -->|Pass| H[Merge to main]
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
Refreshes morph snapshots and bumps IDE/CLI dependencies to keep sandboxes up to date. Adds snapshot version 75 for the
4vcpu_16gb_48gband8vcpu_32gb_96gbpresets, and updates@openai/codex,@anthropic-ai/claude-code,@google/gemini-cli,opencode-ai,codebuff,@devcontainers/cli, and@sourcegraph/amp.Written for commit c75aee8. Summary will update on new commits.