Releases: Shaurya-Sethi/nightshift
Release list
v0.1.1
Watch Board now splits the run clock from per-issue elapsed time, and q toggles a pending stop instead of only requesting one. README is slimmer; profile and terminal notes live in their own docs.
cargo install nightshift-cliThe crate is published as nightshift-cli; the installed command is nightshift.
What's Changed
- feat(tui): split Watch Board run clock from per-issue elapsed
- feat(tui): let Watch Board q toggle pending stop
- docs: slim README and extract profile/terminal notes
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First release, and the first one on crates.io.
Let your favourite AI coding agents work the night shift. nightshift is an agent-agnostic CLI that works through a PRD's GitHub sub-issues in dependency order, one clean agent session per issue: branch, implement, PR, merge, repeat.
cargo install nightshift-cliThe crate is published as nightshift-cli because nightshift was already taken. The installed command is still nightshift. Works with Claude Code, Codex, Antigravity, Cursor, Pi, OpenCode, and Copilot. See the README to get started.
What's Changed
- Select next issue from native GitHub relationships by @Shaurya-Sethi in #6
- Add invocation profile types and Same-Agent Defaults Inheritance by @Shaurya-Sethi in #7
- Add per-agent reasoning effort and get_command_with_profile by @Shaurya-Sethi in #8
- Wire invocation profiles through CLI preflight, dry-run, and the live loop by @Shaurya-Sethi in #9
- Document invocation profiles and port recommend-nightshift-profiles by @Shaurya-Sethi in #10
- fix: accept GitHub remotes with a trailing slash by @Shaurya-Sethi in #12
- feat(tui): add Watch Board preview by @Shaurya-Sethi in #16
- feat(tui): connect Watch Board to live orchestration by @Shaurya-Sethi in #17
- docs: fold Watch Board usage notes; fix banner clip and live help by @Shaurya-Sethi in #18
- chore: prepare crates.io publish as nightshift-cli by @Shaurya-Sethi in #19
New Contributors
- @Shaurya-Sethi made their first contribution in #6
Full Changelog: https://github.com/Shaurya-Sethi/nightshift/commits/v0.1.0