v0.0.2
Grounded PDF-to-Markdown drafting, now driven by any token-free AI coding-agent session online, with a local Ollama fallback offline.
Highlights
- Multi-provider session engines — Claude, Codex, Gemini, Copilot, Cursor, Amp, Crush, Goose, Grok, Qwen — via each tool's own logged-in session (no API token).
claudeandcopilotare verified end to end; the rest are opt-in via--experimental. - Fallback chain — a failed session call advances to the next provider and finally to Ollama, sticky per run; queues work online, offline, or across a connectivity change.
- Cancellation — quitting the TUI or Ctrl+C in
--printterminates in-flight provider/Ollama work. - Grounding — every fact traces to a verbatim-quote-verified claim ledger; ungrounded numbers and metric conversions are flagged.
- TUI fixes — logo/rune, no header bleed, progress percentage.
- Quality — ≥95% test coverage, golangci-lint v2 clean, CI lint + coverage gates, examples, benchmarks, dual MIT OR Apache-2.0 license.
See CHANGELOG.md for the full list.