chore(release): v0.4.13 - #236
Merged
Merged
Conversation
PR Review: chore(release): v0.4.13OverviewThis is a straightforward release PR that bumps the package version from ✅ Code Quality
✅ CI Status
✅ No Issues Found
RecommendationLGTM 👍 - This release PR is ready to merge. All CI checks are passing and the change is clean. |
lavaman131
added a commit
that referenced
this pull request
Mar 26, 2026
Co-authored-by: lavaman131 <dev@example.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
Release v0.4.13 includes configuration system improvements, bug fixes for Copilot CLI integration, and multiple workflow enhancements for the Ralph agent. This release contains a breaking change related to configuration file migration.
🚨 Breaking Changes
Configuration Migration (#234): Settings are now stored in
.atomic/settings.jsoninstead of the previous location. Global agent templates are automatically synced to~/.atomic/during install and update.Migration Notes
.atomic/settings.jsonwith local-over-global resolution~/.atomic/duringatomic installandatomic updateatomic init✨ Key Features
Configuration System (#234)
.atomic/settings.jsonwith local-over-global resolution~/.atomic/during install and update.mcp.jsonand.vscode/mcp.jsondiscoverySDK Improvements (#234)
AgentPartInputagentfield throughSession.stream()and UI layerUI Enhancements (#234, #232)
Workflow Improvements (#234, #232)
clearContext()calls for better context continuity🐛 Bug Fixes
Copilot Integration (#235)
resolveNodePath()Ralph Workflow (#232)
workflowActivestate reset📦 Included PRs
📝 Additional Notes
This release includes comprehensive test coverage with new unit, integration, and E2E tests for workflow inline mode (21 total workflow tests, 1426 total tests passing).