feat: daemon support, general improvement, and preparation for Windows release

This commit is contained in:
zhom
2026-02-01 20:55:09 +04:00
parent e9f4edd120
commit 4a59459eb2
58 changed files with 9763 additions and 296 deletions
+2 -2
View File
@@ -100,7 +100,7 @@ jobs:
- Each array item must be under 80 characters
- overall_assessment must be under 100 characters
- Output ONLY the JSON object, nothing else
model: gpt-5
model: gpt-5-mini
- name: Check if first-time contributor
id: check-first-time
@@ -292,7 +292,7 @@ jobs:
- summary must be under 200 characters
- Be constructive and helpful, not harsh
- Output ONLY the JSON object, nothing else
model: gpt-5
model: gpt-5-mini
- name: Post PR feedback comment
env:
+1 -1
View File
@@ -113,7 +113,7 @@ jobs:
working-directory: src-tauri
- name: Run Rust unit tests
run: cargo test --lib && cargo test --test donut_proxy_integration
run: cargo test --lib && cargo test --test donut_proxy_integration && cargo test --test vpn_integration
working-directory: src-tauri
- name: Run Rust sync e2e tests
@@ -122,7 +122,7 @@ jobs:
- If commits are unclear, infer the purpose from the context
The application is a desktop app built with Tauri + Next.js that helps users manage multiple browser profiles with proxy support.
model: gpt-5
model: gpt-5-mini
- name: Update release with generated notes
if: steps.get-release.outputs.is-prerelease == 'false'