The ShortcutInputTemp directory appears to never be cleared automatically.
Temporary files accumulate over time and remain in the folder even after shortcuts finish executing or the app is restarted.
The ShortcutInputTemp directory should be cleaned periodically, or temporary files should be removed once they are no longer needed.
Actual behavior
Files inside ShortcutInputTemp persist indefinitely and the directory keeps growing over time.
Steps to reproduce
Run shortcuts that generate temporary input files
Inspect the ShortcutInputTemp directory
Notice that files are never removed automatically
Additional notes
A cleanup mechanism on app launch, shutdown, or after shortcut execution could solve the issue.
The ShortcutInputTemp directory appears to never be cleared automatically.
Temporary files accumulate over time and remain in the folder even after shortcuts finish executing or the app is restarted.
The ShortcutInputTemp directory should be cleaned periodically, or temporary files should be removed once they are no longer needed.
Actual behavior
Files inside ShortcutInputTemp persist indefinitely and the directory keeps growing over time.
Steps to reproduce
Run shortcuts that generate temporary input files
Inspect the ShortcutInputTemp directory
Notice that files are never removed automatically
Additional notes
A cleanup mechanism on app launch, shutdown, or after shortcut execution could solve the issue.