feat(plugins): downgrade @pleaseai/code version from 0.1.19 to 0.1.13 - #90
Conversation
Revert all 29 LSP plugin.json files to use @pleaseai/code@0.1.13 instead of 0.1.19 to restore a known stable version of the dependency.
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request systematically reverts the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request reverts the @pleaseai/code dependency to version 0.1.13 across 29 LSP plugin configuration files, aiming to restore a stable version. The changes are consistent and correctly implement the downgrade. However, I've identified a versioning inconsistency: while the dependency version is changed, the plugins' own versions remain unchanged. This can lead to maintainability issues and confusion. I've added a review comment on one of the files explaining the issue and suggesting that the plugin versions should also be updated to reflect this dependency change, which should be applied across all affected files.
Note: Security Review has been skipped due to the limited scope of the PR.
Summary
@pleaseai/code@0.1.13instead of0.1.19@pleaseai/codedependency across all LSP plugin packagesChanges
The following 29 plugin.json files were updated to downgrade the
@pleaseai/codedependency from0.1.19to0.1.13:plugins/astro-lsp/.claude-plugin/plugin.jsonplugins/bash-lsp/.claude-plugin/plugin.jsonplugins/biome-lsp/.claude-plugin/plugin.jsonplugins/clangd-lsp/.claude-plugin/plugin.jsonplugins/csharp-lsp/.claude-plugin/plugin.jsonplugins/dart-lsp/.claude-plugin/plugin.jsonplugins/deno-lsp/.claude-plugin/plugin.jsonplugins/dockerfile-lsp/.claude-plugin/plugin.jsonplugins/elixir-lsp/.claude-plugin/plugin.jsonplugins/eslint-lsp/.claude-plugin/plugin.jsonplugins/fsharp-lsp/.claude-plugin/plugin.jsonplugins/gleam-lsp/.claude-plugin/plugin.jsonplugins/gopls-lsp/.claude-plugin/plugin.jsonplugins/jdtls-lsp/.claude-plugin/plugin.jsonplugins/kotlin-lsp/.claude-plugin/plugin.jsonplugins/lua-lsp/.claude-plugin/plugin.jsonplugins/ocaml-lsp/.claude-plugin/plugin.jsonplugins/oxlint-lsp/.claude-plugin/plugin.jsonplugins/php-lsp/.claude-plugin/plugin.jsonplugins/prisma-lsp/.claude-plugin/plugin.jsonplugins/pyright-lsp/.claude-plugin/plugin.jsonplugins/rubocop-lsp/.claude-plugin/plugin.jsonplugins/rust-analyzer-lsp/.claude-plugin/plugin.jsonplugins/svelte-lsp/.claude-plugin/plugin.jsonplugins/swift-lsp/.claude-plugin/plugin.jsonplugins/terraform-lsp/.claude-plugin/plugin.jsonplugins/texlab-lsp/.claude-plugin/plugin.jsonplugins/yaml-lsp/.claude-plugin/plugin.jsonplugins/zls-lsp/.claude-plugin/plugin.jsonTest Plan
@pleaseai/code@0.1.13Summary by cubic
Downgraded @pleaseai/code from 0.1.19 to 0.1.13 across all LSP plugins. Restores a known stable version to reduce risk of regressions.
Written for commit b85d150. Summary will update on new commits.