Releases: phanii9/Tidbit
Releases · phanii9/Tidbit
v0.1.1
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
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