You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesign mascot as single-line, fix ASCII alignment; bump to 0.1.1
The 5-line hand-drawn ASCII ghost body didn't align cleanly (text
columns drifted since each face line had a different length) and
looked crude compared to just using the real ghost emoji, which
renders fine on any modern terminal. Replaced it with a single-line
icon (star-flanked emoji, colored per state) plus a plain ASCII face
fallback (o o)/(O O)/(x x) for terminals that can't render it -- both
paths now use a fixed-width icon so the summary/detail text lines up.
Version bump reflects the mascot feature and the judge-cache/env-var
fixes shipped this session.
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project]
6
6
name = "ghostrun"
7
-
version = "0.1.0"
7
+
version = "0.1.1"
8
8
description = "pytest for LLMs: deterministic HTTP record/replay, local LLM-as-judge semantic assertions, and prompt regression diffing for testing GenAI applications."
0 commit comments