Hi there!
Just updated to 0.7.0 and have come across an issue where vagrant rsync-auto is no longer working. It's a simple command that's tracking a project folder and then SSH'ing into a server using rsync. It doesn't throw any errors, it just never triggers.
I've tested grunt, gulp, and compass and they're all watching and compiling with no issues.
Can you confirm that rolling back to 0.6.0 fixes it? Here are the download links: https://github.com/zeit/hyperterm/releases/tag/0.6.0
Rolling back fixes the issue!
:O Do you see any errors?

No errors, it just seems to not be watching (already tested in Terminal.app to verify that the task itself wasn't the issue)
I wonder if it's the fact that we introduced new ENV stuff!
https://github.com/zeit/hyperterm/blob/master/app/session.js#L27-L30
Try:
unset LANG
unset TERM_PROGRAM
unset TERM_PROGRAM_VERSION
Random idea but there aren't that many ways in which we alter the actual _runtime_ side of things.
Isn't the only change from 0.6 to 0.7 in regards to ENV the LANG variable (- -> _)?
@ekmartin that's the only thing I can think of that could change the behavior of a program
Hm true, looking at the commit log the LANG variable wasn't even added in 0.6.0.
@rauchg Those worked oddly enough!
Hm, can you try doing export LANG="en_US.UTF-8" (with the other variables set) and see if it works? Currently we're exporting LANG as en_US.
@ekmartin Yup that also fixes the issue. Screenshot to verify that I reset the three variables and then ran the export:

@heathervv the next auto-update should fix your issue. Thanks for your patience 馃懠
Can we close it @heathervv? 馃槍
@matheuss Absolutely! I should've closed this way back then. Thank you for your patience 馃懠