Skip to content

Conversation

@linw1995
Copy link
Owner

Allow commands to redirect output to /dev/null and duplicate file descriptors (e.g., 2>&1) while blocking arbitrary file writes. Add validation and tests.

Allow commands to redirect output to /dev/null and duplicate file descriptors
(e.g., 2>&1) while blocking arbitrary file writes. Add validation and tests.
@linw1995 linw1995 added the enhancement New feature or request label Jan 18, 2026
@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 93.24324% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.84%. Comparing base (e5977ab) to head (7c26afb).
⚠️ Report is 11 commits behind head on dev.

Files with missing lines Patch % Lines
src/agent/bash_executor.rs 93.24% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #108      +/-   ##
==========================================
- Coverage   53.46%   51.84%   -1.63%     
==========================================
  Files          88       91       +3     
  Lines       21248    23448    +2200     
==========================================
+ Hits        11360    12156     +796     
- Misses       9888    11292    +1404     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@linw1995 linw1995 merged commit 28a4f2d into dev Jan 18, 2026
3 checks passed
@linw1995 linw1995 deleted the feature/bash-output-redirection branch January 18, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants