Releases: Kewton/CommandMate
Releases · Kewton/CommandMate
v0.5.5
What's Changed
- feat(sidebar): PC版サイドバーをコンパクト化・ツールチップ表示 (#651) by @Kewton in #653
- feat(memo): CMATE Notes 上限 5→10 (#652) by @Kewton in #654
- feat(assistant): Home画面にアシスタントチャット機能を追加 (#649) by @Kewton in #655
- feat: add assistant chat to Home page with global CLI sessions (#649) by @Kewton in #656
- fix(sidebar): resolve post-compaction UX issues — resize, tooltip, overflow by @Kewton in #657
- fix(sidebar): remove group header underline; eliminate drag-resize lag by @Kewton in #658
- feat(sidebar): differentiate sidebar background and add DnD group reordering by @Kewton in #659
- fix(sidebar): add dynamic export to group-order route to prevent static caching by @Kewton in #660
- fix(sidebar): prevent spurious full-page reloads on rapid branch clicks by @Kewton in #661
- fix(sidebar): cancel fallback timer on unmount and add unmount test by @Kewton in #662
- fix(sidebar): remove fallback timer that caused full-page reloads by @Kewton in #663
- feat(sidebar): preserve scroll position across branch navigation by @Kewton in #664
- style(assistant): refine AssistantChatPanel UI layout and visual design (#649) by @Kewton in #665
- fix(assistant): align dropdown heights in AssistantChatPanel controls by @Kewton in #666
- feat(assistant-chat): dedicated Chat tab with Claude/Codex non-interactive mode by @Kewton in #667
- chore: merge develop to main (assistant chat, sidebar improvements, memo) by @Kewton in #668
- release: v0.5.5 by @Kewton in #669
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- feat(db): add repository display name aliases (#642) by @Kewton in #643
- feat(repositories): リポジトリ一覧表示と別名編集UI (#644) by @Kewton in #645
- feat(editor): YAML ファイル編集・拡張子選択ダイアログ (#646) by @Kewton in #647
- release: develop → main (リポジトリ一覧UI・YAML編集・バグ修正) by @Kewton in #648
- chore: release v0.5.4 by @Kewton in #650
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- chore: release v0.5.2 by @Kewton in #625
- fix(report): use tool-specific permission for daily summary generation (#626) by @Kewton in #628
- feat(report): add commit log collection from all repositories (#627) by @Kewton in #629
- feat(report): add GitHub Issue context to daily report prompts (#630) by @Kewton in #631
- fix(report): filter invalid repositories before commit log collection (#632) by @Kewton in #633
- fix(report): use section-based prompt length limits (#634) by @Kewton in #635
- feat(cli): add report command for daily report generation (#636) by @Kewton in #637
- feat(report): add generation status visibility for UI and CLI (#638) by @Kewton in #639
- develop → main: レポート機能強化・Codex検出改善・CLIレポートコマンド by @Kewton in #640
- release: v0.5.3 by @Kewton in #641
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- feat(detection): support Codex Reasoning Level numbered prompt (#616) by @Kewton in #617
- fix(detection): detect Codex /model selection list for Reasoning Level UI (#619) by @Kewton in #620
- feat(report): add template system with CRUD API and 3-mode generation UI (#618) by @Kewton in #621
- fix(detection): detect Codex /model selection as selection list instead of multiple_choice (#622) by @Kewton in #623
- develop → main: Codex prompt detection, report templates, copy button by @Kewton in #624
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- fix(status): unify capture line count to fix spinner stuck on ready (#604) by @Kewton in #605
- fix(sidebar): add adaptive polling for real-time status sync (#608) by @Kewton in #609
- feat(sessions): add sort options and message preview (#606) by @Kewton in #610
- feat(daily-summary): implement daily summary with AI report (#607) by @Kewton in #611
- feat(report): add user instruction input and UI improvements (#612) by @Kewton in #613
- release: v0.4.18 - Sessions/Report UI, sidebar sync, status fixes by @Kewton in #614
- release: v0.5.1 by @Kewton in #615
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.16
v0.4.15
What's Changed
- feat(schedule): add Copilot CLI permission flag support (#584) by @Kewton in #585
- fix(slash-commands): prevent Copilot builtins from overriding Claude standard commands (#586) by @Kewton in #587
- feat(schedule): allow Copilot model selection in CMATE schedules (#588) by @Kewton in #589
- release: v0.4.15 - Copilot CLI enhancements & bug fixes by @Kewton in #590
- release: v0.4.15 by @Kewton in #591
Full Changelog: v0.4.14...v0.4.15
v0.4.14
What's Changed
- feat: Auto-Yesエージェント毎独立制御 (#525) by @Kewton in #527
- fix: syncWorktreesToDB()でworktree削除時にtmuxセッションをクリーンアップ (#526) by @Kewton in #528
- fix: Auto-YesのUI状態をエージェント毎に分離 (#525) by @Kewton in #529
- feat: retain message history after session clear (#168) by @Kewton in #530
- feat: implement delayed message sending timer (#534) by @Kewton in #535
- feat: Issue #534 指定時間後メッセージ送信 by @Kewton in #536
- fix(timer): add agent selector to TimerPane registration form by @Kewton in #538
- fix: add session check before timer execution (#539) by @Kewton in #541
- feat: add timer history limit, pagination, and cleanup (#540) by @Kewton in #542
- feat: add GitHub Copilot CLI tool support (#545) by @Kewton in #546
- fix: add Copilot CLI builtin slash commands and selection window detection (#547) by @Kewton in #553
- fix: enable vertical scrolling on mobile file list (#548) by @Kewton in #554
- feat: add copy-to-clipboard for Path in worktree info (#552) by @Kewton in #555
- fix: enable vertical scrolling on mobile file list v2 (#548) by @Kewton in #556
- fix: add all Copilot CLI slash commands and fix selection list detection (#547) by @Kewton in #557
- fix: complete Copilot CLI slash commands and selection list handling (#547) by @Kewton in #558
- fix: delegate Copilot slash commands to sendMessage for prompt-aware execution (#559) by @Kewton in #560
- feat: default to preview tab in mobile markdown viewer (#549) by @Kewton in #561
- feat(wsl2): WSL2環境でのWindows対応 by @Kewton in #566
- docs(wsl2): セットアップガイドにgh CLI手順・トラブルシュート追記 by @Kewton in #567
- feat(copilot): Copilot TUI対応 - レスポンス保存・重複防止・メッセージ送信修正 (#565) by @Kewton in #568
- fix(copilot): Copilot TUI対応 - レスポンス保存・重複防止・メッセージ送信 (#565) by @Kewton in #569
- fix(copilot): COPILOT_SKIP_PATTERNSにTUI装飾パターン追加 (#565) by @Kewton in #570
- fix(copilot): Copilot History冗長表示修正 (#571) by @Kewton in #572
- refactor(db): 廃止予定ファイル削除・インポートパス統一 (#550) by @Kewton in #577
- refactor: 危険な型キャスト除去・サイレント失敗改善 (#573) by @Kewton in #578
- refactor: セキュリティコメント体系統一・入力サニタイズ強化 (#574) by @Kewton in #579
- refactor: 巨大ファイル分割・責務整理 (#575) by @Kewton in #580
- feat(cli): commandmatedev send --model オプション追加 (#576) by @Kewton in #581
- Release: develop → main (v0.4.13+) by @Kewton in #582
- chore: release v0.4.14 by @Kewton in #583
Full Changelog: v0.4.13...v0.4.14