-
feat(auth): add `SelectAuthByKind` method and enhance Codex Alpha Search handling
发布于
2026-07-14 08:31:45 +00:00 | 295 次提交 在此版本后已推送到 main- Implemented
SelectAuthByKindto filter and select credentials by kind with retry logic and error handling. - Updated Codex Alpha Search to enforce OAuth credentials and sanitize upstream request body.
- Added unit tests to validate
SelectAuthByKindbehavior across scenarios. - Introduced
sanitizeCodexAlphaSearchBodyfor removing sensitive fields from API payloads.
Closes #4289
下载附件
- Implemented