Skip to content

Commit d8e92ca

Browse files
Kasper Jungeclaude
authored andcommitted
release: v0.1.12 β€” new tagline
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 529d52f commit d8e92ca

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

β€Ždocs/changelog.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ description: Ralphify release history β€” new features, bug fixes, and breaking
66

77
All notable changes to ralphify are documented here.
88

9+
## 0.1.12 β€” 2026-03-20
10+
11+
### Changed
12+
13+
- **New tagline** β€” updated project tagline to "Stop stressing over not having an agent running. Ralph is always running" across CLI, PyPI, and docs.
14+
15+
---
16+
917
## 0.1.11 β€” 2026-03-18
1018

1119
### Improved

β€Žmkdocs.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: Ralphify
2-
site_description: Harness toolkit for autonomous AI coding loops
2+
site_description: Stop stressing over not having an agent running. Ralph is always running
33
site_url: https://computerlovetech.github.io/ralphify/docs/
44
repo_url: https://github.com/computerlovetech/ralphify
55
repo_name: computerlovetech/ralphify

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ralphify"
3-
version = "0.1.11"
4-
description = "Harness toolkit for autonomous AI coding loops"
3+
version = "0.1.12"
4+
description = "Stop stressing over not having an agent running. Ralph is always running"
55
readme = "README.md"
66
license = "MIT"
77
requires-python = ">=3.11"

β€Žsrc/ralphify/cli.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _exit_error(msg: str) -> NoReturn:
5353
"β•šβ•β•β–‘β–‘β•šβ•β•β•šβ•β•β–‘β–‘β•šβ•β•β•šβ•β•β•β•β•β•β•β•šβ•β•β–‘β–‘β–‘β–‘β–‘β•šβ•β•β–‘β–‘β•šβ•β•β•šβ•β•β•šβ•β•β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β•šβ•β•β–‘β–‘β–‘",
5454
]
5555

56-
TAGLINE = "Harness toolkit for autonomous AI coding loops"
56+
TAGLINE = "Stop stressing over not having an agent running. Ralph is always running"
5757

5858

5959
BANNER_COLORS = [
@@ -96,7 +96,7 @@ def main_callback(
9696
ctx: typer.Context,
9797
version: bool = typer.Option(False, "--version", "-V", help="Show version and exit.", callback=_version_callback, is_eager=True),
9898
) -> None:
99-
"""Harness toolkit for autonomous AI coding loops."""
99+
"""Stop stressing over not having an agent running. Ralph is always running."""
100100
if ctx.invoked_subcommand is None:
101101
_print_banner()
102102
rprint(ctx.get_help())

0 commit comments

Comments
Β (0)