Skip to content

v0.0.2

Choose a tag to compare

@sebastienrousseau sebastienrousseau released this 19 Jul 19:19
v0.0.2
f1546cd

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). claude and copilot are 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 --print terminates 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.