Skip to content

Commit 79909bc

Browse files
committed
update tagline
1 parent 75d165c commit 79909bc

3 files changed

Lines changed: 16 additions & 22 deletions

File tree

pi/extensions/bun.lock

Lines changed: 11 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pi/extensions/custom-header.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ const LOGO_LINES = [
284284

285285
const TAGLINE_LINE_1 = "There are many agent harnesses,";
286286
const TAGLINE_LINE_2_PREFIX = "but this one is ";
287-
const TAGLINE_LINE_2_HIGHLIGHT = "yours";
288-
const TAGLINE_LINE_2_SUFFIX = ".";
287+
const TAGLINE_LINE_2_HIGHLIGHT = "mine";
288+
const TAGLINE_LINE_2_SUFFIX = ". ♥︎ ";
289289

290290
const LOGO_BLOCK_WIDTH = Math.max(...LOGO_LINES.map((l) => visibleWidth(l)));
291291
const FALLBACK_LOGO_GRADIENT_BASE_RGB: Rgb = [80, 160, 255];

pi/extensions/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"kokoro-js": "1.2.1"
1919
},
2020
"devDependencies": {
21-
"@earendil-works/pi-ai": "0.84.1",
22-
"@earendil-works/pi-coding-agent": "0.84.1",
23-
"@earendil-works/pi-tui": "0.84.1",
21+
"@earendil-works/pi-ai": "0.84.2",
22+
"@earendil-works/pi-coding-agent": "0.84.2",
23+
"@earendil-works/pi-tui": "0.84.2",
2424
"@effect/tsgo": "0.19.0",
2525
"@types/node": "24.13.3",
2626
"oxfmt": "0.63.0",

0 commit comments

Comments
 (0)