Skip to content

Commit 88cf384

Browse files
chore: release main
1 parent dd049b7 commit 88cf384

36 files changed

Lines changed: 42 additions & 35 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.23",
3+
"version": "0.1.24",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.1.23",
2+
".": "0.1.24",
33
"packages/code": "0.1.14",
44
"packages/dora": "0.1.10",
55
"packages/format": "0.1.4",

CHANGELOG.md

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

3+
## [0.1.24](https://github.com/pleaseai/code-intelligence/compare/code-please-v0.1.23...code-please-v0.1.24) (2026-07-03)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.1.23](https://github.com/pleaseai/code-intelligence/compare/code-please-v0.1.22...code-please-v0.1.23) (2026-07-01)
411

512

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

plugins/astro-lsp/.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": "astro-lsp",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"description": "Astro Language Server for Claude Code",
55
"repository": "https://github.com/chatbot-pf/code-please",
66
"author": {

plugins/bash-lsp/.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": "bash-lsp",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"description": "Bash/Shell Language Server for Claude Code",
55
"repository": "https://github.com/chatbot-pf/code-please",
66
"author": {

plugins/biome-lsp/.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": "biome-lsp",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"description": "Biome Linter/Formatter for Claude Code",
55
"repository": "https://github.com/chatbot-pf/code-please",
66
"author": {

plugins/clangd-lsp/.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": "clangd-lsp",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"description": "C/C++ (Clangd) Language Server for Claude Code",
55
"repository": "https://github.com/chatbot-pf/code-please",
66
"author": {

plugins/csharp-lsp/.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": "csharp-lsp",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"description": "C# Language Server for Claude Code",
55
"repository": "https://github.com/chatbot-pf/code-please",
66
"author": {

plugins/dart-lsp/.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": "dart-lsp",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"description": "Dart Language Server for Claude Code",
55
"repository": "https://github.com/chatbot-pf/code-please",
66
"author": {

0 commit comments

Comments
 (0)