The output formats are different in serial console and the ssh admin shell

We are seeing a difference in the format of the output and possible completions details in the serial console and the other admin shells. This difference started observing only after upgrade of confd version to 8.0.8 from 7.2.2.
eg:

On serial console:
test-1# show system deployments deployment ?
Possible completions:
TM-QATTM_LANTM_RTR <<<<<<<<<<<<<< 3 VM name all mixed up due to lack of space in b/w
|
Possible match completions:
idstatetype <<<<<<<< This is supposed to return id state type with space in b/w but it doesn’t

On other shell
test-1# show system deployments deployment ?
Possible completions:
TM-QAT TM_LAN TM_RTR
|
Possible match completions:
id state type

Could you please let us know why is this happening after upgrade to 8.0.8 and is there anything to configure in the confd.conf related to this.