Configuration
Each workspace can define a local .openmind.json file.
Default File
{
"provider": "openai",
"model": "gpt-5.1",
"approvalMode": "safe",
"maxContextFiles": 80
}
Commands
openmind config
openmind provider set anthropic
openmind model set claude-3-5-sonnet-latest
openmind index
Fields
-
provider:openai,anthropic, orgemini. model: model name sent to the active provider.-
approvalMode: currentlysafe, requiring confirmations for edits and commands. -
maxContextFiles: maximum files included in automatic workspace context.