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.19",
"version": "0.1.20",
"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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "0.1.19",
".": "0.1.20",
"packages/code": "0.1.13",
"packages/dora": "0.1.9",
"packages/format": "0.1.4",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.20](https://github.com/chatbot-pf/code-intelligence/compare/code-please-v0.1.19...code-please-v0.1.20) (2026-03-03)


### Features

* **.claude-plugin:** extract LSP servers into individual plugin packages ([#89](https://github.com/chatbot-pf/code-intelligence/issues/89)) ([a557833](https://github.com/chatbot-pf/code-intelligence/commit/a55783315bfeb81b5c79f0596b8a4ac36e9ef9a0))


### Bug Fixes

* **logger:** default to production mode for bundled binaries ([#86](https://github.com/chatbot-pf/code-intelligence/issues/86)) ([05a1089](https://github.com/chatbot-pf/code-intelligence/commit/05a10892659128de1f6b711cc73c1a50c79b750f))

## [0.1.19](https://github.com/chatbot-pf/code-please/compare/code-please-v0.1.18...code-please-v0.1.19) (2026-01-29)


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.19",
"version": "0.1.20",
"packageManager": "bun@1.3.5",
"description": "Auto-format and type-check hooks for AI coding",
"workspaces": [
Expand Down