• fichub-cli-v0.1.0 dcb56ba448

    fichub-cli v0.1.0
    Some checks failed
    CI / test (push) Failing after 2s
    CI / clippy (push) Failing after 2s
    CI / fmt (push) Failing after 2s
    Stable

    MagicZhang released this 2026-08-16 17:59:58 +02:00 | 4 commits to main since this release

    First release

    Terminal client + web-chat (websocket) seam for the FicHub companion bot core.

    • Search, ask, quote, body search, download, bookmarks, personalized recs, link/updates/status.
    • Forum subcommandsforum categories | topics | show | new | reply | search | follow | read | mod | metamod, with --editor for multi-line bodies.
    • Batch download--infile, --format epub,mobi,pdf,html, --out-dir, --force, --changelog, --config-init, retry loop (3 attempts, backoff on 429/5xx).
    • ratatui TUIfichub-cli tui: three-pane (Search/Forum browse | detail | input/status), async worker over tokio::sync::mpsc, testable state machine, debounced search.
    • REPL — rustyline history, bare URL → metadata, next/prev pagination, free-form text → intent classification.
    • Config: ~/.config/fichub/config.toml, token chain --token → env → config → Redis token store.

    91 tests. Depends on fichub-bot-core 0.2.

    Downloads