chore(release): v3.3.1 — bug fixes and schema adjustments

This commit is contained in:
diegosouzapw
2026-03-29 16:39:10 -03:00
parent af338d447b
commit 6e9c97fbff
10 changed files with 84 additions and 45 deletions

View File

@@ -56,8 +56,8 @@ export const mergeOpenCodeConfig = (
return {
...safeConfig,
providers: {
...((safeConfig as any).providers || {}),
provider: {
...((safeConfig as any).provider || {}),
omniroute: buildOpenCodeProviderConfig(input),
},
};