Support admin scope skills. (#8296)

a new scope reads from /etc/codex
This commit is contained in:
xl-openai
2025-12-18 18:28:56 -08:00
committed by GitHub
parent d35337227a
commit 8120c8765b
3 changed files with 61 additions and 2 deletions

View File

@@ -1721,6 +1721,7 @@ pub enum SkillScope {
User,
Repo,
System,
Admin,
}
#[derive(Debug, Clone, Deserialize, Serialize, JsonSchema, TS)]