fix: agent exit signal, local port overrides, A3 probe hint#2511
fix: agent exit signal, local port overrides, A3 probe hint#2511Chessing234 wants to merge 4 commits into
Conversation
Record last_error when the runtime poller reaps a dead harness so Agents no longer look merely idle after a silent crash. Signed-off-by: Taksh <takshkothari09@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Publish compose ports from PGPORT / BUZZ_REDIS_HOST_PORT so setup works alongside Homebrew services on :5432/:6379. Signed-off-by: Taksh <takshkothari09@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Point operators at BUZZ_GIT_CONFORMANCE_PROBE and expose the flag in the Helm chart (GCS S3-interop cannot pass If-Match). Signed-off-by: Taksh <takshkothari09@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
The same host-port collision sill hits MinIO (9000/9001) and Adminer (8082), which are still hardcoded in docker-compose.yml. Extending identical pattern to the (MinIO's host paired with BUZZ_S3_ENDPOINT, same as PGPORT<->DATABASE_URL): plus the matching .env.example docs (BUZZ_S3_ENDPOINT pairing) and the Adminer URL line in dev-setup.sh. Full diff: Solexma@289e7973 Happy to push this into your branch if you'd like it folded into #2479 fix, or open it as a follow-up PR after this lands - whichever you prefer. It's deliberately coupled to this PR, so it should merge after or with it, not independently. |
Same pattern as PGPORT/Redis so a local :9000/:9001/:8082 no longer blocks docker compose up. Signed-off-by: Taksh <takshkothari09@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
Folded the MinIO/Adminer host-port overrides (+ |
|
Independent confirmation of the #2479 half of this, from a fresh clone of One extra data point in case it is useful for the Setting only
Your Thanks for picking this up. |
Summary
last_errorwhen a harness dies so Agents no longer look merely idle (#2453)PGPORTandBUZZ_REDIS_HOST_PORTalongside Homebrew services (#2479)git.conformanceProbefor non-CAS stores like GCS (#2470)Test plan
buzz-acpchild; Agents card shows an error / restart affordance:5432/:6379, set alternate ports in.envand runjust setupgit.conformanceProbe: falsesetsBUZZ_GIT_CONFORMANCE_PROBE=falseCloses #2453
Closes #2479
Closes #2470
Made with Cursor