AIClient-2-API/src/providers/claude
Zhafron Kautsar debe3ec33d refactor(kiro): remove schema simplification and size-based compression
Eliminated the two-stage compression system that attempted to preserve original
tool schemas and only simplified when exceeding size limits. The provider now
applies consistent description truncation for all tools without conditional
schema processing or size calculations.

Removed:
- TARGET_TOTAL_SIZE constant and size checking logic
- simplifySchema helper function
- Conditional schema simplification based on total size

This change reduces complexity and ensures uniform handling of tool descriptions
regardless of total payload size.
2026-01-12 20:50:43 -05:00
..
claude-core.js refactor(项目结构): 重构项目目录结构并优化代码组织 2026-01-10 18:19:06 +08:00
claude-kiro.js refactor(kiro): remove schema simplification and size-based compression 2026-01-12 20:50:43 -05:00
claude-strategy.js refactor(项目结构): 重构项目目录结构并优化代码组织 2026-01-10 18:19:06 +08:00