feat: profile解決とmodel catalogを更新
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
slug = "base";
|
||||
description = "Shared base configuration for Yoi Worker profiles.";
|
||||
scope = "workspace_write";
|
||||
|
||||
model = {
|
||||
ref = "codex-oauth/gpt-5.6-sol";
|
||||
};
|
||||
|
||||
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; };
|
||||
objective = { 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";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user