Release v0.3.105

pull/1484/head
opencode 2025-07-31 23:41:27 +00:00
parent 30e10127f2
commit 7665bd9439
1 changed files with 5 additions and 0 deletions

View File

@ -593,6 +593,11 @@ export type Config = {
formatter?: {
[key: string]: {
disabled?: boolean;
command?: Array<string>;
environment?: {
[key: string]: string;
};
extensions?: Array<string>;
};
};
/**