yoi/resources/profiles/default.dcdl

45 lines
830 B
Plaintext

slug = "default";
description = "Default Yoi coding profile.";
scope = "workspace_write";
model = {
ref = "codex-oauth/gpt-5.5";
};
session = {
record_event_trace = true;
};
engine = {
reasoning = "high";
};
compaction = {
kind = "tokens";
threshold = 240000;
request_threshold = 270000;
worker_context_max_tokens = 100000;
};
feature = {
task = { enabled = true; };
memory = { enabled = true; };
web = { enabled = true; };
workers = { enabled = true; };
ticket = { enabled = true; authoring = true; thread = true; };
};
memory = {
extract_threshold = 50000;
consolidation_threshold_files = 5;
consolidation_threshold_bytes = 50000;
};
web = {
enabled = true;
search = {
provider = "brave";
api_key_secret = "web/brave/default";
};
};