-
Notifications
You must be signed in to change notification settings - Fork 50
chore: daily morph snapshot update #1778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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
8
to
+11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The |
||
| }, | ||
| { | ||
| "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" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The VS Code extension
claude-codeis pinned to2.1.90(line 6) while the npm package@anthropic-ai/claude-codeis set to2.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.