mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
- ParsedResponse 新增 embedded_status_code 字段存储嵌套状态码 - 新增 _extract_embedded_status_code 函数支持从多种格式提取状态码 - 非流式响应增加嵌套错误检测逻辑 - 统一使用 embedded_status_code 替代从 error_type 解析数字的方式 - fallback_orchestrator 使用嵌入式状态码进行错误记录