Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "code-please",
"version": "0.1.23",
"version": "0.1.24",
"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": {
Expand Down
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
".": "0.1.23",
"packages/code": "0.1.14",
"packages/dora": "0.1.10",
".": "0.1.24",
"packages/code": "0.1.15",
"packages/dora": "0.1.11",
"packages/format": "0.1.4",
"packages/lsp": "0.1.10"
"packages/lsp": "0.1.11"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.24](https://github.com/pleaseai/code-intelligence/compare/code-please-v0.1.23...code-please-v0.1.24) (2026-07-16)


### Features

* **lsp:** add native TypeScript 7 (typescript-go) LSP support ([#120](https://github.com/pleaseai/code-intelligence/issues/120)) ([4989812](https://github.com/pleaseai/code-intelligence/commit/498981205a91f08b4dc25e40402b0ef6485b7167))


### Bug Fixes

* resolve leftover stash conflict markers in .claude/settings.json ([#106](https://github.com/pleaseai/code-intelligence/issues/106)) ([2ed8a3a](https://github.com/pleaseai/code-intelligence/commit/2ed8a3a429fb5ad8e683e608bc90863f26cb685a))

## [0.1.23](https://github.com/pleaseai/code-intelligence/compare/code-please-v0.1.22...code-please-v0.1.23) (2026-07-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "code-please",
"type": "module",
"version": "0.1.23",
"version": "0.1.24",
"packageManager": "bun@1.3.5",
"description": "Auto-format and type-check hooks for AI coding",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/code/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.15](https://github.com/pleaseai/code-intelligence/compare/@pleaseai/code-v0.1.14...@pleaseai/code-v0.1.15) (2026-07-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @pleaseai/code-lsp bumped to 0.1.11

## [0.1.14](https://github.com/pleaseai/code-intelligence/compare/@pleaseai/code-v0.1.13...@pleaseai/code-v0.1.14) (2026-07-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/code",
"type": "module",
"version": "0.1.14",
"version": "0.1.15",
"description": "Auto-format and type-check hooks for AI coding",
"author": "Minsu Lee",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/dora/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.11](https://github.com/pleaseai/code-intelligence/compare/@pleaseai/dora-v0.1.10...@pleaseai/dora-v0.1.11) (2026-07-16)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @pleaseai/code-lsp bumped to 0.1.11

## [0.1.10](https://github.com/pleaseai/code-intelligence/compare/@pleaseai/dora-v0.1.9...@pleaseai/dora-v0.1.10) (2026-07-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/dora/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/dora",
"type": "module",
"version": "0.1.10",
"version": "0.1.11",
"description": "MCP server for AI-assisted coding with LSP and file tools",
"author": "Minsu Lee",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/lsp/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.11](https://github.com/pleaseai/code-intelligence/compare/@pleaseai/code-lsp-v0.1.10...@pleaseai/code-lsp-v0.1.11) (2026-07-16)


### Features

* **lsp:** add native TypeScript 7 (typescript-go) LSP support ([#120](https://github.com/pleaseai/code-intelligence/issues/120)) ([4989812](https://github.com/pleaseai/code-intelligence/commit/498981205a91f08b4dc25e40402b0ef6485b7167))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/lsp/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/code-lsp",
"type": "module",
"version": "0.1.10",
"version": "0.1.11",
"description": "LSP client for AI coding tools",
"author": "Minsu Lee",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/astro-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "astro-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Astro Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/bash-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "bash-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Bash/Shell Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/biome-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "biome-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Biome Linter/Formatter for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/clangd-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "clangd-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "C/C++ (Clangd) Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/csharp-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "csharp-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "C# Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/dart-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "dart-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Dart Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/deno-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "deno-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Deno Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/dockerfile-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "dockerfile-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Dockerfile Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/elixir-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "elixir-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Elixir Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/eslint-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "ESLint Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/fsharp-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "fsharp-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "F# Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/gleam-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "gleam-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Gleam Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/gopls-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "gopls-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Go Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphql-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "GraphQL Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/jdtls-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "jdtls-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Java (Eclipse JDTLS) Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/kotlin-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "kotlin-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Kotlin Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/lua-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "lua-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Lua Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/ocaml-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "ocaml-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "OCaml Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/oxlint-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "oxlint-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Oxlint Linter for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/php-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "php-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "PHP (Intelephense) Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/prisma-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Prisma Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/pyright-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "pyright-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Python (Pyright) Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/rubocop-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "rubocop-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "RuboCop (Ruby) Linter for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/rust-analyzer-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "rust-analyzer-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Rust Analyzer for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/svelte-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Svelte Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/swift-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "swift-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Swift (SourceKit) Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/terraform-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "terraform-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Terraform Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/texlab-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "texlab-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "LaTeX (TexLab) Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/typescript-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "TypeScript/JavaScript Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/vue-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "vue-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Vue Language Server with TypeScript Support for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/yaml-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "yaml-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "YAML Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/zls-lsp/.claude-plugin/plugin.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "zls-lsp",
"version": "0.1.23",
"version": "0.1.24",
"description": "Zig Language Server for Claude Code",
"repository": "https://github.com/chatbot-pf/code-please",
"author": {
Expand Down
Loading