Integrate claude, improve selenium and support qemu #1

Open
mathben wants to merge 224 commits from develop into master
Showing only changes of commit 4766fcb3b0 - Show all commits

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<manifest>
<remote name="TechnoLibre" fetch="https://github.com/TechnoLibre/" />
<remote name="ggerganov" fetch="https://github.com/ggerganov/" />
<project
name="technolibre_home_mobile.git"
@ -9,4 +10,14 @@
revision="main"
groups="mobile"
/>
<!-- whisper.cpp : moteur de transcription audio locale (NDK JNI) -->
<project
name="whisper.cpp"
path="mobile/erplibre_home_mobile/android/app/src/main/cpp/whisper"
remote="ggerganov"
revision="master"
clone-depth="1"
groups="mobile"
/>
</manifest>