Project
cortex
Description
When an agent is defined in multiple locations (builtin + personal + project), the JSON output shows all duplicates with the same path.
Error Message
Debug Logs
System Information
Screenshots
No response
Steps to Reproduce
- Create a custom agent with same name as builtin
- Run
cortex agent list --json
Expected Behavior
Either merge duplicate definitions or clearly distinguish sources
Actual Behavior
JSON array contains multiple entries with same name, some pointing to same file path
Additional Context
No response
Project
cortex
Description
When an agent is defined in multiple locations (builtin + personal + project), the JSON output shows all duplicates with the same path.
Error Message
Debug Logs
System Information
Screenshots
No response
Steps to Reproduce
cortex agent list --jsonExpected Behavior
Either merge duplicate definitions or clearly distinguish sources
Actual Behavior
JSON array contains multiple entries with same name, some pointing to same file path
Additional Context
No response