[codex] Fix CLI skill update detection (#257)

* Fix CLI skill update detection

* Preserve linked skills during install refresh

* Keep existing installs working offline

* Respect provider scope during install refresh
This commit is contained in:
Paul Bakaus
2026-06-16 19:50:40 -07:00
committed by GitHub
parent 1268f10b76
commit 8b0c895703
6 changed files with 266 additions and 63 deletions
-2
View File
@@ -44,7 +44,6 @@ export const PROVIDERS = {
configDir: '.codex',
displayName: 'Codex',
frontmatterFields: [],
includeVersion: false,
writeOpenAIMetadata: true,
// No agentFormat: the Codex subagent ships nested inside the skill's own
// agents/ folder (see CODEX_SKILL_PROVIDERS in factory.js), which Codex
@@ -60,7 +59,6 @@ export const PROVIDERS = {
displayName: 'Codex Repo Skills',
placeholderProvider: 'codex',
frontmatterFields: [],
includeVersion: false,
writeOpenAIMetadata: true,
},
github: {