Initial commit: Codex Launcher — Any AI Provider

Multi-provider integration for OpenAI Codex CLI/Desktop.

- Translation proxy: Responses API ↔ Chat Completions / Anthropic Messages
- GTK launcher with endpoint management, provider presets, Desktop/CLI launch
- Codex Default mode (built-in OAuth, zero config)
- Browser UA injection for Cloudflare-protected providers
- Streaming SSE, tool calls, reasoning content support
- Profile backup/import, model auto-fetch, bulk import
- Zero pip dependencies (pure Python stdlib + GTK)
This commit is contained in:
admin
2026-05-19 14:57:31 +04:00
Unverified
commit d1fef5d984
7 changed files with 2548 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
*.bak
*.pyc
__pycache__
.endpoints.json
config.toml
*.log
.cache/
.codex/
*.swp
*~
.DS_Store