chenbhao commited on
Commit
78702e5
Β·
1 Parent(s): 2fca240

chore: cd desktop && bun run tauri dev

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -7,7 +7,7 @@
7
 
8
  ## πŸ“’ News
9
 
10
- - **2026-05-25** πŸ€– **AI Friend on Desktop** β€” Companion mode with `real-time audio/video`, avatar & background image upload, edge glow effect on transcript, and localStorage persistence.
11
  - **2026-05-25** πŸ–₯️ Desktop app launched β€” Tauri-based native UI with sidebar, tabs, title bar, and session management. Subagent inherits parent class config. Branding updated to Versper AI.
12
  - **2026-05-23** 🧘 Added OpenCode Zen Provider β€” a new model provider for calm, focused AI interactions.
13
  - **2026-05-22** πŸ”§ Fixed OpenCode login flow and refined prompt identity for clearer agent behavior.
@@ -121,6 +121,7 @@ firefox http://localhost:8080
121
  ```
122
 
123
  ```bash
 
124
  # ai_friend api in 8889 so local build Omni model or use cloud service on 8889
125
  ```
126
 
 
7
 
8
  ## πŸ“’ News
9
 
10
+ - **2026-05-25** πŸ€– AI Friend on Desktop β€” Companion mode with `real-time audio/video`, avatar & background image upload, edge glow effect on transcript, and localStorage persistence.
11
  - **2026-05-25** πŸ–₯️ Desktop app launched β€” Tauri-based native UI with sidebar, tabs, title bar, and session management. Subagent inherits parent class config. Branding updated to Versper AI.
12
  - **2026-05-23** 🧘 Added OpenCode Zen Provider β€” a new model provider for calm, focused AI interactions.
13
  - **2026-05-22** πŸ”§ Fixed OpenCode login flow and refined prompt identity for clearer agent behavior.
 
121
  ```
122
 
123
  ```bash
124
+ cd desktop && bun run tauri dev
125
  # ai_friend api in 8889 so local build Omni model or use cloud service on 8889
126
  ```
127