👷 build: add desktop workflow and pre-merge desktop code (#7361)

* add desktop workflow code

* add desktop relative code

* Update pr-release-body.js
This commit is contained in:
Arvin Xu
2025-04-10 10:47:05 +08:00
committed by GitHub
parent 88a7149a58
commit f57f7af1b8
37 changed files with 717 additions and 80 deletions

7
.env.desktop Normal file
View File

@@ -0,0 +1,7 @@
# copy this file to .env when you want to develop the desktop app or you will fail
APP_URL=http://localhost:3015
FEATURE_FLAGS=+pin_list
KEY_VAULTS_SECRET=oLXWIiR/AKF+rWaqy9lHkrYgzpATbW3CtJp3UfkVgpE=
DATABASE_URL=postgresql://postgres@localhost:5432/postgres
DEFAULT_AGENT_CONFIG="model=qwen2.5;provider=ollama;chatConfig.searchFCModel.provider=ollama;chatConfig.searchFCModel.model=qwen2.5"
SYSTEM_AGENT="default=ollama/qwen2.5"