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
Fix React hooks crash: ToolDisplay component crashed with "Rendered fewer hooks than expected" when rendering human_interact tool (login/captcha scenarios). Fixed hooks order to comply with React rules.
Fix workflow [object Object] display: Watch nodes in workflow editor displayed [object Object] instead of description text. Added proper description field fallback.
🔌 Watch Trigger Improvements (jarvis-agent 0.3.1)
Initial condition check: watch_trigger now checks if the target condition is already met on the page before entering the monitoring loop. If a "Retry" or "Publish" button already exists, it returns immediately instead of waiting.
Text model support: For non-vision models (e.g. DeepSeek), watch_trigger uses extract_page_content text comparison instead of screenshot-based visual comparison, fixing the infinite loop issue where text models couldn't process image data.
Vision model detection: Automatically detects whether the LLM supports vision and routes to the appropriate comparison method.