mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-09 03:35:38 +02:00
feat: daemon support, general improvement, and preparation for Windows release
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user