Skip to content

Releases: jiangqiusuo/qwake

v0.1.5

Choose a tag to compare

@jiangqiusuo jiangqiusuo released this 24 Jun 00:46

What changed in v0.1.5

  • Added qwake schedule doctor to check scheduler health and installed schedules
  • Added qwake schedule test to verify installed schedules after setup
  • Added qwake schedule repair, including --all, to repair broken schedules
  • Added qwake doctor --json and qwake doctor --fix for automation and self-healing
  • Refreshed README and website copy to match the new schedule workflow
  • Updated llms.txt and release-facing documentation to stay in sync

Links

v0.1.3

Choose a tag to compare

@jiangqiusuo jiangqiusuo released this 21 Jun 04:05

Qwake v0.1.4

What's new

  • qwake schedule install now supports multiple agents in one command
  • qwake schedule run and qwake schedule uninstall also 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 logs

Install

npm install -g @sysiphus/qwake
npm 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:20

v0.1.3 - Cross-platform scheduling

Choose a tag to compare

@jiangqiusuo jiangqiusuo released this 20 Jun 05:35

Qwake v0.1.3

Local-first quota window waker for AI coding agents.

Install

npm install -g @sysiphus/qwake

Quick Start

qwake doctor
qwake wake mock

What'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 codex

Notes

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

Choose a tag to compare

@jiangqiusuo jiangqiusuo released this 12 Jun 14:00

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/qwake

v0.1.0 - Initial Release

Choose a tag to compare

@jiangqiusuo jiangqiusuo released this 04 Jun 00:56

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

Links