feat: profile解決とmodel catalogを更新
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
slug = "default";
|
||||
description = "Default Yoi coding profile.";
|
||||
slug = "base";
|
||||
description = "Shared base configuration for Yoi Worker profiles.";
|
||||
scope = "workspace_write";
|
||||
|
||||
model = {
|
||||
ref = "codex-oauth/gpt-5.5";
|
||||
ref = "codex-oauth/gpt-5.6-sol";
|
||||
};
|
||||
|
||||
session = {
|
||||
@@ -1,4 +1,4 @@
|
||||
import "./default.dcdl" // {
|
||||
import "./base.dcdl" // {
|
||||
slug = "coder";
|
||||
description = "Ticket implementation coder profile.";
|
||||
scope = "workspace_write";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import "./default.dcdl" // {
|
||||
import "./base.dcdl" // {
|
||||
slug = "companion";
|
||||
description = "Workspace companion profile.";
|
||||
scope = "workspace_write";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import "./default.dcdl" // {
|
||||
import "./base.dcdl" // {
|
||||
slug = "intake";
|
||||
description = "Ticket intake profile.";
|
||||
scope = "workspace_write";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import "./default.dcdl" // {
|
||||
import "./base.dcdl" // {
|
||||
slug = "memory-consolidation";
|
||||
description = "Memory staging consolidation profile.";
|
||||
scope = "workspace_read";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import "./default.dcdl" // {
|
||||
import "./base.dcdl" // {
|
||||
slug = "orchestrator";
|
||||
description = "Ticket orchestrator profile.";
|
||||
scope = "workspace_write";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import "./default.dcdl" // {
|
||||
import "./base.dcdl" // {
|
||||
slug = "reviewer";
|
||||
description = "Ticket review profile.";
|
||||
scope = "workspace_read";
|
||||
|
||||
Reference in New Issue
Block a user