Skip to content

Commit 34526e5

Browse files
authored
Merge pull request #262 from multivmlabs/release/v0.4.0
chore(release): v0.4.0
2 parents 985ea91 + 7519309 commit 34526e5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99

1010

11+
12+
## [0.4.0] - 2026-03-05
13+
14+
### Added
15+
- visual validation, notable components, and Figma context improvements (#254)
16+
- enhance Figma integration with full API property coverage (#251)
17+
- Figma-specific agent prompts, auto-inject tokens, spec cap (#248)
18+
- expose --max-cost CLI flag with cost threshold warnings (#247)
19+
- unified task management across GitHub & Linear (#196)
20+
21+
### Fixed
22+
- show model name and cost in loop header (#249)
23+
- add Tailwind v4 @theme inline guidance to prevent v3 patterns (#246)
24+
- auto mode gets stuck in validation loop on pre-existing test failures (#245)
25+
- prevent PR targeting same branch and duplicated prefix (#244)
26+
- show task title instead of agent name in loop header (#242)
27+
28+
### Changed
29+
- add context-builder and task-executor tests (#250)
30+
1131
## [0.3.1] - 2026-02-19
1232

1333
### Documentation & Blog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ralph-starter",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Ralph Wiggum made easy. One command to run autonomous AI coding loops with auto-commit, PRs, and Docker sandbox.",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)