feat(api): integrate screenshot commands and link detection

- Add captureUrlScreenshot() API endpoint
- Add cleanupScreenshotTempFiles() for maintenance
- Register screenshot commands in Tauri backend
- Update command module exports
This commit is contained in:
Mufeed VH
2025-06-23 00:30:01 +05:30
parent a44e9a35c3
commit 36744f13f9
3 changed files with 41 additions and 2 deletions

View File

@@ -2,4 +2,5 @@ pub mod claude;
pub mod agents;
pub mod sandbox;
pub mod usage;
pub mod mcp;
pub mod mcp;
pub mod screenshot;