Add home directory as trusted project in Codex config

This commit is contained in:
Fabio Scotto di Santolo
2026-04-16 12:04:13 +02:00
parent d2c5036190
commit 8bfe9f0a32

View File

@@ -6,3 +6,6 @@ base_url = "http://localhost:11434/v1"
model = "gpt-5.4"
model_provider = "ollama-launch"
model_reasoning_effort = "medium"
[projects."/home/fscotto"]
trust_level = "trusted"