Releases: Subhransu-De/rejoin
Releases · Subhransu-De/rejoin
Release list
rejoin 0.2.0
What's Changed
Dependencies
- Bump github/codeql-action from 4 to 4.37.4 by @dependabot[bot] in #2
- Bump github/codeql-action from 4.37.4 to 4.37.5 by @dependabot[bot] in #3
- Bump clap from 4.6.5 to 4.6.6 by @dependabot[bot] in #4
- Bump rusqlite from 0.40.1 to 0.40.2 by @dependabot[bot] in #12
Maintenance
- Modernize Rust development and GitHub releases by @Subhransu-De in #6
- Fix lru security advisory by @Subhransu-De in #11
- Group CodeQL action updates by @Subhransu-De in #10
- Exclude child agent sessions from session list by @Subhransu-De in #14
- Add new session action to agent panels by @Subhransu-De in #15
- Prepare 0.2.0 release by @Subhransu-De in #16
Full Changelog: v0.1.0...v0.2.0
rejoin 0.1.0
Features
- Added one terminal dashboard for Claude Code, Codex, Cursor, Pi, and OpenCode sessions.
- Added exact current-folder scoping, with
--allavailable for system-wide discovery. - Added per-agent panels, keyboard navigation, activity and status indicators, search, filtering, and JSON output.
- Added session resume commands for every supported agent.
- Added reviewable agent-neutral handoff previews with copy, save, and cross-agent launch support. End-to-end handoff reliability remains on the roadmap.
- Added session-store discovery for Windows, macOS, and Linux.
- Added immediate animated feedback while an agent starts without delaying process creation.
Bug fixes
- Restored the terminal correctly around agent launch and exited rejoin after the launched agent ended, preventing stale TUI output from being left in the shell.
- Made the search query and every typed character visible in a dedicated input bar.
- Preserved exact folder matching across canonical and Windows path variants.
- Removed redundant project and detail UI, simplified the footer path, and aligned activity values consistently.
- Improved active-session detection from process IDs and working directories.
Performance
- Scanned agent stores and running processes concurrently.
- Cached parsed session metadata and limited JSONL reads to bounded head and tail sections.
- Resolved Cursor transcripts lazily instead of walking every transcript at startup.
- Reused normalized paths and process snapshots during folder and status matching.
Maintenance
- Added Linux, macOS, and Windows CI with formatting, Clippy, tests, and release builds.
- Added CodeQL, dependency review, Dependabot, and Hawk dead-public-API checks.
- Added automated tagged releases with native archives and SHA-256 checksums.
- Added a sanitized product demo and a public handoff roadmap.
Full Changelog: https://github.com/Subhransu-De/rejoin/commits/v0.1.0