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

## [Unreleased]

## [0.4.15] - 2026-03-31

### Added
- Schedule: allow Copilot model selection in CMATE schedule CLI Tool column (Issue #588)
- Schedule: add Copilot CLI permission flag support for CMATE schedules (Issue #584)
- Schedule: expose active schedule state
- Commands: add current-situation, cause-analysis commands and update orchestrate for bug workflow
- Commands: add Codex cross-review to multi-stage review commands

### Fixed
- Slash commands: prevent Copilot builtins from overriding Claude standard commands (Issue #586)
- Schedule: recover inactive schedule cron jobs
- Schedule: stop cron job when schedule is disabled via Enabled=false
- Commands: correct agent assignment rules in orchestrate command
- Scripts: add .env auto-loading to all shell scripts
- Schedule: add missing new files for Copilot model selection (Issue #588)

### Docs
- Add Copilot model selection syntax to CMATE schedules guide (ja/en)

## [0.4.14] - 2026-03-29

### 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.4.14",
"version": "0.4.15",
"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