Skip to content

Commit 246e225

Browse files
committed
chore(release): prepare v5.1.3
- feat(tui): fs.watch bridge for TUI updates in stdio mode (#1104) - feat(plugin): marketplace clone auto-update with 24h throttle (#1101) - fix(plugin): auto-create mcp.json for MCP connectivity (#1100) - fix(plugin): copy lib/ directory alongside hook file (#1102) - CHANGELOG updated in 5 languages (en, ko, ja, zh-CN, es)
1 parent e9a1928 commit 246e225

13 files changed

Lines changed: 64 additions & 9 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "codingbuddy",
1313
"source": "./packages/claude-code-plugin",
1414
"description": "PLAN/ACT/EVAL workflow, specialist agents, and reusable skills for systematic TDD development",
15-
"version": "5.1.2",
15+
"version": "5.1.3",
1616
"category": "development"
1717
}
1818
]

CHANGELOG.es.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Todos los cambios notables de este proyecto se documentarán en este archivo.
55
El formato está basado en [Keep a Changelog](https://keepachangelog.com/es-ES/1.1.0/),
66
y este proyecto se adhiere a [Versionado Semántico](https://semver.org/lang/es/spec/v2.0.0.html).
77

8+
## [5.1.3] - 2026-04-01
9+
10+
### Agregado
11+
- **Puente de archivo TUI**: Puente basado en `fs.watch` para actualizaciones de la barra lateral TUI en modo stdio (#1104, #1105)
12+
- **Actualización automática del marketplace**: Hook session-start auto-fetch del clon del marketplace con limitación de 24h (#1101, #1107)
13+
- **Configuración automática MCP**: Creación automática de `~/.claude/mcp.json` al inicio de sesión para conectividad MCP (#1100, #1106)
14+
15+
### Corregido
16+
- **Directorio lib/ del hook**: session-start ahora copia `lib/` junto al archivo del hook, corrigiendo las actualizaciones de estado HUD (#1102, #1103)
17+
- **mcp.json faltante**: Las herramientas MCP ya no están indisponibles después de instalar el plugin (#1100, #1106)
18+
819
## [5.1.2] - 2026-03-29
920

1021
### Agregado

CHANGELOG.ja.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
このドキュメントは [Keep a Changelog](https://keepachangelog.com/ja/1.1.0/) の形式に基づいており、
66
[セマンティック バージョニング](https://semver.org/lang/ja/spec/v2.0.0.html) に準拠しています。
77

8+
## [5.1.3] - 2026-04-01
9+
10+
### 追加
11+
- **TUIファイルブリッジ**: `fs.watch`ベースのブリッジにより、stdioモードでTUIサイドバーの更新をサポート (#1104, #1105)
12+
- **マーケットプレイス自動更新**: session-startフックでマーケットプレイスクローンを自動fetch(24時間スロットル) (#1101, #1107)
13+
- **MCP自動設定**: セッション開始時に`~/.claude/mcp.json`を自動生成し、MCP接続を保証 (#1100, #1106)
14+
15+
### 修正
16+
- **フックlib/ディレクトリ**: session-startがフックファイルと共に`lib/`をコピーし、HUD状態更新を修正 (#1102, #1103)
17+
- **mcp.json欠落**: プラグインインストール後にMCPツールが利用できない問題を修正 (#1100, #1106)
18+
819
## [5.1.2] - 2026-03-29
920

1021
### 追加

CHANGELOG.ko.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
이 문서는 [Keep a Changelog](https://keepachangelog.com/ko/1.1.0/) 형식을 따르며,
66
[Semantic Versioning](https://semver.org/lang/ko/spec/v2.0.0.html)을 준수합니다.
77

8+
## [5.1.3] - 2026-04-01
9+
10+
### 추가됨
11+
- **TUI 파일 브릿지**: `fs.watch` 기반 브릿지로 stdio 모드에서 TUI 사이드바 업데이트 지원 (#1104, #1105)
12+
- **마켓플레이스 자동 업데이트**: session-start 훅에서 마켓플레이스 클론 자동 fetch (24시간 스로틀) (#1101, #1107)
13+
- **MCP 자동 구성**: 세션 시작 시 `~/.claude/mcp.json` 자동 생성으로 MCP 연결 보장 (#1100, #1106)
14+
15+
### 수정됨
16+
- **훅 lib/ 디렉토리**: session-start가 훅 파일과 함께 `lib/`을 복사하여 HUD 상태 업데이트 수정 (#1102, #1103)
17+
- **mcp.json 누락**: 플러그인 설치 후 MCP 도구를 사용할 수 없는 문제 수정 (#1100, #1106)
18+
819
## [5.1.2] - 2026-03-29
920

1021
### 추가됨

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.1.3] - 2026-04-01
9+
10+
### Added
11+
- **TUI File Bridge**: `fs.watch`-based bridge enables TUI sidebar updates in stdio mode (#1104, #1105)
12+
- **Marketplace Auto-Update**: Session-start hook auto-fetches marketplace clone with 24h throttle (#1101, #1107)
13+
- **MCP Auto-Configuration**: Auto-create `~/.claude/mcp.json` on session start for seamless MCP connectivity (#1100, #1106)
14+
15+
### Fixed
16+
- **Hook lib/ directory**: Session-start now copies `lib/` alongside hook file, fixing HUD state updates (#1102, #1103)
17+
- **mcp.json missing**: Plugin installation no longer leaves MCP tools unavailable (#1100, #1106)
18+
819
## [5.1.2] - 2026-03-29
920

1021
### Added

CHANGELOG.zh-CN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
本文档格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/)
66
并遵循 [语义化版本](https://semver.org/lang/zh-CN/spec/v2.0.0.html)
77

8+
## [5.1.3] - 2026-04-01
9+
10+
### 新增
11+
- **TUI文件桥接**: 基于`fs.watch`的桥接,支持stdio模式下TUI侧边栏更新 (#1104, #1105)
12+
- **市场自动更新**: session-start钩子自动fetch市场克隆(24小时节流) (#1101, #1107)
13+
- **MCP自动配置**: 会话启动时自动创建`~/.claude/mcp.json`,确保MCP连接 (#1100, #1106)
14+
15+
### 修复
16+
- **钩子lib/目录**: session-start现在随钩子文件一起复制`lib/`,修复HUD状态更新 (#1102, #1103)
17+
- **mcp.json缺失**: 修复插件安装后MCP工具不可用的问题 (#1100, #1106)
18+
819
## [5.1.2] - 2026-03-29
920

1021
### 新增

apps/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codingbuddy",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "Multi-AI Rules MCP Server - One source of truth for AI coding rules across all AI assistants",
55
"author": "JeremyDev87",
66
"license": "MIT",

apps/mcp-server/src/shared/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Single source of truth for the runtime package version.
33
* Updated automatically by scripts/bump-version.sh on each release.
44
*/
5-
export const VERSION = '5.1.2';
5+
export const VERSION = '5.1.3';

packages/claude-code-plugin/.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": "codingbuddy",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "PLAN/ACT/EVAL workflow with auto-detection, specialist agents, and reusable skills for systematic TDD development",
55
"author": {
66
"name": "JeremyDev87",

packages/claude-code-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# CodingBuddy Claude Code Plugin
44

5-
> Version 5.1.2
5+
> Version 5.1.3
66
77
Multi-AI Rules for consistent coding practices - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills for systematic development.
88

0 commit comments

Comments
 (0)