fix(cloud): pipefail, exit codes via tee, HTML escape, rate limit (#137)#139
Closed
gHashTag wants to merge 1 commit into
Closed
fix(cloud): pipefail, exit codes via tee, HTML escape, rate limit (#137)#139gHashTag wants to merge 1 commit into
gHashTag wants to merge 1 commit into
Conversation
Fixes bugs from PR #133: - Change shebang from /bin/sh to /bin/bash for pipefail support - Add set -o pipefail for proper error handling in pipes - Fix Claude Code pipe with tee + PIPESTATUS to capture exit code correctly - Fix test pipe with tee + temp file to preserve exit code - Add HTML escaping for Telegram messages to handle < > & chars - Add rate limit protection (3s minimum) to send_telegram and stream_to_telegram Closes #137
Owner
Author
gHashTag
added a commit
that referenced
this pull request
Mar 18, 2026
…, Multi-Hop 1000-Scale 100/100, Benchmarks+Noise 50/50 (310 queries 100%) [Golden Chain #139] Tests 139-141: large-scale KG integration at 1000 entities. - Test 139: 100 relations x 10 pairs = 1000 triples, forward 50/50, reverse 50/50, cross-rejection 50/50, 10 domains 10/10 - Test 140: 10 five-hop chains 50/50, cross-domain 2-hop 20/20, bundled pool 20/20, parallel 10/10 - Test 141: noise floor 0.013, signal 0.275, SNR 19.5x, 5% noise 10/10, 10% noise 10/10, replay+milestones 15/15 - Scale: 200 → 1000 entities with only 15% SNR degradation, zero accuracy loss - Full regression: 413 tests, 409 pass, 4 skip, 0 fail 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #137
Fixes bugs from PR #133: