Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions configs/ide-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
{
"publisher": "anthropic",
"name": "claude-code",
"version": "2.1.49"
"version": "2.1.90"
},
{
"publisher": "openai",
"name": "chatgpt",
"version": "0.5.76"
"version": "26.5401.11717"
Comment on lines +6 to +11
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 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.

Comment on lines 8 to +11
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 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.

},
{
"publisher": "ms-vscode",
"name": "vscode-typescript-next",
"version": "6.0.20260219"
"version": "6.0.20260401"
},
{
"publisher": "ms-python",
"name": "python",
"version": "2026.2.2026021801"
"version": "2026.5.2026032701"
},
{
"publisher": "ms-python",
"name": "debugpy",
"version": "2025.19.2026021801"
"version": "2026.3.2026032701"
}
],
"packages": {
"@openai/codex": "0.104.0",
"@anthropic-ai/claude-code": "2.1.49",
"@google/gemini-cli": "0.29.5",
"opencode-ai": "1.2.10",
"codebuff": "1.0.620",
"@devcontainers/cli": "0.83.2",
"@sourcegraph/amp": "0.0.1771617794-g7c5b43"
"@openai/codex": "0.118.0",
"@anthropic-ai/claude-code": "2.1.91",
"@google/gemini-cli": "0.36.0",
"opencode-ai": "1.3.13",
"codebuff": "1.0.638",
"@devcontainers/cli": "0.85.0",
"@sourcegraph/amp": "0.0.1775232488-gb32f0f"
}
}
12 changes: 11 additions & 1 deletion packages/shared/src/morph-snapshots.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"updatedAt": "2026-02-20T21:41:19Z",
"updatedAt": "2026-04-03T18:20:17Z",
"presets": [
{
"presetId": "4vcpu_16gb_48gb",
Expand Down Expand Up @@ -378,6 +378,11 @@
"version": 74,
"snapshotId": "snapshot_9qig5lrf",
"capturedAt": "2026-02-20T21:43:31Z"
},
{
"version": 75,
"snapshotId": "snapshot_e3wp2fbk",
"capturedAt": "2026-04-03T18:20:55Z"
}
],
"description": "Great default for day-to-day work. Balanced CPU, memory, and storage."
Expand Down Expand Up @@ -758,6 +763,11 @@
"version": 74,
"snapshotId": "snapshot_a7gvqjip",
"capturedAt": "2026-02-20T21:41:19Z"
},
{
"version": 75,
"snapshotId": "snapshot_k1f41xyp",
"capturedAt": "2026-04-03T18:20:17Z"
}
],
"description": "Extra headroom for larger codebases or heavier workloads."
Expand Down