- Implement automatic ST (Session Token) refresh when AT refresh fails
- Add refresh_session_token method in BrowserCaptchaService to extract
__Secure-next-auth.session-token from browser cookies
- Enhance token_manager to automatically retry AT refresh after ST update
- Add validation for AT tokens to ensure they are actually working
- Update README to document AT/ST automatic refresh feature
- Improve error handling and logging for token refresh operations
- Add conditional ST refresh support only available in personal mode
- Update README.md to clarify single vs dual frame image support with
automatic model_key selection
- Add detailed explanation of automatic adaptation system for
different image counts
- Include clear distinction between single frame mode (1 image) and
dual frame mode (2 images) with proper model selection
fix(browser-captcha): increase page load timeout from 15s to 60s
- Extend retry range from 15 to 60 attempts for page loading
- Update debug logging to reflect new timeout values
- Improve reliability of captcha service by allowing more time for
page load completion
fix(api): correct I2V API endpoint URL for single frame generation
- Change URL from batchAsyncGenerateVideoStartAndEndImage to
batchAsyncGenerateVideoStartImage for single frame scenarios
fix(model-config): correct model_key for I2V single frame mode
- Fix typo in model_key: remove duplicate 'fl_' in
veo_3_1_i2v_s_fast_fl_landscape
- Implement automatic model_key transformation for single frame mode
by replacing '_fl_' with '_' in model keys
- Add debug logging for model key transformation process