fix(coding-agent,ai): restore Bun binary lazy provider loading closes #2314

This commit is contained in:
Mario Zechner
2026-03-17 23:30:18 +01:00
parent 94ba13ccef
commit 8dc2bb969c
6 changed files with 150 additions and 47 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env node
process.title = "pi";
await import("./register-bedrock.js");
await import("../cli.js");