mirror of
https://github.com/jwadow/kiro-gateway.git
synced 2026-04-25 01:15:57 +03:00
[PR #77] feat(thinking): harden defaults and unify guard/retry behavior #77
Labels
No labels
bug
bug
enhancement
enhancement
fixed
fixed
invalid
needs-info
needs-testing
pull-request
question
upstream
wontfix
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kiro-gateway-jwadow#77
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?
📋 Pull Request Information
Original PR: https://github.com/jwadow/kiro-gateway/pull/77
Author: @sametakofficial
Created: 2/11/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (8)
b3e8782feat(thinking): add request-driven thinking policy and social-token auth routingb54f930docs: add feature-focused update summary and minimal env template3b9ab69feat(thinking): align parser with request-level policy and document anthropic high/maxbad7d8aMerge remote-tracking branch 'origin/main'806c869docs: move handoff context to root and add fork purpose sectionbc66e6dfeat(thinking): harden defaults and unify guard/retry handlinge1ae6e7docs: reorganize fork documentation under fork-docsee456bbMerge branch 'jwadow:main' into main📊 Changes
49 files changed (+16458 additions, -6877 deletions)
View changed files
📝
.env.example(+144 -3)📝
README.md(+21 -0)➕
fork-docs/ARCHITECTURE_AUDIT.md(+67 -0)➕
fork-docs/CHANGES_CONTEXT_FULL.md(+210 -0)➕
fork-docs/FORK_CHANGELOG.md(+192 -0)➕
fork-docs/HANDOFF_THINKING_POLICY_MIGRATION.md(+1138 -0)➕
fork-docs/KIRO_API_REVERSE_ENGINEERED.md(+206 -0)➕
fork-docs/PROMPT_KIRO_GATEWAY_DEEP_AUDIT_TR.md(+209 -0)➕
fork-docs/PR_REVIEW_SUMMARY.md(+52 -0)➕
fork-docs/SECURITY_REVIEW.md(+58 -0)📝
kiro/auth.py(+340 -240)📝
kiro/config.py(+307 -28)📝
kiro/converters_anthropic.py(+15 -4)📝
kiro/converters_core.py(+918 -373)📝
kiro/converters_openai.py(+101 -75)📝
kiro/http_client.py(+114 -83)📝
kiro/kiro_errors.py(+21 -18)➕
kiro/middleware/__init__.py(+38 -0)➕
kiro/middleware/message_structure_validator.py(+188 -0)➕
kiro/middleware/payload_size_guard.py(+271 -0)...and 29 more files
📄 Description
Summary
kiro-cli/SDK flows.Improperly formed requestfailures while keeping operator toggles explicit.PROXY_API_KEYand requiring explicitSKIP_AUTH_ACKNOWLEDGED=truewhenSKIP_AUTH=true.fork-docs/.Testing
pytest -q->1501 passedNotes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.