pi-friday 0.2.0 → 0.2.2

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 +3 -1
  2. package/package.json +8 -4
package/README.md CHANGED
@@ -1,6 +1,8 @@
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
 
package/package.json CHANGED
@@ -1,15 +1,19 @@
1
1
  {
2
2
  "name": "pi-friday",
3
- "version": "0.2.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/.",
5
- "keywords": ["pi-package"],
3
+ "version": "0.2.2",
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
+ "keywords": [
6
+ "pi-package"
7
+ ],
6
8
  "license": "MIT",
7
9
  "repository": {
8
10
  "type": "git",
9
11
  "url": "https://github.com/dantetekanem/friday.git"
10
12
  },
11
13
  "pi": {
12
- "extensions": ["./index.ts"]
14
+ "extensions": [
15
+ "./index.ts"
16
+ ]
13
17
  },
14
18
  "peerDependencies": {
15
19
  "@mariozechner/pi-coding-agent": "*",