docs: note pi.dev domain

This commit is contained in:
Mario Zechner 2026-02-03 23:04:15 +01:00
parent 9eb8985fe4
commit 86388092b5
4 changed files with 12 additions and 4 deletions

View file

@ -11,8 +11,6 @@
<a href="https://pi.dev">pi.dev</a> domain graciously donated by <a href="https://pi.dev">pi.dev</a> domain graciously donated by
<br /><br /> <br /><br />
<a href="https://exe.dev"><img src="packages/coding-agent/docs/images/exy.png" alt="Exy mascot" width="48" /><br />exe.dev</a> <a href="https://exe.dev"><img src="packages/coding-agent/docs/images/exy.png" alt="Exy mascot" width="48" /><br />exe.dev</a>
<br />
❤️
</p> </p>
# Pi Monorepo # Pi Monorepo

View file

@ -2,10 +2,18 @@
## [Unreleased] ## [Unreleased]
### New Features
- Share URLs now default to pi.dev, graciously donated by exe.dev.
### Changed ### Changed
- Share URLs now use pi.dev by default while shittycodingagent.ai and buildwithpi.ai continue to work. - 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 ## [0.51.3] - 2026-02-03
### New Features ### New Features

View file

@ -12,8 +12,6 @@
<a href="https://pi.dev">pi.dev</a> domain graciously donated by <a href="https://pi.dev">pi.dev</a> domain graciously donated by
<br /><br /> <br /><br />
<a href="https://exe.dev"><img src="docs/images/exy.png" alt="Exy mascot" width="48" /><br />exe.dev</a> <a href="https://exe.dev"><img src="docs/images/exy.png" alt="Exy mascot" width="48" /><br />exe.dev</a>
<br />
❤️
</p> </p>
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. 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.

View file

@ -2,6 +2,10 @@
## [Unreleased] ## [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.3] - 2026-02-03
## [0.51.2] - 2026-02-03 ## [0.51.2] - 2026-02-03