fix: remove SOFT_LIMIT_REACHED logic, tool compression, and fix bugs

- Remove SOFT_LIMIT_REACHED marker injection in response path
- Remove SOFT_LIMIT_REACHED detection logic in request path
- Remove SOFT_LIMIT_REACHED streaming logic in executor
- Remove tool_compression.go and related constants
- Fix truncation_detector: string(rune(len)) producing Unicode char instead of decimal string
- Fix WebSearchToolUseId being overwritten by non-web-search tools
- Fix duplicate kiro entry in model_definitions.go comment
- Add build output to .gitignore
This commit is contained in:
CheesesNguyen
2026-03-05 10:05:39 +07:00
parent 7ebd8f0c44
commit c51851689b
9 changed files with 19 additions and 323 deletions

4
.gitignore vendored
View File

@@ -54,3 +54,7 @@ _bmad-output/*
.DS_Store
._*
*.bak
# Build output
CLIProxyAPIPlus
CLIProxyAPIPlus.app/