mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-04-26 13:30:57 +00:00
feat(branding): corporate said we're professionals
This commit is contained in:
parent
a64dc76508
commit
df84e3d22f
4 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<p align="center">
|
||||
<a href="https://shittycodingagent.ai">
|
||||
<img src="https://shittycodingagent.ai/logo.svg" alt="pi logo" width="128">
|
||||
<a href="https://pi.dev">
|
||||
<img src="https://pi.dev/logo.svg" alt="pi logo" width="128">
|
||||
</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
|
|
|
|||
|
|
@ -1314,7 +1314,7 @@ Examples:
|
|||
|
||||
### 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 pi.dev and buildwithpi.ai continue to work.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
@ -1917,7 +1917,7 @@ There are multiple SDK breaking changes since v0.49.3. For the quickest migratio
|
|||
|
||||
### Changed
|
||||
|
||||
- `/share` now outputs `buildwithpi.ai` session preview URLs instead of `shittycodingagent.ai`
|
||||
- `/share` now outputs `buildwithpi.ai` session preview URLs instead of `pi.dev`
|
||||
|
||||
## [0.45.0] - 2026-01-13
|
||||
|
||||
|
|
@ -2839,7 +2839,7 @@ Total color count increased from 46 to 50. See [docs/themes.md](docs/themes.md)
|
|||
|
||||
- `ctx.ui.setStatus(key, text)` for hooks to display persistent status text in the footer ([#385](https://github.com/badlogic/pi-mono/pull/385) by [@prateekmedia](https://github.com/prateekmedia))
|
||||
- `ctx.ui.theme` getter for styling status text and other output with theme colors
|
||||
- `/share` command to upload session as a secret GitHub gist and get a shareable URL via shittycodingagent.ai ([#380](https://github.com/badlogic/pi-mono/issues/380))
|
||||
- `/share` command to upload session as a secret GitHub gist and get a shareable URL via pi.dev ([#380](https://github.com/badlogic/pi-mono/issues/380))
|
||||
- HTML export now includes a tree visualization sidebar for navigating session branches ([#375](https://github.com/badlogic/pi-mono/issues/375))
|
||||
- HTML export supports keyboard shortcuts: Ctrl+T to toggle thinking blocks, Ctrl+O to toggle tool outputs
|
||||
- HTML export supports theme-configurable background colors via optional `export` section in theme JSON ([#387](https://github.com/badlogic/pi-mono/pull/387) by [@mitsuhiko](https://github.com/mitsuhiko))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<p align="center">
|
||||
<a href="https://shittycodingagent.ai">
|
||||
<img src="https://shittycodingagent.ai/logo.svg" alt="pi logo" width="128">
|
||||
<a href="https://pi.dev">
|
||||
<img src="https://pi.dev/logo.svg" alt="pi logo" width="128">
|
||||
</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ Paths are relative to the package root. Arrays support glob patterns and `!exclu
|
|||
|
||||
### Gallery Metadata
|
||||
|
||||
The [package gallery](https://shittycodingagent.ai/packages) displays packages tagged with `pi-package`. Add `video` or `image` fields to show a preview:
|
||||
The [package gallery](https://pi.dev/packages) displays packages tagged with `pi-package`. Add `video` or `image` fields to show a preview:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue