Derek,
KMS defines the maximum commandable current to be the rated current of the motor. The current reference comes from the speed controller and so its output limit will be the maximum commandable current in the system.
You can change the maximum and minimum values for the speed controller output limit programatically by modifying the variables:
user.command.IqRefMax & user.command.IqRefMin
These are Q24 variables that are normalized against FULL_SCALE_CURRENT. So ensure that your FULL_SCALE_CURRENT value is large enough to support your higher current.