Skip to content

Commit a566aa7

Browse files
chore: release main (#49)
Co-authored-by: passionfactory-bot[bot] <230179506+passionfactory-bot[bot]@users.noreply.github.com>
1 parent 2851b5a commit a566aa7

10 files changed

Lines changed: 125 additions & 18 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 50 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"lspServers": {
1010
"biome": {
1111
"command": "bunx",
12-
"args": ["@pleaseai/code", "lsp-server", "biome"],
12+
"args": [
13+
"@pleaseai/code",
14+
"lsp-server",
15+
"biome"
16+
],
1317
"extensionToLanguage": {
1418
".ts": "typescript",
1519
".tsx": "typescriptreact",
@@ -32,21 +36,33 @@
3236
},
3337
"vue": {
3438
"command": "bunx",
35-
"args": ["@pleaseai/code", "lsp-server", "vue"],
39+
"args": [
40+
"@pleaseai/code",
41+
"lsp-server",
42+
"vue"
43+
],
3644
"extensionToLanguage": {
3745
".vue": "vue"
3846
}
3947
},
4048
"svelte": {
4149
"command": "bunx",
42-
"args": ["@pleaseai/code", "lsp-server", "svelte"],
50+
"args": [
51+
"@pleaseai/code",
52+
"lsp-server",
53+
"svelte"
54+
],
4355
"extensionToLanguage": {
4456
".svelte": "svelte"
4557
}
4658
},
4759
"deno": {
4860
"command": "bunx",
49-
"args": ["@pleaseai/code", "lsp-server", "deno"],
61+
"args": [
62+
"@pleaseai/code",
63+
"lsp-server",
64+
"deno"
65+
],
5066
"extensionToLanguage": {
5167
".ts": "typescript",
5268
".tsx": "typescriptreact",
@@ -57,36 +73,56 @@
5773
},
5874
"kotlin": {
5975
"command": "bunx",
60-
"args": ["@pleaseai/code", "lsp-server", "kotlin"],
76+
"args": [
77+
"@pleaseai/code",
78+
"lsp-server",
79+
"kotlin"
80+
],
6181
"extensionToLanguage": {
6282
".kt": "kotlin",
6383
".kts": "kotlin"
6484
}
6585
},
6686
"dart": {
6787
"command": "bunx",
68-
"args": ["@pleaseai/code", "lsp-server", "dart"],
88+
"args": [
89+
"@pleaseai/code",
90+
"lsp-server",
91+
"dart"
92+
],
6993
"extensionToLanguage": {
7094
".dart": "dart"
7195
}
7296
},
7397
"prisma": {
7498
"command": "bunx",
75-
"args": ["@pleaseai/code", "lsp-server", "prisma"],
99+
"args": [
100+
"@pleaseai/code",
101+
"lsp-server",
102+
"prisma"
103+
],
76104
"extensionToLanguage": {
77105
".prisma": "prisma"
78106
}
79107
},
80108
"astro": {
81109
"command": "bunx",
82-
"args": ["@pleaseai/code", "lsp-server", "astro"],
110+
"args": [
111+
"@pleaseai/code",
112+
"lsp-server",
113+
"astro"
114+
],
83115
"extensionToLanguage": {
84116
".astro": "astro"
85117
}
86118
},
87119
"eslint": {
88120
"command": "bunx",
89-
"args": ["@pleaseai/code", "lsp-server", "eslint"],
121+
"args": [
122+
"@pleaseai/code",
123+
"lsp-server",
124+
"eslint"
125+
],
90126
"extensionToLanguage": {
91127
".ts": "typescript",
92128
".tsx": "typescriptreact",
@@ -101,7 +137,11 @@
101137
},
102138
"oxlint": {
103139
"command": "bunx",
104-
"args": ["@pleaseai/code", "lsp-server", "oxlint"],
140+
"args": [
141+
"@pleaseai/code",
142+
"lsp-server",
143+
"oxlint"
144+
],
105145
"extensionToLanguage": {
106146
".ts": "typescript",
107147
".tsx": "typescriptreact",

.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.11",
3-
"packages/code": "0.1.7",
4-
"packages/dora": "0.1.6",
2+
".": "0.1.12",
3+
"packages/code": "0.1.8",
4+
"packages/dora": "0.1.7",
55
"packages/format": "0.1.2",
6-
"packages/lsp": "0.1.6"
6+
"packages/lsp": "0.1.7"
77
}

CHANGELOG.md

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

3+
## [0.1.12](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.11...code-please-v0.1.12) (2025-12-23)
4+
5+
6+
### Features
7+
8+
* add ast-grep SessionStart hook and setup command ([#58](https://github.com/chatbot-pf/code-please/issues/58)) ([b2d2910](https://github.com/chatbot-pf/code-please/commit/b2d291047dd105091f6340104bcb067c7a307400))
9+
* add PostToolUse hooks for auto-format and LSP diagnostics ([#48](https://github.com/chatbot-pf/code-please/issues/48)) ([c78da98](https://github.com/chatbot-pf/code-please/commit/c78da98f7e299285a22f6e24c2a04e9d12144215))
10+
* **agents:** add code-explorer and code-architect agents ([#60](https://github.com/chatbot-pf/code-please/issues/60)) ([2851b5a](https://github.com/chatbot-pf/code-please/commit/2851b5af51e936969694efddb6a7f91c3abe94f1))
11+
* **docs:** add documentation site at apps/docs ([#54](https://github.com/chatbot-pf/code-please/issues/54)) ([ad05127](https://github.com/chatbot-pf/code-please/commit/ad051278d3294e0e291346eafe269a0741f4ea55))
12+
* **lsp:** add 20 additional LSP servers from OpenCode reference ([#51](https://github.com/chatbot-pf/code-please/issues/51)) ([bd66e30](https://github.com/chatbot-pf/code-please/commit/bd66e305f23ad347e5e3133a50915f846b254a6e))
13+
* **lsp:** add Claude Code LSP plugins with multi-language server support ([#52](https://github.com/chatbot-pf/code-please/issues/52)) ([06366c2](https://github.com/chatbot-pf/code-please/commit/06366c21795934efa371ef35cb24df5a4e3e3726))
14+
15+
16+
### Bug Fixes
17+
18+
* **docs:** resolve bun build issues and update component syntax ([#57](https://github.com/chatbot-pf/code-please/issues/57)) ([204ef32](https://github.com/chatbot-pf/code-please/commit/204ef32993dd0d532b7fb07a0c249b6c37329f66))
19+
* **docs:** use nodejs_compat_v2 for Cloudflare Pages ([#56](https://github.com/chatbot-pf/code-please/issues/56)) ([1703e51](https://github.com/chatbot-pf/code-please/commit/1703e5104b10c02b62ece72c1d1813fae2e6e33a))
20+
321
## [0.1.11](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.10...code-please-v0.1.11) (2025-12-19)
422

523

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.11",
4+
"version": "0.1.12",
55
"packageManager": "bun@1.3.5",
66
"description": "Auto-format and type-check hooks for AI coding",
77
"workspaces": [

packages/code/CHANGELOG.md

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

3+
## [0.1.8](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.7...@pleaseai/code-v0.1.8) (2025-12-23)
4+
5+
6+
### Features
7+
8+
* add ast-grep SessionStart hook and setup command ([#58](https://github.com/chatbot-pf/code-please/issues/58)) ([b2d2910](https://github.com/chatbot-pf/code-please/commit/b2d291047dd105091f6340104bcb067c7a307400))
9+
* add PostToolUse hooks for auto-format and LSP diagnostics ([#48](https://github.com/chatbot-pf/code-please/issues/48)) ([c78da98](https://github.com/chatbot-pf/code-please/commit/c78da98f7e299285a22f6e24c2a04e9d12144215))
10+
* **lsp:** add Claude Code LSP plugins with multi-language server support ([#52](https://github.com/chatbot-pf/code-please/issues/52)) ([06366c2](https://github.com/chatbot-pf/code-please/commit/06366c21795934efa371ef35cb24df5a4e3e3726))
11+
12+
13+
### Bug Fixes
14+
15+
* **docs:** resolve bun build issues and update component syntax ([#57](https://github.com/chatbot-pf/code-please/issues/57)) ([204ef32](https://github.com/chatbot-pf/code-please/commit/204ef32993dd0d532b7fb07a0c249b6c37329f66))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @pleaseai/code-lsp bumped to 0.1.7
23+
324
## [0.1.7](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.6...@pleaseai/code-v0.1.7) (2025-12-19)
425

526

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.7",
4+
"version": "0.1.8",
55
"description": "Auto-format and type-check hooks for AI coding",
66
"author": "Minsu Lee",
77
"license": "MIT",

packages/dora/CHANGELOG.md

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

3+
## [0.1.7](https://github.com/chatbot-pf/code-please/compare/@pleaseai/dora-v0.1.6...@pleaseai/dora-v0.1.7) (2025-12-23)
4+
5+
6+
### Features
7+
8+
* add ast-grep SessionStart hook and setup command ([#58](https://github.com/chatbot-pf/code-please/issues/58)) ([b2d2910](https://github.com/chatbot-pf/code-please/commit/b2d291047dd105091f6340104bcb067c7a307400))
9+
* **lsp:** add 20 additional LSP servers from OpenCode reference ([#51](https://github.com/chatbot-pf/code-please/issues/51)) ([bd66e30](https://github.com/chatbot-pf/code-please/commit/bd66e305f23ad347e5e3133a50915f846b254a6e))
10+
11+
12+
### Bug Fixes
13+
14+
* **docs:** resolve bun build issues and update component syntax ([#57](https://github.com/chatbot-pf/code-please/issues/57)) ([204ef32](https://github.com/chatbot-pf/code-please/commit/204ef32993dd0d532b7fb07a0c249b6c37329f66))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @pleaseai/code-lsp bumped to 0.1.7
22+
323
## [0.1.6](https://github.com/chatbot-pf/code-please/compare/@pleaseai/dora-v0.1.5...@pleaseai/dora-v0.1.6) (2025-12-19)
424

525

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.6",
4+
"version": "0.1.7",
55
"description": "MCP server for AI-assisted coding with LSP and file tools",
66
"author": "Minsu Lee",
77
"license": "MIT",

packages/lsp/CHANGELOG.md

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

3+
## [0.1.7](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-lsp-v0.1.6...@pleaseai/code-lsp-v0.1.7) (2025-12-23)
4+
5+
6+
### Features
7+
8+
* add ast-grep SessionStart hook and setup command ([#58](https://github.com/chatbot-pf/code-please/issues/58)) ([b2d2910](https://github.com/chatbot-pf/code-please/commit/b2d291047dd105091f6340104bcb067c7a307400))
9+
* **lsp:** add 20 additional LSP servers from OpenCode reference ([#51](https://github.com/chatbot-pf/code-please/issues/51)) ([bd66e30](https://github.com/chatbot-pf/code-please/commit/bd66e305f23ad347e5e3133a50915f846b254a6e))
10+
311
## [0.1.6](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-lsp-v0.1.5...@pleaseai/code-lsp-v0.1.6) (2025-12-19)
412

513

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.6",
4+
"version": "0.1.7",
55
"description": "LSP client for AI coding tools",
66
"author": "Minsu Lee",
77
"license": "MIT",

0 commit comments

Comments
 (0)