Skip to content

v0.3.0 - Consolidating to AGENTS.md + kurt show command

Latest

Choose a tag to compare

@dkrevitt dkrevitt released this 05 Dec 19:42
· 645 commits to main since this release
b2666c2

Features

  • Vector Search Enhancement (#42, #53): Replaced ripgrep with document-level vector search and optimized
    prompt citations for more accurate content discovery
  • Firecrawl Integration (#47): Added batch scraping API support for improved web content extraction
  • Eval Framework Improvements (#50, #44):
    • Added project dump/load functionality for evaluation workflows
    • Reorganized eval framework with clean mock data structure
  • Async Operations (#29): Migrated to native async DSPy and async database operations for better performance
  • Bulk CMS Fetching (#31): Added bulk fetch capabilities for CMS documents with increased analytics query
    limits
  • New Commands: Added kurt show and kurt update commands for better workflow management

Fixes

  • Migration Handling (#30): Fixed broken migration system and improved migration handling in Claude Code and
    Cursor
  • Entity Resolution (#23): Fixed circular MERGE_WITH bug in entity resolution
  • Data Model Simplification: Store topics/technologies as entities only for cleaner data structure
  • Clustering: Fixed clustering to assign all documents to clusters (not just example URLs)
  • Filter Bug (#41): Fixed --include filter in list-entities command

Internal Improvements

  • Centralized agent configuration in AGENTS.md
  • Single citations file per document for better organization
  • Updated test coverage for vector search migration
  • Enhanced circular merge chain testing