Release v0.3.104

pull/1484/head
opencode 2025-07-31 23:02:36 +00:00
parent 04e3e83db3
commit c1c99c7e0f
1 changed files with 5 additions and 0 deletions

View File

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