v1.92.0
boss tail is here
You can now run boss tail to stream Boss’s live output directly in your terminal, the same way you might tail any log file. It follows along as new activity arrives, handles log rotation without losing lines, and works whether Boss is mid-session or idle. If you have been digging through files manually to see what Boss is up to, this is the shorter path.
Features
- Waiting sessions now show a spinner. When a session is queued or paused, Boss shows an animated indicator instead of a static status, so it is easier to tell at a glance that something is in progress versus stuck.
Improvements
- Boss now tracks more of its own activity internally, which will allow usage and automation history to appear in the product over time. No action needed on your end.
- The marketing homepage now covers agent coordination as a documented capability, with links to relevant guides.
Fixes
- Fixed an issue where Boss could misidentify your own work as belonging to another branch when the local copy of
mainwas out of date. Builds are now checked against the actual remote branch rather than a potentially stale local one. - Fixed an issue where trash cleanup could accidentally delete remote branches under certain conditions. Cleanup is now strictly limited to local references.
- Fixed a security issue where upload directories with pre-existing restrictive permissions could be reused in an unsafe way.
- Updated dependencies to address known security advisories.