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/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "codingbuddy",
"source": "./packages/claude-code-plugin",
"description": "PLAN/ACT/EVAL workflow, specialist agents, and reusable skills for systematic TDD development",
"version": "5.1.2",
"version": "5.1.3",
"category": "development"
}
]
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Todos los cambios notables de este proyecto se documentarán en este archivo.
El formato está basado en [Keep a Changelog](https://keepachangelog.com/es-ES/1.1.0/),
y este proyecto se adhiere a [Versionado Semántico](https://semver.org/lang/es/spec/v2.0.0.html).

## [5.1.3] - 2026-04-01

### Agregado
- **Puente de archivo TUI**: Puente basado en `fs.watch` para actualizaciones de la barra lateral TUI en modo stdio (#1104, #1105)
- **Actualización automática del marketplace**: Hook session-start auto-fetch del clon del marketplace con limitación de 24h (#1101, #1107)
- **Configuración automática MCP**: Creación automática de `~/.claude/mcp.json` al inicio de sesión para conectividad MCP (#1100, #1106)

### Corregido
- **Directorio lib/ del hook**: session-start ahora copia `lib/` junto al archivo del hook, corrigiendo las actualizaciones de estado HUD (#1102, #1103)
- **mcp.json faltante**: Las herramientas MCP ya no están indisponibles después de instalar el plugin (#1100, #1106)

## [5.1.2] - 2026-03-29

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

## [5.1.3] - 2026-04-01

### 追加
- **TUIファイルブリッジ**: `fs.watch`ベースのブリッジにより、stdioモードでTUIサイドバーの更新をサポート (#1104, #1105)
- **マーケットプレイス自動更新**: session-startフックでマーケットプレイスクローンを自動fetch(24時間スロットル) (#1101, #1107)
- **MCP自動設定**: セッション開始時に`~/.claude/mcp.json`を自動生成し、MCP接続を保証 (#1100, #1106)

### 修正
- **フックlib/ディレクトリ**: session-startがフックファイルと共に`lib/`をコピーし、HUD状態更新を修正 (#1102, #1103)
- **mcp.json欠落**: プラグインインストール後にMCPツールが利用できない問題を修正 (#1100, #1106)

## [5.1.2] - 2026-03-29

### 追加
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
이 문서는 [Keep a Changelog](https://keepachangelog.com/ko/1.1.0/) 형식을 따르며,
[Semantic Versioning](https://semver.org/lang/ko/spec/v2.0.0.html)을 준수합니다.

## [5.1.3] - 2026-04-01

### 추가됨
- **TUI 파일 브릿지**: `fs.watch` 기반 브릿지로 stdio 모드에서 TUI 사이드바 업데이트 지원 (#1104, #1105)
- **마켓플레이스 자동 업데이트**: session-start 훅에서 마켓플레이스 클론 자동 fetch (24시간 스로틀) (#1101, #1107)
- **MCP 자동 구성**: 세션 시작 시 `~/.claude/mcp.json` 자동 생성으로 MCP 연결 보장 (#1100, #1106)

### 수정됨
- **훅 lib/ 디렉토리**: session-start가 훅 파일과 함께 `lib/`을 복사하여 HUD 상태 업데이트 수정 (#1102, #1103)
- **mcp.json 누락**: 플러그인 설치 후 MCP 도구를 사용할 수 없는 문제 수정 (#1100, #1106)

## [5.1.2] - 2026-03-29

### 추가됨
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.1.3] - 2026-04-01

### Added
- **TUI File Bridge**: `fs.watch`-based bridge enables TUI sidebar updates in stdio mode (#1104, #1105)
- **Marketplace Auto-Update**: Session-start hook auto-fetches marketplace clone with 24h throttle (#1101, #1107)
- **MCP Auto-Configuration**: Auto-create `~/.claude/mcp.json` on session start for seamless MCP connectivity (#1100, #1106)

### Fixed
- **Hook lib/ directory**: Session-start now copies `lib/` alongside hook file, fixing HUD state updates (#1102, #1103)
- **mcp.json missing**: Plugin installation no longer leaves MCP tools unavailable (#1100, #1106)

## [5.1.2] - 2026-03-29

### Added
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
本文档格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/),
并遵循 [语义化版本](https://semver.org/lang/zh-CN/spec/v2.0.0.html)。

## [5.1.3] - 2026-04-01

### 新增
- **TUI文件桥接**: 基于`fs.watch`的桥接,支持stdio模式下TUI侧边栏更新 (#1104, #1105)
- **市场自动更新**: session-start钩子自动fetch市场克隆(24小时节流) (#1101, #1107)
- **MCP自动配置**: 会话启动时自动创建`~/.claude/mcp.json`,确保MCP连接 (#1100, #1106)

### 修复
- **钩子lib/目录**: session-start现在随钩子文件一起复制`lib/`,修复HUD状态更新 (#1102, #1103)
- **mcp.json缺失**: 修复插件安装后MCP工具不可用的问题 (#1100, #1106)

## [5.1.2] - 2026-03-29

### 新增
Expand Down
2 changes: 1 addition & 1 deletion apps/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codingbuddy",
"version": "5.1.2",
"version": "5.1.3",
"description": "Multi-AI Rules MCP Server - One source of truth for AI coding rules across all AI assistants",
"author": "JeremyDev87",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion apps/mcp-server/src/shared/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Single source of truth for the runtime package version.
* Updated automatically by scripts/bump-version.sh on each release.
*/
export const VERSION = '5.1.2';
export const VERSION = '5.1.3';
2 changes: 1 addition & 1 deletion packages/claude-code-plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codingbuddy",
"version": "5.1.2",
"version": "5.1.3",
"description": "PLAN/ACT/EVAL workflow with auto-detection, specialist agents, and reusable skills for systematic TDD development",
"author": {
"name": "JeremyDev87",
Expand Down
2 changes: 1 addition & 1 deletion packages/claude-code-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# CodingBuddy Claude Code Plugin

> Version 5.1.2
> Version 5.1.3

Multi-AI Rules for consistent coding practices - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills for systematic development.

Expand Down
4 changes: 2 additions & 2 deletions packages/claude-code-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codingbuddy-claude-plugin",
"version": "5.1.2",
"version": "5.1.3",
"description": "Claude Code Plugin for CodingBuddy - PLAN/ACT/EVAL workflow, specialist agents, and reusable skills",
"author": "JeremyDev87",
"license": "MIT",
Expand Down Expand Up @@ -49,7 +49,7 @@
"test:coverage": "vitest run --coverage"
},
"peerDependencies": {
"codingbuddy": "^5.1.2"
"codingbuddy": "^5.1.3"
},
"peerDependenciesMeta": {
"codingbuddy": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codingbuddy-rules",
"version": "5.1.2",
"version": "5.1.3",
"description": "AI coding rules for consistent practices across AI assistants",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5521,7 +5521,7 @@ __metadata:
typescript: "npm:5.9.3"
vitest: "npm:4.0.17"
peerDependencies:
codingbuddy: ^5.1.2
codingbuddy: ^5.1.3
peerDependenciesMeta:
codingbuddy:
optional: true
Expand Down
Loading