Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated daily morph snapshot update that bumps IDE extension versions, CLI package versions, and adds new Morph sandbox snapshot entries (version 75) for the two active presets ( Key changes:
Confidence Score: 4/5Safe to merge after verifying the new snapshots work via a test sandbox session, as outlined in the test plan. Changes are purely configuration/data updates generated by automation — no logic changes are involved. Two minor observations warrant attention: a one-patch version discrepancy between the claude-code extension and its npm package, and the unusual version string format for the chatgpt extension. Neither is likely to cause a runtime issue, but both should be confirmed. The ~6-week gap between snapshot versions is larger than expected for a daily job, suggesting the automation may have been paused or failing, but the resulting data itself appears structurally correct. configs/ide-deps.json — verify the chatgpt extension version string format and the claude-code version discrepancy. Important Files Changed
Sequence DiagramsequenceDiagram
participant GHA as GitHub Actions (Bot)
participant IDEDeps as configs/ide-deps.json
participant Snapshots as morph-snapshots.json
participant Morph as Morph Cloud API
participant Sandbox as Sandbox Instance
GHA->>Morph: Capture new snapshot (v75)
Morph-->>GHA: snapshot_e3wp2fbk (4vcpu), snapshot_k1f41xyp (8vcpu)
GHA->>Snapshots: Append version 75 entries + update updatedAt
GHA->>IDEDeps: Bump extension + npm package versions
GHA->>GHA: Open PR #1778
Note over Sandbox: On next session start
Sandbox->>Snapshots: Read latest snapshotId (v75)
Sandbox->>Morph: Fork snapshot_e3wp2fbk / snapshot_k1f41xyp
Morph-->>Sandbox: Running morphvm instance
Sandbox->>IDEDeps: Install pinned extensions + packages
Reviews (1): Last reviewed commit: "chore: daily morph snapshot update" | Re-trigger Greptile |
| "version": "2.1.90" | ||
| }, | ||
| { | ||
| "publisher": "openai", | ||
| "name": "chatgpt", | ||
| "version": "0.5.76" | ||
| "version": "26.5401.11717" |
There was a problem hiding this comment.
Version mismatch between extension and npm package
The VS Code extension claude-code is pinned to 2.1.90 (line 6) while the npm package @anthropic-ai/claude-code is set to 2.1.91 (line 31). These are typically expected to be in sync. If these are intentionally on different release tracks, a comment explaining the discrepancy would be helpful.
| { | ||
| "publisher": "openai", | ||
| "name": "chatgpt", | ||
| "version": "0.5.76" | ||
| "version": "26.5401.11717" |
There was a problem hiding this comment.
Unusual chatgpt extension version number
The chatgpt extension version jumped from 0.5.76 to 26.5401.11717 — an enormous major version bump with a non-standard version format. While this may reflect a legitimate versioning scheme change by OpenAI for this extension, it's worth double-checking that this is the correct version string and not a build/pipeline artifact being mistaken for a semver string.
Automated daily morph snapshot update.
Changes
Test plan
Summary by cubic
Refreshes Morph snapshots to v75 and bumps IDE/CLI dependencies so new sandboxes use the latest images and tools.
New Snapshots
Dependencies
@openai/codex0.118.0,@anthropic-ai/claude-code2.1.91,@google/gemini-cli0.36.0,opencode-ai1.3.13,codebuff1.0.638,@devcontainers/cli0.85.0,@sourcegraph/amp0.0.1775232488-gb32f0f.Written for commit c3a8b9a. Summary will update on new commits.