Commit graph

10 commits

Author SHA1 Message Date
hlohaus
4399b432c4 Refactor OpenaiChat authentication flow; replace get_nodriver with async context manager and improve error handling
Update backend_anon_url in har_file.py for correct endpoint
Add async context manager for get_nodriver_session in requests module
Fix start-browser.sh to remove stale cookie file before launching Chrome
2025-10-02 02:08:20 +02:00
hlohaus
d0ae94def3 Refactor Copilot provider to improve authentication handling and streamline media uploads; add error handling for user retrieval. Enhance QwenCode provider to manage token validation and refresh logic. Update backend API to include new error handling for model and provider not found scenarios. Add start-browser script for automated Chrome launch. 2025-09-06 20:11:24 +02:00
hlohaus
83e1519165 Update Nuitka build script to include --onefile argument and improve output verification 2025-09-05 10:49:11 +02:00
H Lohaus
6aa0a6a535
Update build-nuitka.sh 2025-09-05 10:12:20 +02:00
hlohaus
25b35ddf99 Refactor build scripts and API to enhance model handling and improve timeout functionality 2025-09-04 22:21:42 +02:00
copilot-swe-agent[bot]
ea42788e8d Add validation tests and ARM64 build plan documentation
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
2025-08-26 22:55:36 +00:00
copilot-swe-agent[bot]
1f85c85b72 Implement Nuitka-based package building with architecture support
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
2025-08-26 22:53:07 +00:00
hlohaus
bb8b7999a0 Update build-packages.yml 2025-08-22 21:08:25 +02:00
copilot-swe-agent[bot]
b26c6abc2a Add Debian package builds and fix release asset uploads
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
2025-08-22 18:23:08 +00:00
Copilot
9f02959cfc
Add comprehensive build workflow for multiple package formats (pip, winget, docker, executables, deb) (#3138)
* Add comprehensive build workflow and package configuration

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>

* Complete build workflow implementation with documentation and testing

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>

* Update WinGet package structure and build dependencies per feedback

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>

* Simplify WinGet package identifier to "g4f" and add winget/* to .gitignore

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
2025-08-22 10:59:04 +02:00