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.1] - 2026-04-02

### Added
- Report: ユーザー指示入力とUI改善 (Issue #612)
- Daily Summary: デイリーサマリー機能の実装 (Issue #607)
- Sessions: ソートオプションとメッセージプレビューを追加 (Issue #606)

### Fixed
- Sessions: デフォルトソートを「最終送信(新しい順)」に変更
- Sessions: 表示順をリポジトリ名→ブランチ名の順に変更
- Sidebar: セッションフラグからworktreeステータスを導出し、適応型ポーリングを追加 (Issue #608)
- Status: キャプチャ行数統一によりスピナーがreadyで停止する問題を修正 (Issue #604)

### Refactored
- Daily Summary / Sessions: ヘルパー関数を抽出し重複を削減
- Sessions: sanitizePreviewを共有configモジュールに抽出

## [0.5.0] - 2026-04-02

### 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.0",
"version": "0.5.1",
"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