Feature/新增凭据验证 DTO/逻辑、验证专用 API 调用与上下文获取#40
Open
Tioit-Wang wants to merge 3 commits intohank9999:masterfrom
Open
Feature/新增凭据验证 DTO/逻辑、验证专用 API 调用与上下文获取#40Tioit-Wang wants to merge 3 commits intohank9999:masterfrom
Tioit-Wang wants to merge 3 commits intohank9999:masterfrom
Conversation
added 3 commits
January 15, 2026 15:57
- Add POST /api/admin/credentials/validate endpoint - Add acquire_context_for(id) to MultiTokenManager for validation - Add validate_credential method to KiroProvider (no failure tracking) - Add validation types (request/response/status) - Add validation UI dialog with checkboxes, model selector, results display - Support concurrent validation with configurable concurrency - Status classification: ok/denied/invalid/transient/not_found
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
is #35
修改描述(中文)
实现描述(中文)
acquire_context_for以按 ID 获取上下文,新增验证专用 API 调用(不计失败),实现批量并发验证与状态分类。测试用例范围(中文)
src/admin/types.rs)src/admin/service.rs)acquire_context_for缺失 ID 行为(src/kiro/token_manager.rs)pnpm build通过cargo test失败(已知 master 现有问题:test_is_unsupported_tool失败,非本 PR 引入)