[GH-ISSUE #27] M001/S04/T02: Create P012 patch for inline BYOK config form and update test pipeline #27

Open
opened 2026-06-04 14:29:28 -04:00 by yindo · 0 comments
Owner

Originally created by @BillyOutlast on GitHub (May 18, 2026).
Original GitHub issue: https://github.com/Heretek-AI/GDevelop-BYOK/issues/27

T02: Create P012 patch for inline BYOK config form and update test pipeline

Why: The inline BYOK config form is the core deliverable of S04. When the user selects the 'byok' preset from the dropdown, the form expands below it with provider type, endpoint URL, API key (masked), and model name fields. Saving persists config via window.byokAi.setConfig() → IPC → electron-store.

Files

  • patch/manifest.json
  • scripts/test-patches.js

Verification

  • node scripts/patch.js --repo test/fixtures --strict --dry-run 2>&1 | grep -q "finder matches 12"
Originally created by @BillyOutlast on GitHub (May 18, 2026). Original GitHub issue: https://github.com/Heretek-AI/GDevelop-BYOK/issues/27 ## T02: Create P012 patch for inline BYOK config form and update test pipeline Why: The inline BYOK config form is the core deliverable of S04. When the user selects the 'byok' preset from the dropdown, the form expands below it with provider type, endpoint URL, API key (masked), and model name fields. Saving persists config via window.byokAi.setConfig() → IPC → electron-store. ### Files - `patch/manifest.json` - `scripts/test-patches.js` ### Verification - [ ] node scripts/patch.js --repo test/fixtures --strict --dry-run 2>&1 | grep -q "finder matches 12"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Heretek-AI/GDevelop-BYOK#27