Skip to content

Commit e680f35

Browse files
chore: release main
1 parent 8e820e7 commit e680f35

10 files changed

Lines changed: 60 additions & 9 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-please",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "MCP server and CLI tool for AI-assisted coding with auto-formatting and LSP diagnostics",
55
"repository": "https://github.com/chatbot-pf/code-please",
66
"author": {

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "0.1.2",
3-
"packages/code": "0.1.1",
4-
"packages/dora": "0.1.0",
2+
".": "0.1.3",
3+
"packages/code": "0.1.2",
4+
"packages/dora": "0.1.1",
55
"packages/format": "0.1.0",
6-
"packages/lsp": "0.1.0"
6+
"packages/lsp": "0.1.1"
77
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.2...code-please-v0.1.3) (2025-12-17)
4+
5+
6+
### Features
7+
8+
* add @pleaseai/code package with LSP hooks and npm distribution ([8361095](https://github.com/chatbot-pf/code-please/commit/83610954436d71d897c3beb4162946c2eb9efb57))
9+
* **lsp:** add Dart Language Server support ([#9](https://github.com/chatbot-pf/code-please/issues/9)) ([c0a42d5](https://github.com/chatbot-pf/code-please/commit/c0a42d52f232078e717b03a67f494a81d93bb092))
10+
* **lsp:** add Kotlin Language Server support ([#7](https://github.com/chatbot-pf/code-please/issues/7)) ([f71d8dd](https://github.com/chatbot-pf/code-please/commit/f71d8dd83bdee90cebcc147064b9d5bd77a71497))
11+
* **lsp:** add oxlint LSP server support ([#4](https://github.com/chatbot-pf/code-please/issues/4)) ([b233bb3](https://github.com/chatbot-pf/code-please/commit/b233bb36ea95b2ca44d0878629ad5d148da04481))
12+
* **lsp:** add Vue Language Server support ([#12](https://github.com/chatbot-pf/code-please/issues/12)) ([8e820e7](https://github.com/chatbot-pf/code-please/commit/8e820e7371c87ed95b6079081783c870411ba925))
13+
14+
15+
### Bug Fixes
16+
17+
* correct .mcp.json structure with mcpServers wrapper ([cf9c1ac](https://github.com/chatbot-pf/code-please/commit/cf9c1ac99d195cf4b762bea7e6ea5bfdd9653f2c))
18+
319
## [0.1.2](https://github.com/chatbot-pf/code-please/compare/v0.1.1...v0.1.2) (2025-12-17)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-please",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"packageManager": "bun@1.3.3",
66
"description": "Auto-format and type-check hooks for AI coding",
77
"workspaces": [

packages/code/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.1...@pleaseai/code-v0.1.2) (2025-12-17)
4+
5+
6+
### Features
7+
8+
* add @pleaseai/code package with LSP hooks and npm distribution ([8361095](https://github.com/chatbot-pf/code-please/commit/83610954436d71d897c3beb4162946c2eb9efb57))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @pleaseai/code-lsp bumped to 0.1.1
16+
317
## [0.1.1](https://github.com/chatbot-pf/code-please/compare/v0.1.0...v0.1.1) (2025-12-17)
418

519

packages/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pleaseai/code",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Auto-format and type-check hooks for AI coding",
66
"author": "Minsu Lee",
77
"license": "MIT",

packages/dora/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/chatbot-pf/code-please/compare/@pleaseai/dora-v0.1.0...@pleaseai/dora-v0.1.1) (2025-12-17)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @pleaseai/code-lsp bumped to 0.1.1

packages/dora/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pleaseai/dora",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "MCP server for JetBrains IDE integration",
66
"author": "Minsu Lee",
77
"license": "MIT",

packages/lsp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-lsp-v0.1.0...@pleaseai/code-lsp-v0.1.1) (2025-12-17)
4+
5+
6+
### Features
7+
8+
* **lsp:** add Dart Language Server support ([#9](https://github.com/chatbot-pf/code-please/issues/9)) ([c0a42d5](https://github.com/chatbot-pf/code-please/commit/c0a42d52f232078e717b03a67f494a81d93bb092))
9+
* **lsp:** add Kotlin Language Server support ([#7](https://github.com/chatbot-pf/code-please/issues/7)) ([f71d8dd](https://github.com/chatbot-pf/code-please/commit/f71d8dd83bdee90cebcc147064b9d5bd77a71497))
10+
* **lsp:** add oxlint LSP server support ([#4](https://github.com/chatbot-pf/code-please/issues/4)) ([b233bb3](https://github.com/chatbot-pf/code-please/commit/b233bb36ea95b2ca44d0878629ad5d148da04481))
11+
* **lsp:** add Vue Language Server support ([#12](https://github.com/chatbot-pf/code-please/issues/12)) ([8e820e7](https://github.com/chatbot-pf/code-please/commit/8e820e7371c87ed95b6079081783c870411ba925))

packages/lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pleaseai/code-lsp",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "LSP client for AI coding tools",
66
"author": "Minsu Lee",
77
"license": "MIT",

0 commit comments

Comments
 (0)