Discovery
Back to browse

Dev Proxy - simulate API failures from CLI

Microsoft .NET CLI that proxies your app's HTTP traffic and injects throttling, timeouts, error responses, and chaos. Useful for hardening AI agents and apps against flaky upstreams.

View source ↗

This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.

Recent discussion

From the wider web

Related entries

GitHubToolFeatured

Claudraband - persistent, resumable Claude Code sessions over HTTP and ACP

Wraps the real Claude Code TUI with a session lifecycle layer. Resumable non-interactive workflows, HTTP daemon for remote/headless control, ACP server for editor integrations (Zed, Toad). Drives your existing Claude Code install rather than reimplementing it - keeps skills, hooks, MCPs, and approvals intact.

Why I saved this - Different from the Claude SDK - Claudraband drives the real CLI from outside, so user-installed skills/hooks/MCPs all still work. The ACP support is the easy path to editor integrations.