[GH-ISSUE #24] M001/S03/T02: Replace P003 (ApiConfigs.js override removal) and add P010 (AiConfiguration.js BYOK preset injection) to patch manifest #26

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

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

T02: Replace P003 (ApiConfigs.js override removal) and add P010 (AiConfiguration.js BYOK preset injection) to patch manifest

Why: The old P003 patch injected window.__BYOK_API_BASE_URL__ dynamic override into ApiConfigs.js — this is superseded by the Generation.js interception approach (P011). P010 injects the BYOK preset into the AI configuration dropdown, which is the visual entry point for users to select their own LLM.

Files

  • patch/manifest.json

Verification

  • node scripts/restore-fixtures.js && node scripts/patch.js --repo test/fixtures --dry-run --strict
Originally created by @BillyOutlast on GitHub (May 17, 2026). Original GitHub issue: https://github.com/Heretek-AI/GDevelop-BYOK/issues/24 ## T02: Replace P003 (ApiConfigs.js override removal) and add P010 (AiConfiguration.js BYOK preset injection) to patch manifest Why: The old P003 patch injected `window.__BYOK_API_BASE_URL__` dynamic override into ApiConfigs.js — this is superseded by the Generation.js interception approach (P011). P010 injects the BYOK preset into the AI configuration dropdown, which is the visual entry point for users to select their own LLM. ### Files - `patch/manifest.json` ### Verification - [ ] node scripts/restore-fixtures.js && node scripts/patch.js --repo test/fixtures --dry-run --strict
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Heretek-AI/GDevelop-BYOK#26