Release v0.3.104

This commit is contained in:
opencode
2025-07-31 23:02:36 +00:00
parent 04e3e83db3
commit c1c99c7e0f

View File

@@ -590,6 +590,11 @@ export type Config = {
type: 'remote';
} & McpRemoteConfig);
};
formatter?: {
[key: string]: {
disabled?: boolean;
};
};
/**
* Additional instruction files or patterns to include
*/