strix/strix/runtime
0xallam ae8f740c4a feat: Expose Caido proxy port to host for human-in-the-loop interaction
Users can now access the Caido web UI from their browser to inspect traffic,
replay requests, and perform manual testing alongside the automated scan.

- Map Caido port (48080) to a random host port in DockerRuntime
- Add caido_port to SandboxInfo and track across container lifecycle
- Display Caido URL in TUI sidebar stats panel with selectable text
- Bind Caido to 0.0.0.0 in entrypoint (requires image rebuild)
- Bump sandbox image to 0.1.12
- Restore discord link in exit screen
2026-02-23 18:37:25 -08:00
..
__init__.py feat: remove docker container on shutdown 2026-01-19 18:26:41 -08:00
docker_runtime.py feat: Expose Caido proxy port to host for human-in-the-loop interaction 2026-02-23 18:37:25 -08:00
runtime.py feat: Expose Caido proxy port to host for human-in-the-loop interaction 2026-02-23 18:37:25 -08:00
tool_server.py refactor: simplify tool server to asyncio tasks with per-agent isolation 2026-01-17 22:19:21 -08:00