Augment Support is better now~!
I finished enough of the extdata library (our name for the place in the item array where augments are stored) to integrate it into GearSwap. This might have changed some of the names for augments, but they now should always match the in-game version.
I think I enabled evolith support and a bunch of miscellaneous previously unsupported augments while I was at it, but I'm not entirely sure because I don't have any evolith gear to test with. Why did I waste time on evoliths, you ask? Honestly not sure!
Debugging:
If the augmented gear that you specify in your file will not equip, it means that the augment augment table you provided is likely not matching with the library's export. To debug this, put the gear on and use "//gs export". This will automatically generate a Lua file in windower/addons/GearSwap/data/export that shows your currently worn gear complete with augments when appropriate. If you copy that table over to your user file, it should work all the time. If it doesn't work, please make an issue here:
https://github.com/Byrth/Lua/issues?direction=desc&sort=created&state=open
Thanks!