Skip to content

Commit a312e8f

Browse files
committed
chore(release): update CHANGELOG for v4.2.0
1 parent 06be59c commit a312e8f

5 files changed

Lines changed: 274 additions & 0 deletions

File tree

CHANGELOG.es.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,56 @@ 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+
## [4.2.0] - 2026-02-18
9+
10+
### Agregado
11+
12+
- **TUI Multi-Sesión**: Soporte multi-sesión y apertura automática de TUI en conexión MCP (#485)
13+
- **TUI Auto-Lanzamiento**: Habilitación de auto-lanzamiento mediante flag `--tui` (#522)
14+
- **TUI ActivityVisualizer**: Reemplazo de MonitorPanel con panel ActivityVisualizer (#482)
15+
- **TUI FlowMap**: Jerarquía visual mejorada, encabezado de pipeline y barras de progreso (#468)
16+
- **TUI MonitorPanel**: Registro de eventos, cronología de agentes y progreso de tareas
17+
- **TUI Objetivos**: Integración de objetivos desde respuesta de `parse_mode` (#473)
18+
- **TUI Eventos**: Evento SKILL_RECOMMENDED en estado del dashboard (#474)
19+
- **TUI Eventos**: Pre-registro de especialistas en evento PARALLEL_STARTED (#475)
20+
- **TUI Eventos**: Sincronización de etapa del agente activo en MODE_CHANGED (#476)
21+
- **TUI Eventos**: Extracción de `recommended_act_agent` y `parallelAgentsRecommendation` de `parse_mode` (#477)
22+
- **TUI Progreso**: Estimación de progreso mediante conteo TOOL_INVOKED (#472)
23+
- **TUI Diseño**: Ancho del panel FocusedAgent duplicado (#466)
24+
- **TUI Diseño**: Sistema de diseño de cuadrícula precisa (#458)
25+
- **TUI Diseño**: FocusedAgent de ancho fijo alineado a la derecha con FlowMap responsivo (#462)
26+
- **TUI StageHealthBar**: Conteo de invocación de herramientas en tiempo real reemplaza tokenCount fijo (#490)
27+
- **TUI Lista de verificación**: Lista inicial desde `parse_mode` y seguimiento de completitud mejorado (#504)
28+
- **TUI FocusedAgent**: Avatar, sparkline y barra de progreso mejorada (#505)
29+
- **TUI Tema**: Colores de borde de paneles unificados mediante constante BORDER_COLORS (#494)
30+
- **TUI Contexto**: Decisiones/notas de context:updated en FocusedAgentPanel (#515)
31+
- **TUI Sesión**: Reinicio del estado del dashboard en comando `/clear` via evento SESSION_RESET (#499)
32+
- **Config**: Reglas de prioridad de herramientas y sección CLAUDE.md para codingbuddy MCP (#516, #512)
33+
- **Servidor MCP**: Reglas de continuidad de ejecución TDD para prevenir detención en fase RED (#463)
34+
- **GitHub**: Revisión de código Copilot con instrucciones personalizadas (#460)
35+
- **Docs**: Guía de solución de problemas TUI para problemas de inicio de auto-lanzamiento (#520)
36+
37+
### Cambiado
38+
39+
- **TUI Actividad**: Mapa de calor de Activity reemplazado por gráfico de barras horizontal (#517)
40+
- **TUI Diseño**: Ancho del panel FocusedAgent reducido ~10% y paneles Activity/FlowMap expandidos (#501)
41+
- **TUI Tareas**: task:synced consolidado en un solo paso y orden de eventos corregido (#504)
42+
43+
### Corregido
44+
45+
- **TUI HeaderBar**: Modo AUTO mostrado incorrectamente como paso secuencial en el flujo de proceso (#488)
46+
- **TUI Tareas**: Panel de tareas sin datos en modos PLAN/EVAL (#492)
47+
- **TUI Live**: Panel Live con casi ningún dato — burbujas de ventana de tiempo reemplazadas con `renderLiveContext` (#502)
48+
- **TUI Progreso**: Porcentaje de progreso bloqueado en 0% por incompatibilidad de agentId (#503)
49+
- **TUI AutoLauncher**: Resolución de ruta absoluta del binario en TuiAutoLauncher (#519)
50+
- **Build**: TUI bundle incluido en script de compilación principal para evitar exportaciones obsoletas
51+
- **Config**: Exclusión de `.next` y artefactos de build en prettier y tsconfig (#496)
52+
53+
### Eliminado
54+
55+
- **Servidor MCP**: Código no utilizado y exportaciones muertas (#486)
56+
- **TUI**: Funciones deprecadas de text-formatter de componentes puros
57+
858
## [4.1.0] - 2026-02-17
959

1060
### Agregado

CHANGELOG.ja.md

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

8+
## [4.2.0] - 2026-02-18
9+
10+
### 追加
11+
12+
- **TUI マルチセッション**: マルチセッションサポートおよびMCP接続時のTUI自動起動 (#485)
13+
- **TUI 自動起動**: `--tui` CLIフラグによる自動起動有効化 (#522)
14+
- **TUI ActivityVisualizer**: MonitorPanelをActivityVisualizerパネルに置き換え (#482)
15+
- **TUI FlowMap**: ビジュアル階層、パイプラインヘッダー、プログレスバーの強化 (#468)
16+
- **TUI MonitorPanel**: イベントログ、エージェントタイムライン、タスク進捗表示
17+
- **TUI 目標**: `parse_mode` レスポンスから目標を連携 (#473)
18+
- **TUI イベント**: ダッシュボード状態にSKILL_RECOMMENDEDイベントを反映 (#474)
19+
- **TUI イベント**: PARALLEL_STARTEDイベントでスペシャリストを事前登録 (#475)
20+
- **TUI イベント**: MODE_CHANGEDで実行中エージェントのステージを同期 (#476)
21+
- **TUI イベント**: `parse_mode`から`recommended_act_agent``parallelAgentsRecommendation`を抽出 (#477)
22+
- **TUI 進捗**: TOOL_INVOKEDカウントによる進捗推定 (#472)
23+
- **TUI レイアウト**: FocusedAgentパネル幅を2倍に拡大 (#466)
24+
- **TUI レイアウト**: 精密グリッドレイアウトシステム (#458)
25+
- **TUI レイアウト**: 固定幅右揃えFocusedAgentとレスポンシブFlowMap (#462)
26+
- **TUI StageHealthBar**: ハードコードされたtokenCountをライブツール呼び出しカウントに置き換え (#490)
27+
- **TUI チェックリスト**: `parse_mode`から初期チェックリストを生成し、タスク完了追跡を改善 (#504)
28+
- **TUI FocusedAgent**: アバター、スパークライン、改善されたプログレスバー (#505)
29+
- **TUI テーマ**: BORDER_COLORS定数によるパネルボーダーカラーの統一 (#494)
30+
- **TUI コンテキスト**: context:updatedイベントでFocusedAgentPanelに決定/メモを表示 (#515)
31+
- **TUI セッション**: SESSION_RESETイベントによる`/clear`コマンド時のダッシュボード状態リセット (#499)
32+
- **Config**: codingbuddy MCPの優先ルールおよびCLAUDE.mdセクション追加 (#516, #512)
33+
- **MCPサーバー**: REDフェーズ停止を防ぐTDD実行継続性ルール (#463)
34+
- **GitHub**: カスタム指示によるCopilotコードレビュー設定 (#460)
35+
- **ドキュメント**: 自動起動の起動問題向けTUIトラブルシューティングガイド (#520)
36+
37+
### 変更
38+
39+
- **TUI アクティビティ**: Activityヒートマップを水平バーチャートに置き換え (#517)
40+
- **TUI レイアウト**: FocusedAgentパネル幅を~10%縮小し、Activity/FlowMapパネルを拡大 (#501)
41+
- **TUI タスク**: task:syncedを単一パスに統合し、イベント順序を修正 (#504)
42+
43+
### 修正
44+
45+
- **TUI HeaderBar**: AUTOモードがプロセスフローで順次ステップとして誤表示されていた問題 (#488)
46+
- **TUI タスク**: PLAN/EVALモードでタスクパネルにデータが表示されなかった問題 (#492)
47+
- **TUI Live**: Liveパネルにデータがほとんど表示されなかった問題 — 時間ウィンドウバブルを`renderLiveContext`に置き換え (#502)
48+
- **TUI 進捗**: TOOL_INVOKEDとprimaryエージェント間のagentIdミスマッチにより進捗率が0%に固定されていた問題 (#503)
49+
- **TUI AutoLauncher**: TuiAutoLauncherでの絶対バイナリパス解決 (#519)
50+
- **ビルド**: 古い出力を防ぐためTUIバンドルをメインビルドスクリプトに含める
51+
- **Config**: prettierおよびtsconfigから`.next`とビルド成果物を除外 (#496)
52+
53+
### 削除
54+
55+
- **MCPサーバー**: 未使用コードとデッドエクスポート (#486)
56+
- **TUI**: 純粋コンポーネントからdeprecatedテキストフォーマッター関数を削除
57+
858
## [4.1.0] - 2026-02-17
959

1060
### 追加

CHANGELOG.ko.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,56 @@
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+
## [4.2.0] - 2026-02-18
9+
10+
### 추가됨
11+
12+
- **TUI 멀티세션**: 멀티세션 지원 및 MCP 연결 시 TUI 자동 실행 (#485)
13+
- **TUI 자동 실행**: `--tui` CLI 플래그를 통한 자동 실행 활성화 (#522)
14+
- **TUI ActivityVisualizer**: MonitorPanel을 ActivityVisualizer 패널로 교체 (#482)
15+
- **TUI FlowMap**: 시각적 계층, 파이프라인 헤더, 진행 바 강화 (#468)
16+
- **TUI MonitorPanel**: 이벤트 로그, 에이전트 타임라인, 작업 진행 표시
17+
- **TUI 목표**: `parse_mode` 응답에서 목표 연동 (#473)
18+
- **TUI 이벤트**: 대시보드 상태에 SKILL_RECOMMENDED 이벤트 반영 (#474)
19+
- **TUI 이벤트**: PARALLEL_STARTED 이벤트로 전문가 사전 등록 (#475)
20+
- **TUI 이벤트**: MODE_CHANGED로 실행 중인 에이전트 단계 동기화 (#476)
21+
- **TUI 이벤트**: `parse_mode`에서 `recommended_act_agent``parallelAgentsRecommendation` 추출 (#477)
22+
- **TUI 진행**: TOOL_INVOKED 카운트를 통한 진행률 추정 (#472)
23+
- **TUI 레이아웃**: FocusedAgent 패널 너비 2배 확장 (#466)
24+
- **TUI 레이아웃**: 정밀 그리드 레이아웃 시스템 (#458)
25+
- **TUI 레이아웃**: 고정 너비 우측 정렬 FocusedAgent와 반응형 FlowMap (#462)
26+
- **TUI StageHealthBar**: 하드코딩된 tokenCount를 실시간 도구 호출 카운트로 교체 (#490)
27+
- **TUI 체크리스트**: `parse_mode`에서 초기 체크리스트 생성 및 작업 완료 추적 개선 (#504)
28+
- **TUI FocusedAgent**: 아바타, 스파크라인, 개선된 진행 바 (#505)
29+
- **TUI 테마**: BORDER_COLORS 상수를 통한 패널 테두리 색상 통합 (#494)
30+
- **TUI 컨텍스트**: context:updated 이벤트로 FocusedAgentPanel에 결정/메모 표시 (#515)
31+
- **TUI 세션**: SESSION_RESET 이벤트를 통한 `/clear` 명령 시 대시보드 상태 초기화 (#499)
32+
- **Config**: codingbuddy MCP 우선순위 규칙 및 CLAUDE.md 섹션 추가 (#516, #512)
33+
- **MCP 서버**: RED 단계 중단 방지를 위한 TDD 실행 연속성 규칙 (#463)
34+
- **GitHub**: 커스텀 지침으로 Copilot 코드 리뷰 설정 (#460)
35+
- **문서**: 자동 실행 시작 문제를 위한 TUI 트러블슈팅 가이드 (#520)
36+
37+
### 변경됨
38+
39+
- **TUI 활동**: Activity 히트맵을 수평 바 차트로 교체 (#517)
40+
- **TUI 레이아웃**: FocusedAgent 패널 너비를 ~10% 줄이고 Activity/FlowMap 패널 확장 (#501)
41+
- **TUI 작업**: task:synced를 단일 패스로 통합하고 이벤트 순서 수정 (#504)
42+
43+
### 수정됨
44+
45+
- **TUI HeaderBar**: AUTO 모드가 프로세스 플로우에서 순차적 단계로 잘못 표시되던 문제 (#488)
46+
- **TUI 작업**: PLAN/EVAL 모드에서 작업 패널에 데이터가 없던 문제 — `extractFromUpdateContext`가 이제 decisions/findings/notes 읽기 (#492)
47+
- **TUI Live**: Live 패널에 데이터가 거의 표시되지 않던 문제 — 시간 기반 버블을 `renderLiveContext`로 교체 (#502)
48+
- **TUI 진행**: TOOL_INVOKED와 primary 에이전트 간 agentId 불일치로 진행률이 0%에 멈추던 문제 (#503)
49+
- **TUI AutoLauncher**: TuiAutoLauncher에서 절대 바이너리 경로 해결 (#519)
50+
- **빌드**: 오래된 내보내기 방지를 위해 TUI 번들을 메인 빌드 스크립트에 포함
51+
- **Config**: prettier 및 tsconfig에서 `.next` 및 빌드 산출물 제외 (#496)
52+
53+
### 제거됨
54+
55+
- **MCP 서버**: 사용하지 않는 코드 및 죽은 내보내기 (#486)
56+
- **TUI**: 순수 컴포넌트에서 deprecated 텍스트 포매터 함수 제거
57+
858
## [4.1.0] - 2026-02-17
959

1060
### 추가됨

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,56 @@ 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+
## [4.2.0] - 2026-02-18
9+
10+
### Added
11+
12+
- **TUI Multi-Session**: Multi-session support and auto-open TUI on MCP connection (#485)
13+
- **TUI Auto-Launch**: Enable auto-launch via `--tui` CLI flag (#522)
14+
- **TUI ActivityVisualizer**: Replace MonitorPanel with ActivityVisualizer panel (#482)
15+
- **TUI FlowMap**: Enhanced with visual hierarchy, pipeline header, and progress bars (#468)
16+
- **TUI MonitorPanel**: Event log, agent timeline, and task progress display
17+
- **TUI Objectives**: Wire up objectives from `parse_mode` response (#473)
18+
- **TUI Events**: SKILL_RECOMMENDED event in dashboard state (#474)
19+
- **TUI Events**: Pre-register specialists on PARALLEL_STARTED event (#475)
20+
- **TUI Events**: Sync running agent stage on MODE_CHANGED (#476)
21+
- **TUI Events**: Extract `recommended_act_agent` and `parallelAgentsRecommendation` from `parse_mode` (#477)
22+
- **TUI Progress**: Progress estimation via TOOL_INVOKED count (#472)
23+
- **TUI Layout**: Double FocusedAgent panel width (#466)
24+
- **TUI Layout**: Precise grid layout system (#458)
25+
- **TUI Layout**: Fixed-width right-aligned FocusedAgent with responsive FlowMap (#462)
26+
- **TUI StageHealthBar**: Live tool invocation count replaces hardcoded tokenCount (#490)
27+
- **TUI Checklist**: Populate initial checklist from `parse_mode` and improve task completion tracking (#504)
28+
- **TUI FocusedAgent**: Avatar, sparkline, and improved progress bar (#505)
29+
- **TUI Theme**: Unified panel border colors via centralized BORDER_COLORS constant (#494)
30+
- **TUI Context**: Display decisions/notes from context:updated in FocusedAgentPanel (#515)
31+
- **TUI Session**: Reset dashboard state on `/clear` command via SESSION_RESET event (#499)
32+
- **Config**: Tool-priority rules establishing codingbuddy MCP priority over OMC (#516, #512)
33+
- **MCP Server**: TDD execution continuity rules to prevent RED phase halt (#463)
34+
- **GitHub**: Copilot Code Review with custom instructions (#460)
35+
- **Docs**: TUI troubleshooting guide for auto-launch startup issues (#520)
36+
37+
### Changed
38+
39+
- **TUI Activity**: Replace Activity heatmap with horizontal bar chart (#517)
40+
- **TUI Layout**: Reduce FocusedAgent panel width by ~10% and expand Activity/FlowMap panels (#501)
41+
- **TUI Tasks**: Consolidate task:synced into single pass and fix event ordering (#504)
42+
43+
### Fixed
44+
45+
- **TUI HeaderBar**: AUTO mode displayed incorrectly as sequential step in process flow (#488)
46+
- **TUI Tasks**: Tasks panel shows no data in PLAN/EVAL modes — `extractFromUpdateContext` now reads decisions/findings/notes (#492)
47+
- **TUI Live**: Live panel shows almost no data — replaced time-windowed bubbles with `renderLiveContext` (#502)
48+
- **TUI Progress**: Progress percentage stuck at 0% due to agentId mismatch between TOOL_INVOKED and primary agent (#503)
49+
- **TUI AutoLauncher**: Resolve absolute binary path for TuiAutoLauncher (#519)
50+
- **Build**: Include TUI bundle in main build script to prevent stale exports
51+
- **Config**: Exclude `.next` and build artifacts from prettier and tsconfig (#496)
52+
53+
### Removed
54+
55+
- **MCP Server**: Unused code and dead exports (#486)
56+
- **TUI**: Deprecated text-formatter functions from pure components
57+
858
## [4.1.0] - 2026-02-17
959

1060
### Added

CHANGELOG.zh-CN.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,80 @@
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+
## [4.2.0] - 2026-02-18
9+
10+
### 新增
11+
12+
- **TUI 多会话**: 多会话支持及MCP连接时自动打开TUI (#485)
13+
- **TUI 自动启动**: 通过`--tui` CLI参数启用自动启动 (#522)
14+
- **TUI ActivityVisualizer**: 用ActivityVisualizer面板替换MonitorPanel (#482)
15+
- **TUI FlowMap**: 增强视觉层次结构、管道头部和进度条 (#468)
16+
- **TUI MonitorPanel**: 事件日志、代理时间线和任务进度显示
17+
- **TUI 目标**: 从`parse_mode`响应中连接目标 (#473)
18+
- **TUI 事件**: 仪表板状态中的SKILL_RECOMMENDED事件 (#474)
19+
- **TUI 事件**: PARALLEL_STARTED事件预注册专家 (#475)
20+
- **TUI 事件**: MODE_CHANGED时同步运行代理阶段 (#476)
21+
- **TUI 事件**: 从`parse_mode`提取`recommended_act_agent``parallelAgentsRecommendation` (#477)
22+
- **TUI 进度**: 通过TOOL_INVOKED计数估算进度 (#472)
23+
- **TUI 布局**: FocusedAgent面板宽度加倍 (#466)
24+
- **TUI 布局**: 精确网格布局系统 (#458)
25+
- **TUI 布局**: 固定宽度右对齐FocusedAgent与响应式FlowMap (#462)
26+
- **TUI StageHealthBar**: 实时工具调用计数替换硬编码的tokenCount (#490)
27+
- **TUI 清单**: 从`parse_mode`生成初始清单并改善任务完成跟踪 (#504)
28+
- **TUI FocusedAgent**: 头像、迷你图和改进的进度条 (#505)
29+
- **TUI 主题**: 通过BORDER_COLORS常量统一面板边框颜色 (#494)
30+
- **TUI 上下文**: 通过context:updated事件在FocusedAgentPanel中显示决策/笔记 (#515)
31+
- **TUI 会话**: 通过SESSION_RESET事件在`/clear`命令时重置仪表板状态 (#499)
32+
- **配置**: codingbuddy MCP优先级规则和CLAUDE.md章节 (#516, #512)
33+
- **MCP服务器**: 防止RED阶段停止的TDD执行连续性规则 (#463)
34+
- **GitHub**: 带自定义说明的Copilot代码审查设置 (#460)
35+
- **文档**: 自动启动问题的TUI故障排除指南 (#520)
36+
37+
### 变更
38+
39+
- **TUI 活动**: Activity热图替换为水平条形图 (#517)
40+
- **TUI 布局**: FocusedAgent面板宽度减少约10%,Activity/FlowMap面板扩大 (#501)
41+
- **TUI 任务**: task:synced合并为单次处理并修复事件顺序 (#504)
42+
43+
### 修复
44+
45+
- **TUI HeaderBar**: AUTO模式在流程中错误显示为顺序步骤 (#488)
46+
- **TUI 任务**: PLAN/EVAL模式下任务面板无数据 (#492)
47+
- **TUI Live**: Live面板几乎无数据——用`renderLiveContext`替换时间窗口气泡 (#502)
48+
- **TUI 进度**: 因TOOL_INVOKED与主代理agentId不匹配导致进度百分比停在0% (#503)
49+
- **TUI AutoLauncher**: 解析TuiAutoLauncher中的绝对二进制路径 (#519)
50+
- **构建**: 在主构建脚本中包含TUI bundle以防止过时导出
51+
- **配置**: 在prettier和tsconfig中排除`.next`和构建产物 (#496)
52+
53+
### 移除
54+
55+
- **MCP服务器**: 未使用代码和死亡导出 (#486)
56+
- **TUI**: 从纯组件中移除已弃用的文本格式化函数
57+
58+
## [4.1.0] - 2026-02-17
59+
60+
### 新增
61+
62+
- **TUI 仪表板**: 基于Ink的终端UI(Header、AgentCard、AgentTree、AgentGrid、StatusBar、ProgressBar组件)
63+
- **TUI EventBus**: 基于EventEmitter2的事件系统,包含`useEventBus``useAgentState` React钩子
64+
- **TUI IPC**: 基于Unix Domain Socket的独立进程间通信
65+
- **TUI 紧凑设计**: 针对24行终端优化的单行布局
66+
- **TUI 拦截器**: 用于实时UI更新的MCP工具分发层
67+
- **MCP 服务器**: SSE端点的Bearer令牌认证 (#416)
68+
- **代理系统**: `dispatch_agents`工具和`parse_mode`响应中的自动分发 (#328)
69+
- **EVAL模式**: EVAL模式中的`recommendedActAgent`支持 (#361)
70+
71+
### 变更
72+
73+
- **Prettier**: 使用`printWidth: 100`重新格式化整个代码库 (#423)
74+
- **MCP服务器**: 提取共享`rules-core``keyword-core`模块 (#415)
75+
76+
### 修复
77+
78+
- 插件`isPathSafe()`路径规范化和大小写不敏感匹配 (#419)
79+
- MCP服务器`appendContext` `findLastIndex`合并逻辑 (#410)
80+
- 关键字意图解析在推荐模式下跳过项目配置
81+
882
## [4.0.1] - 2026-02-04
983

1084
### 新增

0 commit comments

Comments
 (0)