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 number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-please",
"version": "0.1.5",
"version": "0.1.6",
"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
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "0.1.5",
"packages/code": "0.1.4",
"packages/dora": "0.1.3",
"packages/format": "0.1.0",
"packages/lsp": "0.1.3"
".": "0.1.6",
"packages/code": "0.1.5",
"packages/dora": "0.1.4",
"packages/format": "0.1.1",
"packages/lsp": "0.1.4"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.6](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.5...code-please-v0.1.6) (2025-12-18)


### Features

* **config:** implement unified configuration system ([#26](https://github.com/chatbot-pf/code-please/issues/26)) ([1fe9cab](https://github.com/chatbot-pf/code-please/commit/1fe9cabcc25de195bbe13d947c618480f7eee436))
* **dora:** add FileProvider with Serena-inspired file tools ([#27](https://github.com/chatbot-pf/code-please/issues/27)) ([7938021](https://github.com/chatbot-pf/code-please/commit/793802161d47fdacfe50e3ea23340d230004773a))
* **lsp:** add Prisma Language Server support ([#23](https://github.com/chatbot-pf/code-please/issues/23)) ([9a691e1](https://github.com/chatbot-pf/code-please/commit/9a691e1955ca84665ab13f25a1942ee969c766e7))

## [0.1.5](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.4...code-please-v0.1.5) (2025-12-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-please",
"type": "module",
"version": "0.1.5",
"version": "0.1.6",
"packageManager": "bun@1.3.3",
"description": "Auto-format and type-check hooks for AI coding",
"workspaces": [
Expand Down
10 changes: 10 additions & 0 deletions packages/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.5](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.4...@pleaseai/code-v0.1.5) (2025-12-18)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @pleaseai/code-format bumped to 0.1.1
* @pleaseai/code-lsp bumped to 0.1.4

## [0.1.4](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-v0.1.3...@pleaseai/code-v0.1.4) (2025-12-18)


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

## [0.1.4](https://github.com/chatbot-pf/code-please/compare/@pleaseai/dora-v0.1.3...@pleaseai/dora-v0.1.4) (2025-12-18)


### Features

* **dora:** add FileProvider with Serena-inspired file tools ([#27](https://github.com/chatbot-pf/code-please/issues/27)) ([7938021](https://github.com/chatbot-pf/code-please/commit/793802161d47fdacfe50e3ea23340d230004773a))


### Dependencies

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

## [0.1.3](https://github.com/chatbot-pf/code-please/compare/@pleaseai/dora-v0.1.2...@pleaseai/dora-v0.1.3) (2025-12-18)


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

## [0.1.1](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-format-v0.1.0...@pleaseai/code-format-v0.1.1) (2025-12-18)


### Features

* **config:** implement unified configuration system ([#26](https://github.com/chatbot-pf/code-please/issues/26)) ([1fe9cab](https://github.com/chatbot-pf/code-please/commit/1fe9cabcc25de195bbe13d947c618480f7eee436))
* **lsp:** add Prisma Language Server support ([#23](https://github.com/chatbot-pf/code-please/issues/23)) ([9a691e1](https://github.com/chatbot-pf/code-please/commit/9a691e1955ca84665ab13f25a1942ee969c766e7))
2 changes: 1 addition & 1 deletion packages/format/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/code-format",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"description": "Auto-format hooks for AI coding",
"author": "Minsu Lee",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/lsp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.4](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-lsp-v0.1.3...@pleaseai/code-lsp-v0.1.4) (2025-12-18)


### Features

* **config:** implement unified configuration system ([#26](https://github.com/chatbot-pf/code-please/issues/26)) ([1fe9cab](https://github.com/chatbot-pf/code-please/commit/1fe9cabcc25de195bbe13d947c618480f7eee436))
* **lsp:** add Prisma Language Server support ([#23](https://github.com/chatbot-pf/code-please/issues/23)) ([9a691e1](https://github.com/chatbot-pf/code-please/commit/9a691e1955ca84665ab13f25a1942ee969c766e7))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @pleaseai/code-format bumped to 0.1.1

## [0.1.3](https://github.com/chatbot-pf/code-please/compare/@pleaseai/code-lsp-v0.1.2...@pleaseai/code-lsp-v0.1.3) (2025-12-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/lsp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pleaseai/code-lsp",
"type": "module",
"version": "0.1.3",
"version": "0.1.4",
"description": "LSP client for AI coding tools",
"author": "Minsu Lee",
"license": "MIT",
Expand Down