diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ad51c3e..70dfce8 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "code-please", - "version": "0.1.22", + "version": "0.1.23", "description": "MCP server and CLI tool for AI-assisted coding with auto-formatting and LSP diagnostics", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63fcc30..2e0b8b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.1.22", - "packages/code": "0.1.13", - "packages/dora": "0.1.9", + ".": "0.1.23", + "packages/code": "0.1.14", + "packages/dora": "0.1.10", "packages/format": "0.1.4", - "packages/lsp": "0.1.9" + "packages/lsp": "0.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d2477..d0210fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.23](https://github.com/pleaseai/code-intelligence/compare/code-please-v0.1.22...code-please-v0.1.23) (2026-07-01) + + +### Features + +* **lsp:** multiplexing LSP server to run multiple servers per extension ([#100](https://github.com/pleaseai/code-intelligence/issues/100)) ([95a84ac](https://github.com/pleaseai/code-intelligence/commit/95a84acf204cd5beb5dbdd3b5a65337e972128e1)) + + +### Bug Fixes + +* **ci:** unblock release pipeline and auto-sync plugin code pins ([#101](https://github.com/pleaseai/code-intelligence/issues/101)) ([8af00cc](https://github.com/pleaseai/code-intelligence/commit/8af00cc27b324cdba39164750c19eab37cd25441)) +* **release:** drop non-functional plugin-pin extra-files, use caret pins ([#104](https://github.com/pleaseai/code-intelligence/issues/104)) ([559a54d](https://github.com/pleaseai/code-intelligence/commit/559a54dcc6e9c2ba4be0dae0d442aece628bbbb4)) + ## [0.1.22](https://github.com/chatbot-pf/code-intelligence/compare/code-please-v0.1.21...code-please-v0.1.22) (2026-03-23) diff --git a/package.json b/package.json index 29d5542..4e683c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-please", "type": "module", - "version": "0.1.22", + "version": "0.1.23", "packageManager": "bun@1.3.5", "description": "Auto-format and type-check hooks for AI coding", "license": "MIT", diff --git a/packages/code/CHANGELOG.md b/packages/code/CHANGELOG.md index 271bcab..58005e7 100644 --- a/packages/code/CHANGELOG.md +++ b/packages/code/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.14](https://github.com/pleaseai/code-intelligence/compare/@pleaseai/code-v0.1.13...@pleaseai/code-v0.1.14) (2026-07-01) + + +### Features + +* **lsp:** multiplexing LSP server to run multiple servers per extension ([#100](https://github.com/pleaseai/code-intelligence/issues/100)) ([95a84ac](https://github.com/pleaseai/code-intelligence/commit/95a84acf204cd5beb5dbdd3b5a65337e972128e1)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @pleaseai/code-lsp bumped to 0.1.10 + ## [0.1.13](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.12...@pleaseai/code-v0.1.13) (2026-01-29) diff --git a/packages/code/package.json b/packages/code/package.json index f5f06ea..c53c467 100644 --- a/packages/code/package.json +++ b/packages/code/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/code", "type": "module", - "version": "0.1.13", + "version": "0.1.14", "description": "Auto-format and type-check hooks for AI coding", "author": "Minsu Lee", "license": "MIT", diff --git a/packages/dora/CHANGELOG.md b/packages/dora/CHANGELOG.md index f61e9d9..a790881 100644 --- a/packages/dora/CHANGELOG.md +++ b/packages/dora/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.10](https://github.com/pleaseai/code-intelligence/compare/@pleaseai/dora-v0.1.9...@pleaseai/dora-v0.1.10) (2026-07-01) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @pleaseai/code-lsp bumped to 0.1.10 + ## [0.1.9](https://github.com/chatbot-pf/code-please/compare/@pleaseai/dora-v0.1.8...@pleaseai/dora-v0.1.9) (2026-01-15) diff --git a/packages/dora/package.json b/packages/dora/package.json index 718e3b3..7d76017 100644 --- a/packages/dora/package.json +++ b/packages/dora/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/dora", "type": "module", - "version": "0.1.9", + "version": "0.1.10", "description": "MCP server for AI-assisted coding with LSP and file tools", "author": "Minsu Lee", "license": "MIT", diff --git a/packages/lsp/CHANGELOG.md b/packages/lsp/CHANGELOG.md index 91ac712..d55d62b 100644 --- a/packages/lsp/CHANGELOG.md +++ b/packages/lsp/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/pleaseai/code-intelligence/compare/@pleaseai/code-lsp-v0.1.9...@pleaseai/code-lsp-v0.1.10) (2026-07-01) + + +### Features + +* **lsp:** multiplexing LSP server to run multiple servers per extension ([#100](https://github.com/pleaseai/code-intelligence/issues/100)) ([95a84ac](https://github.com/pleaseai/code-intelligence/commit/95a84acf204cd5beb5dbdd3b5a65337e972128e1)) + ## [0.1.9](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-lsp-v0.1.8...@pleaseai/code-lsp-v0.1.9) (2026-01-15) diff --git a/packages/lsp/package.json b/packages/lsp/package.json index 832e6a0..0633bc4 100644 --- a/packages/lsp/package.json +++ b/packages/lsp/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/code-lsp", "type": "module", - "version": "0.1.9", + "version": "0.1.10", "description": "LSP client for AI coding tools", "author": "Minsu Lee", "license": "MIT", diff --git a/plugins/astro-lsp/.claude-plugin/plugin.json b/plugins/astro-lsp/.claude-plugin/plugin.json index 6691800..ad1c6bf 100644 --- a/plugins/astro-lsp/.claude-plugin/plugin.json +++ b/plugins/astro-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "astro-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Astro Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/bash-lsp/.claude-plugin/plugin.json b/plugins/bash-lsp/.claude-plugin/plugin.json index fee2992..9356d9f 100644 --- a/plugins/bash-lsp/.claude-plugin/plugin.json +++ b/plugins/bash-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bash-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Bash/Shell Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/biome-lsp/.claude-plugin/plugin.json b/plugins/biome-lsp/.claude-plugin/plugin.json index cc4d130..1f2d38d 100644 --- a/plugins/biome-lsp/.claude-plugin/plugin.json +++ b/plugins/biome-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "biome-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Biome Linter/Formatter for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/clangd-lsp/.claude-plugin/plugin.json b/plugins/clangd-lsp/.claude-plugin/plugin.json index e7e8cbc..5fbea9d 100644 --- a/plugins/clangd-lsp/.claude-plugin/plugin.json +++ b/plugins/clangd-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "clangd-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "C/C++ (Clangd) Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/csharp-lsp/.claude-plugin/plugin.json b/plugins/csharp-lsp/.claude-plugin/plugin.json index 62b25ae..ca2a952 100644 --- a/plugins/csharp-lsp/.claude-plugin/plugin.json +++ b/plugins/csharp-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "csharp-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "C# Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/dart-lsp/.claude-plugin/plugin.json b/plugins/dart-lsp/.claude-plugin/plugin.json index 92cf366..12063ad 100644 --- a/plugins/dart-lsp/.claude-plugin/plugin.json +++ b/plugins/dart-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dart-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Dart Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/deno-lsp/.claude-plugin/plugin.json b/plugins/deno-lsp/.claude-plugin/plugin.json index 4c0d530..aa14982 100644 --- a/plugins/deno-lsp/.claude-plugin/plugin.json +++ b/plugins/deno-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deno-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Deno Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/dockerfile-lsp/.claude-plugin/plugin.json b/plugins/dockerfile-lsp/.claude-plugin/plugin.json index aef70cf..61a6cfd 100644 --- a/plugins/dockerfile-lsp/.claude-plugin/plugin.json +++ b/plugins/dockerfile-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dockerfile-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Dockerfile Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/elixir-lsp/.claude-plugin/plugin.json b/plugins/elixir-lsp/.claude-plugin/plugin.json index 3ffd25f..0a650de 100644 --- a/plugins/elixir-lsp/.claude-plugin/plugin.json +++ b/plugins/elixir-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "elixir-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Elixir Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/eslint-lsp/.claude-plugin/plugin.json b/plugins/eslint-lsp/.claude-plugin/plugin.json index ac0ad40..15ffbb7 100644 --- a/plugins/eslint-lsp/.claude-plugin/plugin.json +++ b/plugins/eslint-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "eslint-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "ESLint Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/fsharp-lsp/.claude-plugin/plugin.json b/plugins/fsharp-lsp/.claude-plugin/plugin.json index c4278a4..b049238 100644 --- a/plugins/fsharp-lsp/.claude-plugin/plugin.json +++ b/plugins/fsharp-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "fsharp-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "F# Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/gleam-lsp/.claude-plugin/plugin.json b/plugins/gleam-lsp/.claude-plugin/plugin.json index dd9512a..8909a4b 100644 --- a/plugins/gleam-lsp/.claude-plugin/plugin.json +++ b/plugins/gleam-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "gleam-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Gleam Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/gopls-lsp/.claude-plugin/plugin.json b/plugins/gopls-lsp/.claude-plugin/plugin.json index 40e2bd8..ed474ed 100644 --- a/plugins/gopls-lsp/.claude-plugin/plugin.json +++ b/plugins/gopls-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "gopls-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Go Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/graphql-lsp/.claude-plugin/plugin.json b/plugins/graphql-lsp/.claude-plugin/plugin.json index 003ae80..7a9973a 100644 --- a/plugins/graphql-lsp/.claude-plugin/plugin.json +++ b/plugins/graphql-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "graphql-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "GraphQL Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/jdtls-lsp/.claude-plugin/plugin.json b/plugins/jdtls-lsp/.claude-plugin/plugin.json index 9d3f1a0..f6ba353 100644 --- a/plugins/jdtls-lsp/.claude-plugin/plugin.json +++ b/plugins/jdtls-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "jdtls-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Java (Eclipse JDTLS) Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/kotlin-lsp/.claude-plugin/plugin.json b/plugins/kotlin-lsp/.claude-plugin/plugin.json index 31ddbb7..35612d1 100644 --- a/plugins/kotlin-lsp/.claude-plugin/plugin.json +++ b/plugins/kotlin-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "kotlin-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Kotlin Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/lua-lsp/.claude-plugin/plugin.json b/plugins/lua-lsp/.claude-plugin/plugin.json index 84fb5cf..f28db61 100644 --- a/plugins/lua-lsp/.claude-plugin/plugin.json +++ b/plugins/lua-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "lua-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Lua Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/ocaml-lsp/.claude-plugin/plugin.json b/plugins/ocaml-lsp/.claude-plugin/plugin.json index 924ea3c..cb2855c 100644 --- a/plugins/ocaml-lsp/.claude-plugin/plugin.json +++ b/plugins/ocaml-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ocaml-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "OCaml Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/oxlint-lsp/.claude-plugin/plugin.json b/plugins/oxlint-lsp/.claude-plugin/plugin.json index 2cf3cc0..64aa9c7 100644 --- a/plugins/oxlint-lsp/.claude-plugin/plugin.json +++ b/plugins/oxlint-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "oxlint-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Oxlint Linter for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/php-lsp/.claude-plugin/plugin.json b/plugins/php-lsp/.claude-plugin/plugin.json index 99e92cd..1a8bd04 100644 --- a/plugins/php-lsp/.claude-plugin/plugin.json +++ b/plugins/php-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "php-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "PHP (Intelephense) Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/prisma-lsp/.claude-plugin/plugin.json b/plugins/prisma-lsp/.claude-plugin/plugin.json index 18fcf57..292855e 100644 --- a/plugins/prisma-lsp/.claude-plugin/plugin.json +++ b/plugins/prisma-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "prisma-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Prisma Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/pyright-lsp/.claude-plugin/plugin.json b/plugins/pyright-lsp/.claude-plugin/plugin.json index fef6ad0..1418760 100644 --- a/plugins/pyright-lsp/.claude-plugin/plugin.json +++ b/plugins/pyright-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "pyright-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Python (Pyright) Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/rubocop-lsp/.claude-plugin/plugin.json b/plugins/rubocop-lsp/.claude-plugin/plugin.json index 5156455..ecd7414 100644 --- a/plugins/rubocop-lsp/.claude-plugin/plugin.json +++ b/plugins/rubocop-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "rubocop-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "RuboCop (Ruby) Linter for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/rust-analyzer-lsp/.claude-plugin/plugin.json b/plugins/rust-analyzer-lsp/.claude-plugin/plugin.json index 615aab8..a11475e 100644 --- a/plugins/rust-analyzer-lsp/.claude-plugin/plugin.json +++ b/plugins/rust-analyzer-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "rust-analyzer-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Rust Analyzer for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/svelte-lsp/.claude-plugin/plugin.json b/plugins/svelte-lsp/.claude-plugin/plugin.json index 665a21c..aecfa15 100644 --- a/plugins/svelte-lsp/.claude-plugin/plugin.json +++ b/plugins/svelte-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "svelte-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Svelte Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/swift-lsp/.claude-plugin/plugin.json b/plugins/swift-lsp/.claude-plugin/plugin.json index 10d3d70..2cf6a4a 100644 --- a/plugins/swift-lsp/.claude-plugin/plugin.json +++ b/plugins/swift-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "swift-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Swift (SourceKit) Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/terraform-lsp/.claude-plugin/plugin.json b/plugins/terraform-lsp/.claude-plugin/plugin.json index 689e012..cc43195 100644 --- a/plugins/terraform-lsp/.claude-plugin/plugin.json +++ b/plugins/terraform-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "terraform-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Terraform Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/texlab-lsp/.claude-plugin/plugin.json b/plugins/texlab-lsp/.claude-plugin/plugin.json index 9735820..e504f39 100644 --- a/plugins/texlab-lsp/.claude-plugin/plugin.json +++ b/plugins/texlab-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "texlab-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "LaTeX (TexLab) Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/typescript-lsp/.claude-plugin/plugin.json b/plugins/typescript-lsp/.claude-plugin/plugin.json index a54783a..07ec884 100644 --- a/plugins/typescript-lsp/.claude-plugin/plugin.json +++ b/plugins/typescript-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "typescript-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "TypeScript/JavaScript Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/vue-lsp/.claude-plugin/plugin.json b/plugins/vue-lsp/.claude-plugin/plugin.json index 288c883..cdaf9ca 100644 --- a/plugins/vue-lsp/.claude-plugin/plugin.json +++ b/plugins/vue-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vue-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Vue Language Server with TypeScript Support for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/yaml-lsp/.claude-plugin/plugin.json b/plugins/yaml-lsp/.claude-plugin/plugin.json index d6c6883..712014c 100644 --- a/plugins/yaml-lsp/.claude-plugin/plugin.json +++ b/plugins/yaml-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "yaml-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "YAML Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": { diff --git a/plugins/zls-lsp/.claude-plugin/plugin.json b/plugins/zls-lsp/.claude-plugin/plugin.json index 9396c5a..ac8078e 100644 --- a/plugins/zls-lsp/.claude-plugin/plugin.json +++ b/plugins/zls-lsp/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "zls-lsp", - "version": "0.1.22", + "version": "0.1.23", "description": "Zig Language Server for Claude Code", "repository": "https://github.com/chatbot-pf/code-please", "author": {