You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ What's New
Background Watch System (--watch): Tell Zai to monitor anything (RAM, files, processes). It writes a custom stateful script and runs it in the background, alerting you instantly when conditions are met.
Visual Context (Ctrl+Shift+Z): Zai can now see what you see. Press the hotkey to capture your screen and send it to Zai's vision model for context-aware debugging.
Fixer Mode: A brand new operational mode (fixer). It ignores generic chatter and acts as a strict, dedicated system medic to troubleshoot and repair issues.
Enhanced --show Mode: The safety --show parameter now uses AI to explicitly explain what the generated command will do before you decide to run it.
🐛 Improvements
Streamlined README files and added Linux setup instructions.
Optimized prompt handling to prevent background thread race conditions.
Improved idle checking to ensure background alerts don't interrupt your active tasks.