diff --git a/.yoi/manifest.toml b/.yoi/manifest.toml deleted file mode 100644 index 1964b416..00000000 --- a/.yoi/manifest.toml +++ /dev/null @@ -1,30 +0,0 @@ -[scope] -allow = [ - { target = ".", permission = "write", recursive = true }, -] - -[session] -record_event_trace = true - -[worker] -reasoning = "high" - -[model] -ref = "codex-oauth/gpt-5.5" - -[compaction] -compact_threshold = 200000 -compact_request_threshold = 240000 -compact_worker_max_input_tokens = 100000 - -[memory] -extract_threshold = 50000 - -consolidation_threshold_files = 5 -consolidation_threshold_bytes = 50000 - -[web] -enabled = true -[web.search] -provider = "brave" -api_key_env = "BRAVE_SEARCH_API_KEY"