mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
fix(codex): activate harness plugin for forced runtime
This commit is contained in:
committed by
Peter Steinberger
parent
16c608e393
commit
69ba924b53
@@ -59,6 +59,7 @@ export function makeRegistry(
|
||||
plugins: Array<{
|
||||
id: string;
|
||||
channels: string[];
|
||||
activation?: { onAgentHarnesses?: string[] };
|
||||
autoEnableWhenConfiguredProviders?: string[];
|
||||
modelSupport?: { modelPrefixes?: string[]; modelPatterns?: string[] };
|
||||
contracts?: { webSearchProviders?: string[]; webFetchProviders?: string[]; tools?: string[] };
|
||||
@@ -71,6 +72,7 @@ export function makeRegistry(
|
||||
plugins: plugins.map((plugin) => ({
|
||||
id: plugin.id,
|
||||
channels: plugin.channels,
|
||||
activation: plugin.activation,
|
||||
autoEnableWhenConfiguredProviders: plugin.autoEnableWhenConfiguredProviders,
|
||||
modelSupport: plugin.modelSupport,
|
||||
contracts: plugin.contracts,
|
||||
|
||||
Reference in New Issue
Block a user