mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
b0b66941ab
- Refactor go-edit-lint to collect edited .go files during the agent turn via OnToolResult, then run gopls + golangci-lint once in OnAgentEnd instead of after every individual edit/write call - Use ctx.SendMessage() to inject diagnostics as a follow-up prompt when issues are found, replacing the old tool-result rewriting - Show a green 'all clean' block when no issues are detected - Fix StopReason docs in skills/kit-extensions/SKILL.md: the value is 'error' on failure, 'completed' when the LLM returns empty, or the raw provider value (e.g. 'stop', 'end_turn') passed through — not the previously documented 'completed'/'cancelled'/'error' enum