chenbhao commited on
Commit
d7e83a1
Β·
1 Parent(s): 52c09f9

chore: update news

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -8,6 +8,12 @@
8
 
9
  ## πŸ“’ News
10
 
 
 
 
 
 
 
11
  - **2026-06-15** 🎯 Goal Tracking β€” New `/goal` command with prompt input footsider and lastline display for real-time goal tracking.
12
  - **2026-06-15** πŸ–ΌοΈ WebSearch Image Preview β€” WebSearch markdown now displays inline image links natively.
13
  - **2026-06-15** πŸ”Š Feishu Voice β€” Feishu integration now supports both VoxCPM and Edge-TTS voice synthesis.
 
8
 
9
  ## πŸ“’ News
10
 
11
+ - **2026-06-22** πŸ”Š Groq Whisper STT β€” CLI `/voice` now uses Groq Whisper API (cloud whisper-large-v3, no Python needed) and `node-edge-tts` for TTS, matching Friend's stack.
12
+ - **2026-06-21** πŸŽ™οΈ Groq Free STT β€” Friend voice input now supports Groq Whisper API as STT provider; TypeScript-only, no Python subprocess required.
13
+ - **2026-06-21** πŸ–₯️ Friend Desktop β€” `/friend start` launches a Tauri desktop VRM companion app with full-screen mode, real-time TTS/STT, and inter-process communication.
14
+ - **2026-06-21** 🎀 Microphone Fix β€” Resolved Microphone access denied in WebKitGTK; switched to arecord/parecord subprocess audio capture.
15
+ - **2026-06-20** πŸ€– /friend Command β€” In-process VRM companion service: SSE broadcast, voice capture (push-to-talk + streaming), Edge TTS / Qwen TTS, and persona generation from VRM screenshot.
16
+ - **2026-06-19** πŸ“‹ /release-notes β€” New command to display version release notes and what's new.
17
  - **2026-06-15** 🎯 Goal Tracking β€” New `/goal` command with prompt input footsider and lastline display for real-time goal tracking.
18
  - **2026-06-15** πŸ–ΌοΈ WebSearch Image Preview β€” WebSearch markdown now displays inline image links natively.
19
  - **2026-06-15** πŸ”Š Feishu Voice β€” Feishu integration now supports both VoxCPM and Edge-TTS voice synthesis.