@codexstar/pi-listen 1.0.4 → 1.0.5

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 +11 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # pi-listen
2
2
 
3
+ <p align="center">
4
+ <img src="assets/banner.png" alt="pi-listen — Voice input for the Pi coding agent" width="100%" />
5
+ </p>
6
+
3
7
  **Voice input and side-channel conversations for [Pi](https://github.com/mariozechner/pi-coding-agent).**
4
8
 
5
9
  [![npm version](https://img.shields.io/npm/v/@codexstar/pi-listen.svg)](https://www.npmjs.com/package/@codexstar/pi-listen)
@@ -33,11 +37,15 @@ pi-listen is a Pi extension that adds hands-free voice input and side-channel vo
33
37
  pi install npm:@codexstar/pi-listen
34
38
  ```
35
39
 
36
- > **Migrating from `pi-listen`?** Run: `pi uninstall pi-listen && pi install npm:@codexstar/pi-listen`
40
+ ### First-Time Setup
41
+
42
+ After installing, run the bootstrap script to install all system dependencies (Python, SoX, faster-whisper):
37
43
 
38
- ### First Run
44
+ ```bash
45
+ curl -fsSL https://raw.githubusercontent.com/codexstar69/pi-listen/main/scripts/setup-macos.sh | bash
46
+ ```
39
47
 
40
- On first launch, pi-listen detects your environment and walks you through setup:
48
+ Once dependencies are installed, open pi and the onboarding wizard will walk you through backend selection:
41
49
 
42
50
  ```
43
51
  ? Set up pi-voice now?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexstar/pi-listen",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Voice input, first-run onboarding, and side-channel BTW conversations for Pi",
5
5
  "type": "module",
6
6
  "keywords": [