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
Reduce task log noise by hiding repetitive history rescue diagnostics from human-readable logs while preserving structured flow items.\n- Keep key task actions, retries, failures, and timeout details visible.\n- Filter hidden diagnostic flow items from the frontend readable timeline while retaining them in raw JSON.
Fix sign task log attribution so concurrent or queued tasks do not capture each other's tg-signer logs. Each backend task run now gets an isolated run id, task logs carry that run id where possible, and active log handlers filter records by the matching run context.
Fix image option sign-in tasks so malformed or empty AI responses no longer crash action 4 handling. The parser now accepts numeric indexes, JSON aliases, and matching button text, while invalid responses are logged and treated as unhandled instead of raising TypeError.