ended3월 22일· 1 sources

The Architecture of a Transparent CLI Proxy

투명한 CLI 프록시의 아키텍처

Why it matters

ContextZip is a transparent CLI proxy that wraps shell commands via a shell function approach, filtering output through a multi-stage pipeline (ANSI stripping, pattern detection, stack trace filtering, duplicate grouping, noise removal) without altering command behavior. Built in Rust for near-zero latency (<1ms), it guarantees exit code pass-through, separate stdout/stderr, and proper signal propagation.

1
Sources
+0
24h
Growth
176d
Active
ContextZipCLI ProxyRustShell FunctionFilter Pipeline

Sources

Related Issues