feat: add decodal profile archives

This commit is contained in:
2026-07-08 18:57:54 +09:00
parent 56cac3c74a
commit a823d414d0
25 changed files with 930 additions and 21 deletions
+21
View File
@@ -0,0 +1,21 @@
slug = "default";
description = "General Yoi companion profile.";
scope = "workspace_write";
model = {
scheme = "codex";
model_id = "gpt-5";
auth = { kind = "codex_oauth"; };
};
tool_enabled = {
bash = true;
read = true;
write = true;
edit = true;
grep = true;
glob = true;
web_search = true;
web_fetch = true;
memory = true;
};