summaryrefslogtreecommitdiffhomepage
path: root/packages/host-bin/src/load-external.ts
AgeCommit message (Collapse)Author
2026-06-10host-bin: external-extension loader + claude credential wiringAdam Malczewski
Add loadExternalExtensions(): fault-isolated dynamic import of out-of-repo extensions declared via DISPATCH_EXTERNAL_EXTENSIONS. main.ts assembles the credential-store in boot() so a 'claude' credential is registered when an external anthropic provider is loaded; config.ts surfaces the anthropic model / credential-key settings those extensions read.