Merge branch 'main' of https://github.com/openai/codex into dev/mzeng/connectors_codex_cli_1

This commit is contained in:
Matthew Zeng
2026-01-21 21:12:54 -08:00
950 changed files with 10629 additions and 82249 deletions

View File

@@ -505,7 +505,19 @@ Use `skills/list` to fetch the available skills (optionally scoped by `cwds`, wi
"data": [{
"cwd": "/Users/me/project",
"skills": [
{ "name": "skill-creator", "description": "Create or update a Codex skill", "enabled": true }
{
"name": "skill-creator",
"description": "Create or update a Codex skill",
"enabled": true,
"interface": {
"displayName": "Skill Creator",
"shortDescription": "Create or update a Codex skill",
"iconSmall": "icon.svg",
"iconLarge": "icon-large.svg",
"brandColor": "#111111",
"defaultPrompt": "Add a new skill for triaging flaky CI."
}
}
],
"errors": []
}]