Vision-module-auto/claude_vision_auto
Svrnty 5ea9928924 fix: Screenshot capture with DISPLAY env and full screen
- Use full screen capture instead of active window (more reliable)
- Explicitly preserve and set DISPLAY environment variable
- Default to :0 if DISPLAY not set
- Better error logging with stderr output
- Use time.time() instead of date command for timestamp

Fixes screenshot failures when DISPLAY not inherited from parent process.
Changes from window-specific capture to full screen for better reliability.

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Jean-Philippe Brule <jp@svrnty.io>
2025-10-30 02:17:12 -04:00
..
__init__.py Initial release of Claude Vision Auto v1.0.0 2025-10-29 10:09:01 -04:00
config.py feat: Add YAML-based configuration system 2025-10-29 10:19:35 -04:00
default_config.yaml feat: Add YAML-based configuration system 2025-10-29 10:19:35 -04:00
main.py fix: Use PTY for proper terminal handling 2025-10-30 02:14:33 -04:00
screenshot.py fix: Screenshot capture with DISPLAY env and full screen 2025-10-30 02:17:12 -04:00
vision_analyzer.py feat: Add YAML-based configuration system 2025-10-29 10:19:35 -04:00