pi-friday 0.1.0 → 0.2.1

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 +7 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,23 +1,25 @@
1
1
  # Friday
2
2
 
3
- A [pi](https://github.com/nichochar/pi) package that adds a voice-enabled communications side panel. All conversation routes to a dedicated tmux pane with typewriter effect, text-to-speech, and hands-free voice input via wake word detection.
3
+ A [pi](https://github.com/nichochar/pi) package that adds a dedicated communications side panel. All conversation is routed to a separate tmux pane with typewriter effect, keeping your main window clean for code, diffs, and command output. Optionally enable text-to-speech and hands-free voice input via wake word detection.
4
+
5
+ <img width="1051" height="505" alt="image" src="https://github.com/user-attachments/assets/8df16a2e-ec71-4876-aad6-5fcae76b5dff" />
4
6
 
5
7
  ## Installation
6
8
 
7
9
  ```bash
8
- pi install git:github.com/dantetekanem/friday
10
+ pi install npm:pi-friday
9
11
  ```
10
12
 
11
- Or for project-local install:
13
+ Or from git:
12
14
 
13
15
  ```bash
14
- pi install -l git:github.com/dantetekanem/friday
16
+ pi install git:github.com/dantetekanem/friday
15
17
  ```
16
18
 
17
19
  To try without installing:
18
20
 
19
21
  ```bash
20
- pi -e git:github.com/dantetekanem/friday
22
+ pi -e npm:pi-friday
21
23
  ```
22
24
 
23
25
  ## Requirements
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pi-friday",
3
- "version": "0.1.0",
4
- "description": "Voice-enabled communications side panel for pi — wake word detection, TTS, and typewriter text output via a dedicated tmux pane. Stores user data (wake word models, settings) in ~/.pi/agent/friday/.",
3
+ "version": "0.2.1",
4
+ "description": "Dedicated communications side panel for pi — routes all conversation to a separate tmux pane with typewriter effect. Optional TTS and wake word detection. User data stored in ~/.pi/agent/friday/.",
5
5
  "keywords": ["pi-package"],
6
6
  "license": "MIT",
7
7
  "repository": {