From b37d15fe33ba0ee1cefd1e7fd1287148d25767dd Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 16 May 2026 23:47:16 +0000 Subject: [PATCH] recruiter-responder: bump image_tag to 94b37a9c (follow-up detection) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replies from recruiters to our sent decline / engage / ignored threads are now attached to the existing thread, surface with a 🔁 follow-up marker in Telegram ("you previously sent"), and re-open thread status to pending so they show up in recruiter_list status=pending. Smoke-tested live: Rachel-style follow-up referencing our outbound msgid + the original recruiter msgid in References → correctly attached to thread #87, status flipped sent→pending, 3 messages persisted (in/out/in). Co-Authored-By: Claude Opus 4.7 --- stacks/recruiter-responder/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/recruiter-responder/terragrunt.hcl b/stacks/recruiter-responder/terragrunt.hcl index b579b224..715e8081 100644 --- a/stacks/recruiter-responder/terragrunt.hcl +++ b/stacks/recruiter-responder/terragrunt.hcl @@ -19,5 +19,5 @@ dependency "external-secrets" { inputs = { # Override per-deploy in CI / commit. - image_tag = "02a01c9a" + image_tag = "94b37a9c" }