Commit Graph

2 Commits

Author SHA1 Message Date
John Doe 92e7711009 restore: patch manifest, test fixtures, and fixture tooling from orphaned commits 2026-05-16 07:46:11 -04:00
John Doe 4a375b3f3d feat: initial BYOK patching system for GDevelop
Automated pipeline to watch GDevelop releases, patch source for BYOK AI
support, unlock all premium features, and build for Windows/macOS/Linux.

- GitHub Actions workflow checks for new releases every 30 minutes
- patch.js applies 6 patches: premium capabilities, AI proxy reroute,
  watermark defaults, build quotas, preload proxy detection
- AI proxy server (Express) implements GDevelop Generation API protocol
  with support for OpenAI, Anthropic, Google, OpenRouter, and Ollama
- Local build script for manual testing

D001-D003: architectural decisions captured in .gsd/DECISIONS.md
2026-05-15 16:44:54 -04:00