Skip to content

Releases: phanii9/Tidbit

v0.1.1

09 Apr 15:34

Choose a tag to compare

Patch release fixing project URLs and adding CI.

  • Fixed GitHub URLs in pyproject.toml and README (were pointing to nonexistent org)
  • Fixed logo SVG viewBox so closing brace renders correctly
  • Removed comparison table with other tools
  • Added GitHub Actions CI workflow (pytest + mypy + ruff on Python 3.10/3.11/3.12)
  • Added CHANGELOG.md
  • Aligned PyPI description with README headline

v0.1.0

09 Apr 15:03

Choose a tag to compare

Initial public release.

What Tidbit does: Define a YAML schema, point it at any content (URL, PDF, EPUB, image, clipboard), get a structured Markdown note + JSONL log entry.

Highlights:

  • 9 bundled presets: general, research-paper, tech-article, book, tutorial, tool-review, security-finding, pentest-finding, threat-intel
  • MCP server for Claude Desktop, Cursor, and any MCP client
  • Batch capture entire folders
  • Pipe from stdin (curl, pbpaste, etc.)
  • Dry run to preview without API cost
  • Works with Claude, OpenAI, Ollama, Groq, or any OpenAI-compatible backend
  • 207 tests, mypy strict, ruff clean