icon_small for skills is not being displayed properly across the entire UI.

Open 💬 2 comments Opened Mar 31, 2026 by CIO-DOTNET

What version of the Codex App are you using (From “About Codex” dialog)?

26.325.31654

What subscription do you have?

Pro

What platform is your computer?

Microsoft Windows NT 10.0.19045.0 x64

What issue are you seeing?

icon_small for skills do not show up when they are set in agents/openai.yaml of a skill, and show generic icon. This goes for both System skills and Personal skills. See attached screenshots.

<img width="1187" height="449" alt="Image" src="https://github.com/user-attachments/assets/0210a266-9d6e-4d2c-ad76-829e0d9e97c3" />

<img width="774" height="377" alt="Image" src="https://github.com/user-attachments/assets/f74f5ef0-ab58-4774-965e-b03d07c28942" />

<img width="754" height="113" alt="Image" src="https://github.com/user-attachments/assets/66ce08d1-e53a-4a04-a30a-7c488af5630b" />

<img width="764" height="151" alt="Image" src="https://github.com/user-attachments/assets/7a43ecfd-5426-4a40-8071-b5d724e4df77" />

What steps can reproduce the bug?

Install any skill, have logo_small set in agents/openai.yaml of that skill, and generic icon appears instead of set icon. icon_large is working as expected.

This is observed in the VSCode Codex plugin, as well as the Codex App for Windows 10.

What is the expected behavior?

The file set for icon_small in agents/openai.yaml should appear. Find example below:

interface:
  display_name: "Word Docs"
  short_description: "Edit and review docx files"
  icon_small: "./assets/doc-small.svg"
  icon_large: "./assets/doc.png"
  default_prompt: "Edit or review this .docx file and return the updated file plus a concise change summary."

Additional information

This was working as expected last week and has started since updating to the latest version.

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗