mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
- kiro auth: 拆分无缓存 token 和占位符 key 的判断逻辑,避免不必要的解密操作 - kiro auth: 简化 effective_token 获取逻辑 - build_all_format_configs: 只对实际配置了端点的格式构建请求配置, 不再用某个端点的 base_url 尝试其他未配置的格式 - get_adapter_for_format: 简化为单行表达式 - 修复 f-string 日志为 loguru 风格占位符 - 新增 build_all_format_configs 单元测试