gptscript-ai / desktop

MIT License
22 stars 13 forks source link

feat: add download option for stack traces #506

Closed tylerslaton closed 2 months ago

tylerslaton commented 2 months ago

This PR adds a new feature allowing users to download stack traces of messages. It uses electron API's to do this and uses native API's to interact with the default file system of the user's OS.

Demonstration https://github.com/user-attachments/assets/136f6daa-e33f-4ed6-b971-24530f998ead

471