Merge branch 'cv-main'

This commit is contained in:
xintaofei
2026-04-24 14:29:44 +08:00
14 changed files with 101 additions and 5 deletions

View File

@@ -302,6 +302,10 @@ pub struct AgentSkillItem {
pub scope: AgentSkillScope,
pub layout: AgentSkillLayout,
pub path: String,
/// True for skills bundled by the agent CLI itself (e.g. Codex's
/// `~/.codex/skills/.system/*`). Surfaced so the UI can show them but
/// refuse to edit or delete; the backend also refuses such writes.
pub read_only: bool,
}
#[derive(Debug, Clone, Serialize)]