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
-**Account Filtering**: Added the ability to filter traffic logs by account, allowing for precise tracking of specific account usage in high-volume environments.
225
225
-**Deep Detail Enhancement**: The monitor details page now displays critical metadata including request protocol (OpenAI/Anthropic/Gemini), account used, and mapped physical models.
226
226
-**UI & i18n**: Optimized the layout of monitor details and completed translations for all 8 supported languages.
-**Recursive Collection**: Added `collect_all_defs()` to gathered `$defs`/`definitions` from all schema levels, fixing missing nested definitions.
229
+
-**Ref Flattening**: Always run `flatten_refs()` to catch and handle orphan `$ref` fields.
230
+
-**Fallback Method**: Added fallback for unresolved `$ref`, converting them to string type with descriptive hints.
231
+
-**Robustness**: Added new test cases for nested defs and unresolved refs to ensure schema processing stability.
227
232
***v3.3.48 (2026-01-21)**:
228
233
-**[Core Fix] Windows Console Flashing Fix (Fix PR #933)**:
229
234
-**Problem**: On Windows, launching the application or executing background CLI commands would sometimes cause a command prompt window to briefly flash, disrupting the user experience.
0 commit comments