Files
ComfyUI_Skills_OpenClaw/scripts
科林_Cyril Pilgrim f84b25f700 feat(client): improve output filename readability and stability
Motivation:
Traditional UUID-based filenames for images are difficult for users to organize. Providing human-readable prefixes based on user intent or workflow context, combined with stable timestamps, enhances asset management.

Implementation:
Introduced sanitize_filename_part for safety, and get_output_prefix to prioritize the 'filename_prefix' argument. Used a detailed timestamp (%Y%m%d-%H%M%S-%3f) and index suffix for generated files.
2026-03-13 13:56:11 +08:00
..