mirror of
https://github.com/BenedictKing/kiro.rs.git
synced 2026-04-25 06:55:50 +03:00
[PR #40] Feature/新增凭据验证 DTO/逻辑、验证专用 API 调用与上下文获取 #24
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kiro.rs#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/hank9999/kiro.rs/pull/40
State: open
Merged: No
is hank9999/kiro.rs#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 引入)