Skip to content

chore: daily morph snapshot update#1768

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260325-182835
Open

chore: daily morph snapshot update#1768
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260325-182835

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Mar 25, 2026

Automated daily morph snapshot update.

Changes

  • Updated morph snapshots to latest version
  • Updated IDE extension and CLI package versions

Test plan

  • Verify new snapshots work by starting a sandbox session

Summary by cubic

Refreshed morph snapshots to v75 for the 4vcpu_16gb_48gb and 8vcpu_32gb_96gb presets (updatedAt 2026-03-25). Also bumped IDE extensions and CLI packages in configs/ide-deps.json to the latest versions.

  • Dependencies
    • VS Code extensions: anthropic/claude-code 2.1.83; openai/chatgpt 26.5323.20928; ms-vscode/vscode-typescript-next 6.0.20260324; ms-python/python 2026.5.2026031201; ms-python/debugpy 2026.3.10831008
    • Packages: @openai/codex 0.116.0; @anthropic-ai/claude-code 2.1.83; @google/gemini-cli 0.35.0; opencode-ai 1.3.2; codebuff 1.0.634; @devcontainers/cli 0.84.1; @sourcegraph/amp 0.0.1774459691-g285216

Written for commit a709764. Summary will update on new commits.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Mar 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cmux-client Ready Ready Preview, Comment Mar 25, 2026 6:32pm
cmux-www Ready Ready Preview, Comment Mar 25, 2026 6:32pm

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Mar 25, 2026

Greptile Summary

This is an automated daily update that bumps IDE extension/CLI package versions and appends version 75 morph snapshots for both sandbox presets (4vcpu_16gb_48gb and 8vcpu_32gb_100gb).

  • configs/ide-deps.json: All five IDE extensions and seven CLI packages receive version increments. The most notable jump is the chatgpt VS Code extension going from 0.5.7626.5323.20928, which appears to reflect a new date/build-based versioning scheme adopted by OpenAI rather than a traditional semver bump.
  • packages/shared/src/morph-snapshots.json: Appends version: 75 snapshot entries (snapshot_7wej1obz and snapshot_c3dndkan) to both presets and refreshes the top-level updatedAt timestamp to 2026-03-25T18:28:35Z.
  • No logic changes, no structural JSON changes — purely a data refresh driven by the daily automation workflow.

Confidence Score: 5/5

  • Routine automated snapshot and version-bump PR with no logic changes; safe to merge after a quick sandbox smoke-test.
  • Both files contain only data updates (version strings and snapshot metadata). The JSON structure is valid and consistent with historical entries. No code paths are modified, and the only action item is the test plan's smoke-test of the new snapshots in a sandbox session.
  • No files require special attention.

Important Files Changed

Filename Overview
configs/ide-deps.json Bumps IDE extension versions (claude-code, chatgpt, typescript-next, python, debugpy) and CLI package versions; all changes are version increments with no structural changes. The chatgpt extension version jump from 0.5.76 to 26.5323.20928 is unusual but likely reflects a new date-based versioning scheme from OpenAI.
packages/shared/src/morph-snapshots.json Adds version 75 snapshots for both the 4vcpu_16gb_48gb and 8vcpu_32gb_100gb presets; updates the top-level updatedAt timestamp to match the latest capture time. JSON structure is consistent with all prior entries.

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions (daily cron)
    participant IDEDeps as configs/ide-deps.json
    participant Snapshots as morph-snapshots.json
    participant Sandbox as Sandbox Session

    GHA->>IDEDeps: Bump extension & package versions
    Note over IDEDeps: claude-code 2.1.49→2.1.83<br/>chatgpt 0.5.76→26.5323.20928<br/>+ 5 other packages
    GHA->>Snapshots: Append version 75 snapshots
    Note over Snapshots: snapshot_7wej1obz (4vcpu_16gb_48gb)<br/>snapshot_c3dndkan (8vcpu_32gb_100gb)
    GHA->>GHA: Open PR #1768
    Sandbox-->>Snapshots: Reads latest snapshot on session start
    Note over Sandbox: Smoke-test: verify v75 snapshots boot correctly
Loading

Reviews (1): Last reviewed commit: "chore: daily morph snapshot update" | Re-trigger Greptile

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants