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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.3] - 2026-04-05

### Added
- Report: レポート生成ステータスをUIとCLIで可視化 (Issue #638)
- CLI: `report` コマンドを追加(日次レポートの生成・表示・一覧表示) (Issue #636)
- Report: 日次レポートのプロンプトにGitHub Issueコンテキストを追加 (Issue #630)
- Report: 日次レポート生成にコミットログ収集を追加 (Issue #627)

### Fixed
- Report: ステータスエンドポイントのdynamic renderingを強制 (Issue #638)
- Report: セクション別プロンプト長制限でcommit_logとissue_contextを保持 (Issue #634)
- Report: コミットログ収集前に無効なリポジトリをフィルタリング (Issue #632)
- Codex: daily summary生成にツール固有パーミッションを使用 (Issue #626)

### Refactored
- Utils: JSDocの関連付け修正とタイムアウトユーティリティの整理 (Issue #627)

## [0.5.2] - 2026-04-04

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commandmate",
"version": "0.5.2",
"version": "0.5.3",
"description": "A local control plane for agent CLIs — orchestration and visibility for Claude Code, Codex, Gemini CLI, and more across Git worktrees",
"keywords": [
"claude-code",
Expand Down
Loading