Releases: jiangqiusuo/qwake
Release list
v0.1.5
What changed in v0.1.5
- Added
qwake schedule doctorto check scheduler health and installed schedules - Added
qwake schedule testto verify installed schedules after setup - Added
qwake schedule repair, including--all, to repair broken schedules - Added
qwake doctor --jsonandqwake doctor --fixfor automation and self-healing - Refreshed README and website copy to match the new schedule workflow
- Updated
llms.txtand release-facing documentation to stay in sync
Links
v0.1.3
Qwake v0.1.4
What's new
qwake schedule installnow supports multiple agents in one commandqwake schedule runandqwake schedule uninstallalso support multiple agents- improved examples for the common Claude Code + Codex workflow
Example
qwake schedule install codex claude --times 06:05,11:10,16:15,21:20
qwake schedule status
qwake schedule run codex claude
qwake schedule logsInstall
npm install -g @sysiphus/qwakenpm install -g @sysiphus/qwake@0.1.4
qwake --version
qwake schedule install --help
qwake doctor
qwake wake mock<agents...>
npm install -g @sysiphus/qwake
qwake doctor
qwake schedule install codex claude --times 06:05,11:10,16:15,21:20v0.1.3 - Cross-platform scheduling
Qwake v0.1.3
Local-first quota window waker for AI coding agents.
Install
npm install -g @sysiphus/qwakeQuick Start
qwake doctor
qwake wake mockWhat's new
unified qwake schedule install/status/run/uninstall across macOS, Windows, and Linux
macOS scheduler support via LaunchAgent
Windows scheduler support via schtasks
Linux scheduler support via systemd --user
automatic Linux crontab fallback when systemd --user is unavailable
updated docs and website to reflect the new cross-platform scheduler flow
Example
qwake schedule install codex --times 06:05,11:10,16:15,21:20
qwake schedule status codex
qwake schedule run codex
qwake schedule logs codexNotes
Qwake does not bypass provider limits
scheduled wakes use smart skipping by default to avoid redundant live calls
logs and scheduler status are available through the CLI
Links
Website: https://qwake.top/
GitHub: https://github.com/jiangqiusuo/qwake
npm: https://www.npmjs.com/package/@sysiphus/qwake
v0.1.1 - Wake scheduling hardening
Qwake v0.1.1
Maintenance release for the latest wake scheduling improvements.
Website: https://qwake.top/
npm: https://www.npmjs.com/package/@sysiphus/qwake
GitHub: https://github.com/jiangqiusuo/qwake
Changes
- Hardened wake scheduling behavior for Codex/Claude workflows
- Improved CLI diagnostics and verbose output
- Added safer YAML config loading
- Cleaned up legacy project-name remnants
- Unified site metadata around qwake.top
- Added/updated tests for agent runner and CLI behavior
Install
npm install -g @sysiphus/qwakev0.1.0 - Initial Release
Qwake v0.1.0
Local-first quota window waker for AI coding agents.
Install
npm install -g @sysiphus/qwake
Quick Start
qwake doctor && qwake wake mock