unarr/internal
Deivid Soto 0b6c6849b1 feat: replace setup with init wizard + interactive config menu
- `unarr init` (alias: `unarr setup`): streamlined 3-step wizard
  (API key, download dir, daemon install). Removed method/name prompts
  — auto-configured from defaults.
- `unarr config [category]`: interactive menu with 7 categories
  (downloads, organization, notifications, device, region, connection,
  advanced). Direct access via `unarr config downloads`, etc.
- Extract shared helpers (openBrowser, expandHome, isTerminal) to
  helpers.go. Delete old setup.go and config.go.
- Update all "unarr setup" references to "unarr init" across daemon,
  doctor, status, README, install scripts.
2026-03-29 12:09:03 +02:00
..
agent feat: add clean command to remove temp files, logs, and cached data 2026-03-29 11:04:51 +02:00
cmd feat: replace setup with init wizard + interactive config menu 2026-03-29 12:09:03 +02:00
config feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
engine feat: replace setup with init wizard + interactive config menu 2026-03-29 12:09:03 +02:00
parser feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
sentry feat: add Sentry error reporting 2026-03-29 01:00:26 +01:00
ui chore(deps): update all dependencies and GitHub Actions to latest 2026-03-28 21:56:22 +01:00
upgrade feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
usenet fix: harden usenet/debrid downloaders from critico review 2026-03-28 22:11:04 +01:00