This changelog tracks user-visible improvements to SESS.
SESS now includes a first pass at built-in session analytics, so you can see what you worked on without opening the SQLite database by hand.
- Added
sess historyto show recent sessions for the current project. - Added
sess statsto show totals such as session count, total time, average duration, and longest session. - Added
sess reportas a compact summary view that combines stats with recent session activity. - Added
--allsupport tosess history,sess stats, andsess reportfor cross-project views across every tracked repository on the machine.
- You can answer simple questions like "what was I working on last week?" or "which repo has consumed most of my time lately?" directly from the CLI.
- Cross-project analytics make SESS more useful when you regularly move between multiple repositories.
- The new report command gives you a fast status summary without stitching together multiple commands.
- This release builds on the existing session workflow introduced in earlier versions. It does not change
sess start,sess pause,sess resume, orsess endbehavior. - Analytics are still local-only and read from the existing SQLite database at
~/.sess-cli/sess.db.
Previous release. See the GitHub release page for details: https://github.com/Orctatech-Engineering-Team/sess-cli/releases/tag/v0.3.1