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
Added streaming performance metrics: request logs now record time-to-first-token (TTFT) and streaming generation duration for upstream performance visibility.
Improved image-intent detection: strips Codex XML envelopes (<environment_context>, <thread_title>, etc.) to correctly identify real user image intent; fixed plural forms (posters/images/avatars) failing to match.
Responses system-turn recognition: treats thread_title turns as system turns so title-generation and other meta requests no longer trigger the image bridge.
Admin UI Chinese localization: unified UI copy (Fallback policies, Dry Run, API Key, etc.) into Chinese.
验证 / Verification
Full test suite: python -m pytest tests/ -q, 764 passed.