kir / tests /README.md

Commit History

Update codebase
b33c152

Shinway Deploy commited on

feat: add truncation recovery system (#34, #42, #56)
f68d763

jwadow commited on

feat(proxy): add HTTP/SOCKS5 proxy support for restricted networks
b1e4872

jwadow commited on

feat(parsers): add diagnostics for truncated tool call arguments (#34)
0c1b291

jwadow commited on

feat: add DebugLoggerMiddleware to capture validation errors in debug logs (#31)
0ac42c5

jwadow commited on

feat: add dynamic model resolution with client format normalization
6ce52d9

jwadow commited on

test(models): add comprehensive Pydantic model validation tests
3fa4c6a

jwadow commited on

fix(models): add image content block support (#30)
bda15b0

jwadow commited on

fix(converters): add placeholders for empty content after tool stripping (#20)
b3cb5d5

jwadow commited on

test(core): add coverage for streaming retry and tool stripping
6b13314

jwadow commited on

fix(converters): handle orphaned tool_results and strip tool content when no tools defined
1dca186

jwadow commited on

feat(api): Anthropic Messages API support (#15)
8978b84

jwadow commited on

fix(http): add shared HTTP client with connection pooling (#24)
bb09c03

jwadow commited on

refactor: update kiro_gateway naming to kiro
f1668d0

jwadow commited on

fix(auth): retry SQLite reload on 400 for container token refresh (#14)
d1e9214

jwadow commited on

docs(tests): add documentation for issue #20 fix tests
1adb6ba

jwadow commited on

feat: add configurable server port/host (#19)
6b5f876

jwadow commited on

chore: rename project to kiro-gateway
57d29a3

jwadow commited on

fix(auth): separate SSO region from API region for AWS SSO OIDC (#16)
d5ad4b1

jwadow commited on

fix(auth): don't send scope in AWS SSO OIDC refresh (#14)
69795d1

jwadow commited on

feat: implement fake reasoning with extended thinking support (#11)
9df35c0

jwadow commited on

feat(auth): add AWS SSO OIDC support for kiro-cli credentials (#12)
b994a02

jwadow commited on

refactor: improve timeout handling and logging in http_client and streaming
da0a4de

jwadow commited on

fix: improve streaming error handling and prevent silent failures
0918457

jwadow commited on

fix: add Cline support - sanitize tool schemas and handle empty descriptions
2aa4eaf

jwadow commited on

feat(debug_logger): implement logs capture and storage
01fc8f4

jwadow commited on

fix: preserve tool_calls when merging assistant messages; add DEBUG_MODE with errors/all modes
d30c8bc

jwadow commited on

feat(tokenizer): add tiktoken fallback, fix multiplier for prompt_tokens, add tests
1723fcf

jwadow commited on

feat: add first token timeout retry for streaming requests
d00cc42

jwadow commited on

fix: add index to streaming tool_calls, handle tool messages, improve deduplication
56a5b8a

jwadow commited on

fix: handle Kiro API 400 "Improperly formed request" for long tool descriptions
1e77cb5

jwadow commited on

feat: Complete Kiro OpenAI Gateway implementation
55ff790

jwadow commited on