From 86388092b5000de679045310ac3500653c1e5942 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 3 Feb 2026 23:04:15 +0100 Subject: [PATCH] docs: note pi.dev domain --- README.md | 2 -- packages/coding-agent/CHANGELOG.md | 8 ++++++++ packages/coding-agent/README.md | 2 -- packages/tui/CHANGELOG.md | 4 ++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85e43990..d20ccf4d 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ pi.dev domain graciously donated by

Exy mascot
exe.dev
-
- ❤️

# Pi Monorepo diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 07606435..c243496d 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -2,10 +2,18 @@ ## [Unreleased] +### New Features + +- Share URLs now default to pi.dev, graciously donated by exe.dev. + ### Changed - Share URLs now use pi.dev by default while shittycodingagent.ai and buildwithpi.ai continue to work. +### Fixed + +- Fixed input scrolling to avoid splitting emoji sequences ([#1228](https://github.com/badlogic/pi-mono/pull/1228) by [@haoqixu](https://github.com/haoqixu)) + ## [0.51.3] - 2026-02-03 ### New Features diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index 51d00661..ced85266 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -12,8 +12,6 @@ pi.dev domain graciously donated by

Exy mascot
exe.dev
-
- ❤️

Pi is a minimal terminal coding harness. Adapt pi to your workflows, not the other way around, without having to fork and modify pi internals. Extend it with TypeScript [Extensions](#extensions), [Skills](#skills), [Prompt Templates](#prompt-templates), and [Themes](#themes). Put your extensions, skills, prompt templates, and themes in [Pi Packages](#pi-packages) and share them with others via npm or git. diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index 8394c08d..2d76c5e2 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Fixed + +- Fixed input scrolling to avoid splitting emoji sequences ([#1228](https://github.com/badlogic/pi-mono/pull/1228) by [@haoqixu](https://github.com/haoqixu)) + ## [0.51.3] - 2026-02-03 ## [0.51.2] - 2026-02-03