chore: cd desktop && bun run tauri dev
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
|
| 8 |
## π’ News
|
| 9 |
|
| 10 |
-
- **2026-05-25** π€
|
| 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 |
|