Improved interactive mode: added an automatic job reset option for scheduled tasks and improved stealth mode to bypass CAPTCHAs.

This commit is contained in:
2025-11-05 22:44:16 +01:00
parent ee28e92866
commit 0d6ab38b48
4 changed files with 108 additions and 9 deletions

View File

@@ -156,6 +156,7 @@ export interface ConfigJobState {
enabled?: boolean; // default true
dir?: string; // base directory; defaults to <sessionPath>/job-state
skipCompletedAccounts?: boolean; // if true (default), skip accounts already completed for the day
autoResetOnComplete?: boolean; // if true, automatically reset and rerun without prompting (useful for scheduled tasks)
}
// Live logging configuration