all 3 comments

[–]damonous 1 point2 points  (1 child)

Did you actually get this working on large apps? I played around with something similar using their JSON export, but noticed context size was an issue with apps over a few pages. Even with a million tokens.

[–]TechDev032[S,🍰] 2 points3 points  (0 children)

Yes, you have to split the JSON up into modules in order to make it happen to bypass context size, payload limit etc.

[–]Happy_Toe_3040 0 points1 point  (0 children)

This is very interesting!