Skip to content

Commit ec57dee

Browse files
committed
rename pi package to @earendil-works and bump npm version
1 parent 6d4d55f commit ec57dee

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm](https://img.shields.io/npm/v/pi-mux?style=flat-square&logo=npm&logoColor=white&label=npm&color=1bb91f)](https://www.npmjs.com/package/pi-mux) [![node](https://img.shields.io/badge/node-%3E%3D18-1bb91f?style=flat-square&logo=nodedotjs&logoColor=white)](https://nodejs.org) [![tmux](https://img.shields.io/badge/tmux-%3E%3D3.0-1bb91f?style=flat-square&logo=tmux&logoColor=white)](https://github.com/tmux/tmux)
44

5-
[Pi](https://github.com/badlogic/pi-mono) session multiplexer. Run multiple Pi sessions in one terminal via `tmux`. Switch between them without killing the one you're leaving.
5+
[Pi](https://github.com/earendil-works/pi) session multiplexer. Run multiple Pi sessions in one terminal via `tmux`. Switch between them without killing the one you're leaving.
66

77
![demo](https://raw.githubusercontent.com/leohenon/pi-mux/HEAD/demo.gif)
88

@@ -12,7 +12,7 @@
1212
pi install npm:pi-mux
1313
```
1414

15-
Requires tmux 3.0+. Run Pi inside any `tmux` session. Outside `tmux`, `pi-mux` is a no-op.
15+
Requires tmux 3.0+ and pi ≥ 0.74.0. Run Pi inside any `tmux` session. Outside `tmux`, `pi-mux` is a no-op.
1616

1717
## Commands
1818

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pi-mux",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Run multiple pi sessions concurrently in one terminal via tmux",
55
"type": "module",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
"peerDependencies": {
24-
"@earendil-works/pi-coding-agent": "*"
24+
"@earendil-works/pi-coding-agent": ">=0.74.0"
2525
},
2626
"devDependencies": {
2727
"@earendil-works/pi-coding-agent": "^0.74.0",

0 commit comments

Comments
 (0)