Smart image loader that handles both URLs and local files, automatically downloads URLs to temporary locations, and displays images using the read tool. Use when a user wants to view or display an image, whether it's a web URL or a file in the workspace.
Initial release of smart-image-loader. - Supports displaying images from both URLs and local files. - Automatically downloads images from URLs to a temporary location and cleans up after display. - Verifies existence of local image files and displays them directly. - Outputs a structured JSON-like response for integration with the read tool. - Includes detailed usage instructions, workflow, and error handling guidelines.