gpt4free/g4f
copilot-swe-agent[bot] fbba404793 security: fix path traversal, weak RSA key, broken access control, and SSRF vulnerabilities
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
2026-03-06 16:13:07 +00:00
..
api fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00
cli Add support for custom cookies directory in CLI arguments and update run_api_args to handle it 2026-02-24 13:30:11 +01:00
client fix: update Ollama class to improve model retrieval and refactor base_url handling 2026-03-04 19:54:39 +01:00
gui security: fix path traversal, weak RSA key, broken access control, and SSRF vulnerabilities 2026-03-06 16:13:07 +00:00
image Refactor CopilotSession and DeepInfra providers to improve error handling and remove unused code; update OpenaiTemplate for image response formatting 2026-02-24 15:38:14 +01:00
integration
local
locals
mcp feat: Add synthesize endpoint for text-to-speech in MCPServer 2026-01-24 09:35:26 +01:00
Provider fix: update Ollama class to improve model retrieval and refactor base_url handling 2026-03-04 19:54:39 +01:00
providers Enhance timeout error messaging in Async providers to include provider name for better debugging 2026-02-23 06:55:16 +01:00
requests fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00
tools fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00
__init__.py
__main__.py
config.py Refactor Api class to remove unused base_url configuration and update proxy handling in iter_run_tools 2026-02-23 14:17:02 +01:00
cookies.py Refactor AntigravityProvider to improve retry logic on 503 errors; update BrowserConfig to load executable path and connection timeout from environment variables 2026-02-24 16:12:12 +01:00
debug.py
errors.py fix: Update references from 'nest_asyncio' to 'nest-asyncio2' across the codebase 2026-01-27 11:29:43 +01:00
files.py
models.py Update models.py 2026-02-24 19:26:00 +01:00
typing.py feat: add usage retrieval methods for GitHub Copilot and Antigravity providers, update Flask dependency to async version 2026-02-20 13:55:04 +01:00
version.py