Merged
Conversation
Summarize features and fixes shipped since 0.4.0: --worktrees MCP support, --dry-run/--status provider info, --prepare-release COMPLETED_TASKS fix, mypy exclusions, eval lint exit-code fix, and --split-task remote provider graceful error. Generated with millstone orchestrator
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps version to 0.4.1 and adds CHANGELOG entry for six post-0.4.0 fixes.
Fixes in 0.4.1
--dry-run/--statusnow show remote provider info instead of a missing file path (fix: show provider info in --dry-run and --status with remote tasklist backends #44)--worktreesnow works with MCP backends (feat: support --worktrees with MCP tasklist providers #46)--prepare-releaseCOMPLETED_TASKS placeholder now gets real content (fix: populate COMPLETED_TASKS with real content in --prepare-release #48)mypyexcludesbuild/andtests/to silence false-positive errors (fix: exclude build/ and tests/ from mypy to silence false-positive errors #50)--evallint score now uses exit code instead of output line count (fix: use exit code to determine lint error count in --eval #51)--split-taskprints graceful error for remote providers (fix: graceful error for --split-task with remote MCP providers #53)Closes #54
🤖 Generated with Claude Code