What's Changed
- feature/backmerge-to-develop by @tmseidel in #306
- fix(tools): add pr-diff to default tool configuration via V37 pr-diff was added to the ToolCatalog after V12 seeded the Default tool configuration, and V30 only backfilled it for bots that already used the agentic-review workflow. Fresh instances therefore started without any agentic-review bots and never got pr-diff in the Default configuration, leaving the agentic-review workflow unable to fetch PR diffs on demand. New migration V37 seeds pr-diff (CONTEXT) into the Default configuration with the same NOT EXISTS-guarded, idempotent pattern as V29 (ctags tools), in both the h2 and postgresql migration directories. The test seed in data.sql is synced accordingly, and BOT_TOOL_CONFIGURATIONS.md now documents the V29/V37 follow-up migrations. by @tmseidel in #307
- Add E2E tests for PR #309 by @clicki-mc-testface in #310
- feat(ui): guided first-run onboarding and updated model suggestions by @tmseidel in #309
- release/1.19.0 by @tmseidel in #311
Full Changelog: 1.18,0...1.19.0