feat: add git branch/worktree setup, message queueing, file explorer improvements, and server restart

This commit is contained in:
Mohamed Boudra
2025-11-22 23:20:42 +01:00
parent 9feec81047
commit 95bacf8fc7
40 changed files with 3759 additions and 644 deletions

View File

@@ -15,9 +15,11 @@
"start": "npm run start --workspace=@paseo/server",
"android": "npm run android --workspace=@paseo/app",
"ios": "npm run ios --workspace=@paseo/app",
"web": "npm run web --workspace=@paseo/app"
"web": "npm run web --workspace=@paseo/app",
"postinstall": "patch-package"
},
"devDependencies": {
"patch-package": "^8.0.1",
"typescript": "^5.9.3"
},
"description": "Paseo: voice-controlled development environment with OpenAI Realtime API",