You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): update capture commands to use real openadapt-capture API
The capture start/list commands were using a fictional API
(CaptureSession(name=...) and load_capture()) that doesn't exist
in openadapt-capture. Updated to use the actual API:
- capture start: Use Recorder context manager with proper params
- capture list: Use Capture.load() to validate and display captures
- Removed transcribe flag (not supported in current capture)
- Added --video/--no-video flag
Fixes: TypeError: CaptureSession.__init__() got an unexpected
keyword argument 'name'
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments