mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
feat: Antigravity 和 Codex 服务支持
- 新增 Antigravity 服务:签名缓存、URL 可用性检测、信封处理 - 新增 Codex 服务:信封处理、元数据收集器 - 重构 provider transport 支持新的服务架构 - 新增 stream_bridge 和 upstream_stream_bridge 处理流式响应 - 优化 OAuth 工具函数 - 添加相关测试用例
This commit is contained in:
@@ -176,6 +176,9 @@ class ErrorClassifier:
|
||||
"expected `thinking`, found", # 带反引号变体
|
||||
"expected redacted_thinking, found",
|
||||
"expected `redacted_thinking`, found",
|
||||
# Antigravity / Gemini-internal: thought signature validation
|
||||
"thoughtsignature",
|
||||
"thought_signature",
|
||||
)
|
||||
|
||||
def _parse_error_response(self, error_text: str | None) -> dict[str, Any]:
|
||||
|
||||
Reference in New Issue
Block a user