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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project are documented in this file.

The format is based on Keep a Changelog and this project follows Semantic Versioning.

## [0.4.2] - 2026-03-07

### Fixed
- Show MCP provider name and labels in startup header instead of local file path (#56).
- `--status` now shows live open task count from remote provider (#57).
- `--research` mode now closes remote tasks via MCP after completing research output (#58).
- `tasklist_prompt.md` now explicitly forbids builder from committing during implementation (#60).
- Orchestrator detects when builder commits early and uses committed diff for review (#60).

## [0.4.1] - 2026-03-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "millstone"
version = "0.4.1"
version = "0.4.2"
description = "Orchestrator for agentic coding tools"
readme = "README.md"
requires-python = ">=3.10"
Expand Down