rename agents/main→assistant, role-based default entry agent
Nightly Build / build (push) Successful in 6m31s

This commit is contained in:
2026-07-21 21:40:06 +01:00
parent 17f5769e0d
commit 8ff64cbddc
22 changed files with 204 additions and 44 deletions
+3 -2
View File
@@ -45,13 +45,14 @@ pub fn seed_profiles() -> Vec<SeedProfile> {
id: "member",
label: "Member",
permission_group: "default",
attrs: Some(r#"{"ui_mode":"full"}"#),
attrs: Some(r#"{"ui_mode":"full","chat_agent":"assistant"}"#),
},
RoleSeed {
id: "children",
label: "Children",
permission_group: "default",
attrs: Some(r#"{"ui_mode":"simple"}"#),
// `kid` = the Companion agent (its display name is copy, §0.1).
attrs: Some(r#"{"ui_mode":"simple","chat_agent":"kid"}"#),
},
],
}]