Skip to content

Commit 19c824d

Browse files
Kasper Jungeclaude
authored andcommitted
release: v0.2.3
Co-authored-by credit trailer, typed event payloads, and code quality improvements. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 98acc93 commit 19c824d

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ keywords: ralphify changelog, release history, new features, version updates, br
77

88
All notable changes to ralphify are documented here.
99

10+
## 0.2.3 — 2026-03-21
11+
12+
### Added
13+
14+
- **Co-authored-by credit trailer** — every prompt now includes an instruction telling the agent to add `Co-authored-by: Ralphify <noreply@ralphify.co>` to commit messages. On by default; opt out with `credit: false` in RALPH.md frontmatter.
15+
16+
### Improved
17+
18+
- **Typed event payloads** — replaced `dict[str, Any]` event data with TypedDict classes throughout the engine and console emitter for stronger type safety.
19+
- **Code quality** — standardized imports, extracted constants, simplified TypedDicts with `NotRequired`.
20+
21+
---
22+
1023
## 0.2.2 — 2026-03-21
1124

1225
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ralphify"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Stop stressing over not having an agent running. Ralph is always running"
55
readme = "README.md"
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)