feat: add node screen recording across apps

This commit is contained in:
Peter Steinberger
2025-12-19 02:56:48 +01:00
parent b8012a2281
commit 7f3be083c1
20 changed files with 837 additions and 22 deletions

View File

@@ -3,5 +3,6 @@ import Foundation
public enum ClawdisCapability: String, Codable, Sendable {
case canvas
case camera
case screen
case voiceWake
}