Skip to content

v1.1.2

Choose a tag to compare

@hummat hummat released this 15 Jan 09:57
· 187 commits to main since this release

What's Changed

Improvements

  • Improved CLI defaults: grep search now uses --fixed-strings and --ignore-case by default
  • Migrated to --rg flag for exact ripgrep search (FTS is now default)
  • Added Semantic Scholar integration tests

Documentation

  • Updated all documentation to prefer --rg for exact search
  • Clarified that full-text search (FTS) is the default behavior

Internal

  • Refactored MCP server structure: moved paperqa_mcp_server.py to paperpipe/mcp_server.py
  • Registered paperqa_mcp_server as console script for CLI access

Full Changelog: v1.1.0...v1.1.2