mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
b29d7d2166
Remove dead code now that pkg/kit transparently handles <thinking> and tags at the agent layer. The ACP server no longer needs to: - Track inThinkingTag state across chunks - Parse and split reasoning/text from MessageUpdateEvent chunks - Maintain tag format constants MessageUpdateEvent now contains clean text, and ReasoningDeltaEvent contains structured reasoning - no duplicate filtering needed.