Skip to content

chore: daily morph snapshot update#1774

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260331-182958
Open

chore: daily morph snapshot update#1774
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260331-182958

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Mar 31, 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

Refreshes morph snapshots to the latest v75 (captured 2026-03-31) and bumps IDE extensions and tooling packages to keep sandbox environments in sync.

  • Dependencies
    • VS Code extensions: Claude Code 2.1.88, ChatGPT 26.5325.31654, TypeScript Nightly 6.0.20260324, Python 2026.5.2026032701, Debugpy 2026.3.2026032701
    • Packages: @openai/codex 0.118.0, @anthropic-ai/claude-code 2.1.87, @google/gemini-cli 0.35.3, opencode-ai 1.3.10, codebuff 1.0.636, @devcontainers/cli 0.85.0, @sourcegraph/amp 0.0.1774973894-g4efe21

Written for commit 69ad48a. Summary will update on new commits.

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 31, 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 31, 2026 6:34pm
cmux-www Ready Ready Preview, Comment Mar 31, 2026 6:34pm

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 31, 2026

Greptile Summary

This automated PR appends new morph snapshot version 75 to both active workspace presets (4vcpu_16gb_48gb and 8vcpu_32gb_48gb) and bumps all tracked IDE extensions and CLI packages to their latest published versions.

  • packages/shared/src/morph-snapshots.json: version 75 added to both active presets (snapshot_55pyoftn for the Standard workspace and snapshot_7stk3y3t for the Performance workspace); the third preset (6vcpu_24gb_48gb) is intentionally not updated, consistent with its long-standing single-version state.
  • configs/ide-deps.json: all extension and package pins refreshed — notable jumps include @openai/codex (0.104.0 → 0.118.0), @anthropic-ai/claude-code CLI (2.1.49 → 2.1.87), @google/gemini-cli (0.29.5 → 0.35.3), and opencode-ai (1.2.10 → 1.3.10).
  • All new snapshot IDs pass the snapshot_[a-z0-9]+ regex required by morphSnapshotVersionSchema, and version numbers are strictly increasing as enforced by the schema validation in morph-snapshots.ts.

Confidence Score: 5/5

Safe to merge — automated data-only update with no logic changes.

All changes are purely additive data updates generated by the existing automated snapshot workflow. The new snapshot entries conform to the established schema, version numbers increment correctly, and all package bumps are straightforward version pin advances. No logic, API contracts, or schema definitions were altered.

No files require special attention.

Important Files Changed

Filename Overview
packages/shared/src/morph-snapshots.json Appends snapshot version 75 to both active presets (4vcpu_16gb_48gb and 8vcpu_32gb_48gb); the third preset (6vcpu_24gb_48gb) is unchanged, consistent with prior behavior. Version numbering is strictly increasing and all snapshot IDs match the required pattern.
configs/ide-deps.json Bumps all tracked IDE extensions and CLI packages to their latest published versions; @anthropic-ai/claude-code CLI (2.1.87) is one minor version behind the VS Code extension (2.1.88), which is expected as they release independently.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Daily Morph Snapshot Workflow] --> B[scripts/snapshot.py]
    B --> C{Snapshot captured?}
    C -- Yes --> D[Update morph-snapshots.json +version 75 for each preset]
    C -- Yes --> E[Bump ide-deps.json extension & package versions]
    D --> F[4vcpu_16gb_48gb snapshot_55pyoftn v75]
    D --> G[8vcpu_32gb_48gb snapshot_7stk3y3t v75]
    D --> H[6vcpu_24gb_48gb no update — unchanged]
    E --> I[claude-code 2.1.88, codex 0.118.0, gemini-cli 0.35.3]
    F & G & I --> J[PR opened against main]
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