Commit b1a474ac authored by nextime's avatar nextime

Enhanced debug functionality with comprehensive logging

- 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
parent 543f244f
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment