AutoCruise CE 1.3.0
Changes:
- Added AutoCruise Bootstrapper as AutoCruiseSetup.exe to help normal users prepare Node.js, npm/npx, and Codex app-server.
- Updated the portable package to include AutoCruiseSetup.exe alongside AutoCruiseCE.exe.
- Fixed Codex model selection to GPT-5.5 and normalized stored provider settings.
- Updated the Windows operator planning stack to prefer direct app APIs, browser automation, CIM/WMI, UIA, then visual fallback.
- Removed stale session/thread context reuse for Codex turns.
- Reduced the bundled constitution prompt and kept custom prompts empty by default.
- Improved schedule handling for future run boundaries, random daily runs, and expired one-time jobs.
- Updated README, release QA notes, and packaged defaults.
Validation:
- python -m compileall src tests setup_bootstrapper.py
- python -m unittest discover -s tests
- build_windows.bat