Skip to content

feat(plugins): downgrade @pleaseai/code version from 0.1.19 to 0.1.13 - #90

Merged
amondnet merged 1 commit into
mainfrom
revert/downgrade-code-version-to-0.1.13
Mar 4, 2026
Merged

feat(plugins): downgrade @pleaseai/code version from 0.1.19 to 0.1.13#90
amondnet merged 1 commit into
mainfrom
revert/downgrade-code-version-to-0.1.13

Conversation

@amondnet

@amondnet amondnet commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Reverts all 29 LSP plugin.json files to use @pleaseai/code@0.1.13 instead of 0.1.19
  • Restores a known stable version of the @pleaseai/code dependency across all LSP plugin packages

Changes

The following 29 plugin.json files were updated to downgrade the @pleaseai/code dependency from 0.1.19 to 0.1.13:

  • plugins/astro-lsp/.claude-plugin/plugin.json
  • plugins/bash-lsp/.claude-plugin/plugin.json
  • plugins/biome-lsp/.claude-plugin/plugin.json
  • plugins/clangd-lsp/.claude-plugin/plugin.json
  • plugins/csharp-lsp/.claude-plugin/plugin.json
  • plugins/dart-lsp/.claude-plugin/plugin.json
  • plugins/deno-lsp/.claude-plugin/plugin.json
  • plugins/dockerfile-lsp/.claude-plugin/plugin.json
  • plugins/elixir-lsp/.claude-plugin/plugin.json
  • plugins/eslint-lsp/.claude-plugin/plugin.json
  • plugins/fsharp-lsp/.claude-plugin/plugin.json
  • plugins/gleam-lsp/.claude-plugin/plugin.json
  • plugins/gopls-lsp/.claude-plugin/plugin.json
  • plugins/jdtls-lsp/.claude-plugin/plugin.json
  • plugins/kotlin-lsp/.claude-plugin/plugin.json
  • plugins/lua-lsp/.claude-plugin/plugin.json
  • plugins/ocaml-lsp/.claude-plugin/plugin.json
  • plugins/oxlint-lsp/.claude-plugin/plugin.json
  • plugins/php-lsp/.claude-plugin/plugin.json
  • plugins/prisma-lsp/.claude-plugin/plugin.json
  • plugins/pyright-lsp/.claude-plugin/plugin.json
  • plugins/rubocop-lsp/.claude-plugin/plugin.json
  • plugins/rust-analyzer-lsp/.claude-plugin/plugin.json
  • plugins/svelte-lsp/.claude-plugin/plugin.json
  • plugins/swift-lsp/.claude-plugin/plugin.json
  • plugins/terraform-lsp/.claude-plugin/plugin.json
  • plugins/texlab-lsp/.claude-plugin/plugin.json
  • plugins/yaml-lsp/.claude-plugin/plugin.json
  • plugins/zls-lsp/.claude-plugin/plugin.json

Test Plan

  • Verify all 29 plugin.json files reference @pleaseai/code@0.1.13
  • Confirm LSP plugins load correctly with the downgraded version

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

  • Dependencies
    • Updated 29 plugin.json files to use @pleaseai/code@0.1.13 in bunx args.
    • No other changes; plugins should load as before.

Written for commit b85d150. Summary will update on new commits.

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.
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying code-please with  Cloudflare Pages  Cloudflare Pages

Latest commit: b85d150
Status:🚫  Build failed.

View logs

@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello, 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 @pleaseai/code dependency version in 29 LSP plugin configurations from 0.1.19 back to 0.1.13. The change aims to re-establish stability and ensure proper functionality across the various language servers by utilizing a previously known stable version of the shared dependency.

Highlights

  • Dependency Downgrade: The @pleaseai/code dependency has been downgraded from version 0.1.19 to 0.1.13 across all affected LSP plugin configurations.
  • Widespread Reversion: This change impacts 29 plugin.json files, ensuring a consistent and stable version of the core dependency across various Language Server Protocol (LSP) plugins.
  • Stability Restoration: The primary goal of this reversion is to restore a known stable version of the @pleaseai/code dependency, likely addressing issues introduced in the newer version.
Changelog
  • plugins/astro-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/bash-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/biome-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/clangd-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/csharp-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/dart-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/deno-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/dockerfile-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/elixir-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/eslint-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/fsharp-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/gleam-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/gopls-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/jdtls-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/kotlin-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/lua-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/ocaml-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/oxlint-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/php-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/prisma-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/pyright-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/rubocop-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/rust-analyzer-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/svelte-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/swift-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/terraform-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/texlab-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/yaml-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
  • plugins/zls-lsp/.claude-plugin/plugin.json
    • Downgraded @pleaseai/code dependency from 0.1.19 to 0.1.13.
Activity
  • No specific review comments or activity have been recorded for this pull request yet.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 29 files

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Comment thread plugins/astro-lsp/.claude-plugin/plugin.json
@amondnet amondnet changed the title revert(plugins): downgrade @pleaseai/code version from 0.1.19 to 0.1.13 feat(plugins): downgrade @pleaseai/code version from 0.1.19 to 0.1.13 Mar 4, 2026
@amondnet
amondnet merged commit b51b87c into main Mar 4, 2026
4 of 5 checks passed
@amondnet
amondnet deleted the revert/downgrade-code-version-to-0.1.13 branch March 4, 2026 00:48
@passionfactory-bot passionfactory-bot Bot mentioned this pull request Mar 4, 2026
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.

1 participant