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 @@ -8,6 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0




## [0.4.0] - 2026-03-05
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra blank lines before new section

Four consecutive blank lines appear before the ## [0.4.0] heading (lines 8–11), whereas the rest of the file uses a single blank line between sections. Consider trimming these to be consistent with the rest of the file.

Suggested change
## [0.4.0] - 2026-03-05
## [0.4.0] - 2026-03-05
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 12

Comment:
Extra blank lines before new section

Four consecutive blank lines appear before the `## [0.4.0]` heading (lines 8–11), whereas the rest of the file uses a single blank line between sections. Consider trimming these to be consistent with the rest of the file.

```suggestion
## [0.4.0] - 2026-03-05
```

How can I resolve this? If you propose a fix, please make it concise.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!


### Added
- visual validation, notable components, and Figma context improvements (#254)
- enhance Figma integration with full API property coverage (#251)
- Figma-specific agent prompts, auto-inject tokens, spec cap (#248)
- expose --max-cost CLI flag with cost threshold warnings (#247)
- unified task management across GitHub & Linear (#196)

### Fixed
- show model name and cost in loop header (#249)
- add Tailwind v4 @theme inline guidance to prevent v3 patterns (#246)
- auto mode gets stuck in validation loop on pre-existing test failures (#245)
- prevent PR targeting same branch and duplicated prefix (#244)
- show task title instead of agent name in loop header (#242)

### Changed
- add context-builder and task-executor tests (#250)

## [0.3.1] - 2026-02-19
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing CHANGELOG entry for v0.3.2

The package.json was at version 0.3.2 before this PR (confirmed in PR description: "Previous: 0.3.2"), yet there is no ## [0.3.2] section in CHANGELOG.md. The history jumps directly from [0.3.1] to [0.4.0], leaving the patch release undocumented. If 0.3.2 contained meaningful changes, they should be recorded here to maintain an accurate audit trail.

Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 31

Comment:
Missing CHANGELOG entry for v0.3.2

The `package.json` was at version `0.3.2` before this PR (confirmed in PR description: "Previous: 0.3.2"), yet there is no `## [0.3.2]` section in `CHANGELOG.md`. The history jumps directly from `[0.3.1]` to `[0.4.0]`, leaving the patch release undocumented. If `0.3.2` contained meaningful changes, they should be recorded here to maintain an accurate audit trail.

How can I resolve this? If you propose a fix, please make it concise.


### Documentation & Blog
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ralph-starter",
"version": "0.3.2",
"version": "0.4.0",
"description": "Ralph Wiggum made easy. One command to run autonomous AI coding loops with auto-commit, PRs, and Docker sandbox.",
"main": "dist/index.js",
"bin": {
Expand Down