• nextime's avatar
    Enhanced debug functionality with comprehensive logging · b1a474ac
    nextime authored
    - Added --debug switch that creates timestamped directory
    - Saves all prompts sent to chatbots in prompts.log
    - Saves debug execution logs in debug.log
    - Captures HTML content of chatbot page when response is detected
    - Directory structure: debug_[unix_epoch]/
      - prompts.log: All prompts sent to chatbots
      - debug.log: Detailed execution logs
      - response_[id]_[timestamp].html: HTML snapshots
    - Improved response detection to correctly identify actual responses vs setup acknowledgments
    - Enhanced JavaScript detection logic with better filtering
    b1a474ac
Name
Last commit
Last update
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
olproxy.jpg Loading commit data...
olproxy.py Loading commit data...
olproxy_client.py Loading commit data...