Skip to content

AI Git Bot 1.13.0

Latest

Choose a tag to compare

@tmseidel tmseidel released this 20 Jun 21:19
26bd330

What's Changed

  • feature/backmerge-to-develop by @tmseidel in #215
  • feature/context-window by @tmseidel in #217
  • fix: avoid ObjectNotFoundException when saving detached AgentSession after compaction by @tmseidel in #219
  • feat(refactoring): Refactoring: reviewDiff moved from AbstractAiClient to CodeReviewService by @tmseidel in #222
  • feat(refactoring): unify review workflow via PrWorkflow orchestrator Extract bot command, inline comment, review submission, and PR-closed handlers from BotWebhookService into ReviewWorkflow, dispatched through the PrWorkflowOrchestrator with action hints. This gives review events the same lifecycle management (session tracking, cancellation, metrics) as the other workflows. by @tmseidel in #225
  • feature/move-review-settings by @tmseidel in #226
  • docs: add migration guide for diff chunking settings and ReviewWorkflow docs Move maxDiffCharsPerChunk, maxDiffChunks, retryTruncatedChunkChars from the ai_integrations table to workflow-level configuration. This migration guide explains the V28 Flyway migration, how to preserve custom values via the workflow UI or review.chunking.* application properties, and environment variable deprecation. Also add PR_WORKFLOWS_REVIEW.md documenting the review workflow's actions, parameters, flow, and operator-facing configuration. by @tmseidel in #227
  • release/1.13.0 by @tmseidel in #228

Full Changelog: 1.12.0...1.13.0