Skip to content

Commit 7563adf

Browse files
rubenmarcusclaude
andauthored
chore(release): v0.5.0 (#319)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f4975f8 commit 7563adf

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.0] - 2026-04-08
89

10+
### Added
11+
- Interactive integration wizards: `ralph-starter github`, `ralph-starter linear`, `ralph-starter notion` (#270, #271, #272)
12+
- Linear status sync during loop execution via `--linear-sync` flag (#274)
13+
- Agent reviewer: LLM-powered diff review before commit via `--review` flag (#292)
14+
- Headless mode and `--no-auto-skills` flag (#294)
15+
- Modular SDK agent runtimes: Anthropic SDK, OpenCode SDK (#293)
16+
- Amp (Sourcegraph) as first-class agent with SDK + CLI support (#291)
17+
- VHS terminal demo tape files (#264)
18+
- FAQPage and HowTo JSON-LD schemas for SEO/AEO (#267)
19+
- Randomized hero terminal demo across integrations (#263)
20+
21+
### Changed
22+
- Bumped 12 dependencies including esbuild, yaml, inquirer, simple-git, lint-staged
23+
- Updated CI actions: codecov v6, codeql-action v4.35.1, pnpm/action-setup v5
24+
25+
### Documentation
26+
- English blog post on Figma-to-code visual validation (#265)
927

1028

1129

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.4.5",
3+
"version": "0.5.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)