Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,8 @@
"authentication": "ON_INSTALL"
},
"category": "Tools & Integrations",
"description": "Plan, run, and inspect Call-E phone call workflows from Codex through the calle CLI."
"description": "Plan, run, and inspect Call-E phone call workflows from Codex through the calle CLI.",
"icon": "./plugins/CALLE-AI/call-e-integrations/assets/CALL-E-Icon-Black.svg"
},
{
"name": "canvas-apps-plugin-codex",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"Use CALL-E to plan a phone call.",
"Use CALL-E to check a call run status."
],
"composerIcon": "./assets/CALL-E-Icon-Black.svg",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: composerIcon path is incorrect relative to plugin.json location

The file ./assets/CALL-E-Icon-Black.svg resolves to .codex-plugin/assets/CALL-E-Icon-Black.svg, but the actual SVG lives at call-e-integrations/assets/CALL-E-Icon-Black.svg — one directory above .codex-plugin/. This means the icon will not be found by consumers that resolve the path strictly.

The correct relative path is ../assets/CALL-E-Icon-Black.svg (go up one level from .codex-plugin/, which points to call-e-integrations/).

Note: the marketplace icon path (./plugins/CALLE-AI/call-e-integrations/assets/CALL-E-Icon-Black.svg) is consistent with where the SVG actually lives, so that entry is fine.

"brandColor": "#10A37F"
}
}
10 changes: 10 additions & 0 deletions plugins/CALLE-AI/call-e-integrations/assets/CALL-E-Icon-Black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading