Release v0.3.105

This commit is contained in:
opencode
2025-07-31 23:41:27 +00:00
parent 30e10127f2
commit 7665bd9439

View File

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