pisesh 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -17
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # pisesh
2
2
 
3
- **English** | [한국어](docs/README.ko.md)
3
+ **English** | [한국어](https://github.com/Blue-B/pisesh/blob/main/docs/README.ko.md)
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/pisesh?style=for-the-badge&logo=npm&color=CB3837&logoColor=white)](https://www.npmjs.com/package/pisesh)
6
6
  [![ci](https://img.shields.io/github/actions/workflow/status/Blue-B/pisesh/ci.yml?branch=main&style=for-the-badge&logo=github-actions&logoColor=white&label=CI)](https://github.com/Blue-B/pisesh/actions/workflows/ci.yml)
@@ -234,22 +234,6 @@ If pisesh saves you context-switching time or just makes pi nicer to live in, su
234
234
  - [interactive-shell example extension](https://github.com/earendil-works/pi/blob/main/packages/coding-agent/examples/extensions/interactive-shell.ts) — pattern reference for `ui.custom` + `tui.stop` TTY handoff.
235
235
  - Inspiration for the favorites + tabs UX: [droid CLI](https://github.com/factory-ai/droid) and tmux's [sesh](https://github.com/joshmedeski/sesh).
236
236
 
237
- ## Contributors
238
-
239
- Thanks to everyone who helps make pisesh better! 🙏
240
-
241
- <a href="https://github.com/Blue-B"><img src="https://github.com/Blue-B.png?size=80" width="80" alt="Blue-B" title="Blue-B" /></a>
242
-
243
- ## Repository activity
244
-
245
- ![Repobeats analytics image](https://repobeats.axiom.co/api/embed/a21cb8addd5d2f0ea4ec229c69da5b23855911a8.svg "Repobeats analytics image")
246
-
247
- ## Star History
248
-
249
- <a href="https://star-history.com/#Blue-B/pisesh&Date">
250
- <img src="https://api.star-history.com/svg?repos=Blue-B/pisesh&type=Date&v=20260531" alt="Star History Chart" width="600" />
251
- </a>
252
-
253
237
  ## License
254
238
 
255
239
  MIT © [Blue-B](https://github.com/Blue-B). See [LICENSE](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pisesh",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Bookmark, search, and resume pi coding-agent sessions with a fast keyboard-driven TUI.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -42,7 +42,8 @@
42
42
  "pi": {
43
43
  "extensions": [
44
44
  "./extensions/sesh.ts"
45
- ]
45
+ ],
46
+ "image": "https://raw.githubusercontent.com/Blue-B/pisesh/main/assets/preview.png"
46
47
  },
47
48
  "scripts": {
48
49
  "test": "node --check bin/pisesh && echo 'pisesh: syntax OK'",