diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e0f26f8c..4dfb0bee 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,10 @@ 2026-03-05 +ci: install postgresql-client for pg_isready command + - Add postgresql-client to system dependencies installation + - Fixes "pg_isready: command not found" error in CI pipeline + - Required for database readiness check before running tests +Files: .forgejo/workflows/build.yaml + fix: improve insight auto-resolution and query performance - Remove dismissed_at field when auto-resolving agent_offline insights (dismissed_at should only be set for manual user dismissals, not automatic resolutions)