unarr/internal/agent
Deivid Soto 35e5298f23 feat: add clean command to remove temp files, logs, and cached data
Adds `unarr clean` with interactive confirmation, --dry-run, --yes,
and --all flags. Safely skips recent usenet resume files (<7 days) to
preserve download progress. Includes platform-specific PID detection
(Unix signal 0 / Windows heartbeat heuristic), CleanableBytes callback
for future heartbeat reporting, and uses shared ui.FormatBytes.
2026-03-29 11:04:51 +02:00
..
client.go feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00
client_test.go feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
daemon.go feat: add clean command to remove temp files, logs, and cached data 2026-03-29 11:04:51 +02:00
disk_unix.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
disk_windows.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
process_unix.go feat: add clean command to remove temp files, logs, and cached data 2026-03-29 11:04:51 +02:00
process_windows.go feat: add clean command to remove temp files, logs, and cached data 2026-03-29 11:04:51 +02:00
state.go feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
state_test.go feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
transport.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
transport_e2e_test.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
transport_http.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
transport_hybrid.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
transport_test.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
transport_ws.go chore(deps): update all dependencies and GitHub Actions to latest 2026-03-28 21:56:22 +01:00
types.go feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00