Home Docs Blog Product Contact

Settings Reference

Complete list of OmniIDE-specific settings. Access via Ctrl+,.

AI Settings

SettingTypeDefaultDescription
omni.gemini.apiKeystring""Google Gemini API key
omni.gemini.modelstring"gemini-pro"Gemini model to use
omni.gemini.maxTokensnumber8192Maximum tokens per request
omni.gemini.temperaturenumber0.1Response temperature
omni.ollama.enabledbooleanfalseEnable Ollama backend
omni.ollama.endpointstring"http://localhost:11434"Ollama server URL
omni.ollama.modelstring"codellama:13b"Ollama model to use

Agent Settings

SettingTypeDefaultDescription
omni.agent.autoFixbooleantrueAuto-fix detected errors
omni.agent.maxRetriesnumber3Max healing attempts
omni.agent.confirmBeforeExecutebooleanfalseRequire confirmation for commands
omni.agent.verboseLoggingbooleanfalseEnable detailed agent logs

Sandbox Settings

SettingTypeDefaultDescription
omni.sandbox.enabledbooleantrueEnable Hardened Sandbox
omni.sandbox.timeoutnumber30000Command timeout (ms)
omni.sandbox.allowNetworkbooleanfalseAllow network access
omni.sandbox.allowFileWritebooleantrueAllow file writes

Related