Skip to content

chore: daily morph snapshot update#1766

Open
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260323-182535
Open

chore: daily morph snapshot update#1766
github-actions[bot] wants to merge 1 commit intomainfrom
morph-snapshot-20260323-182535

Conversation

@github-actions
Copy link
Copy Markdown

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

Updates morph snapshots to v75 and bumps IDE/CLI dependencies so sandboxes use the latest images and tooling.

  • Dependencies

    • Bump @openai/codex 0.104.0 → 0.116.0
    • Bump @anthropic-ai/claude-code 2.1.49 → 2.1.81
    • Bump @google/gemini-cli 0.29.5 → 0.34.0
    • Bump @devcontainers/cli 0.83.2 → 0.84.1
    • Update VS Code extensions: anthropic.claude-code, openai.chatgpt, ms-vscode.vscode-typescript-next, ms-python.python, ms-python.debugpy
  • Migration

    • Start a sandbox session to confirm v75 snapshots load and tools initialize correctly.

Written for commit 758f561. Summary will update on new commits.

@vercel
Copy link
Copy Markdown
Contributor

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

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 23, 2026

Greptile Summary

This is a routine automated daily update that bumps morph snapshot versions and IDE/CLI package versions. Two morph preset presets (4vcpu_16gb_48gb and 8vcpu_32gb_48gb) receive a new version 75 snapshot captured on 2026-03-23, and all tracked IDE extensions and CLI packages are updated to their latest releases.

  • New version 75 snapshots added to the Standard (4 vCPU) and Performance (8 vCPU) workspace presets.
  • ide-deps.json packages and extensions bumped to latest versions, including @anthropic-ai/claude-code (2.1.49 → 2.1.81), @google/gemini-cli (0.29.5 → 0.34.0), opencode-ai (1.2.10 → 1.3.0), and others.
  • The chatgpt VS Code extension version jumps from 0.5.76 to 26.5318.11754, which appears to reflect a versioning scheme change by the publisher.
  • The 6vcpu_24gb_48gb preset is not updated (still only has version 1 from Nov 2025); this appears to be expected behavior for that preset.

Confidence Score: 5/5

  • This automated snapshot update is safe to merge — all changes are additive config data with no logic changes.
  • Changes are purely data/config (JSON files) generated by an automated bot. New snapshot entries follow the established sequential versioning pattern, timestamps are consistent with today's date, and package version bumps are incremental. No code logic is touched.
  • No files require special attention.

Important Files Changed

Filename Overview
configs/ide-deps.json Routine version bumps for IDE extensions and CLI packages; notable version format change for the chatgpt extension (0.5.76 → 26.5318.11754).
packages/shared/src/morph-snapshots.json Adds version 75 snapshot entries to the 4vcpu_16gb_48gb and 8vcpu_32gb_48gb presets; updates top-level updatedAt. The 6vcpu_24gb_48gb preset remains unchanged and still only has version 1.

Sequence Diagram

sequenceDiagram
    participant Bot as github-actions[bot]
    participant CI as CI/CD Pipeline
    participant Morph as Morph Snapshot Service
    participant Repo as manaflow Repository

    Bot->>Morph: Query latest snapshot versions
    Morph-->>Bot: Return new snapshot IDs (v75)
    Bot->>CI: Fetch latest IDE/CLI package versions
    CI-->>Bot: Return updated versions
    Bot->>Repo: Update morph-snapshots.json (v75 entries)
    Bot->>Repo: Update ide-deps.json (bumped versions)
    Repo-->>Bot: PR #1766 created
    Note over Repo: 4vcpu & 8vcpu presets get snapshot v75
    Note over Repo: 6vcpu preset remains at v1 (no new snapshot)
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