Skip to content

v0.1.40

Choose a tag to compare

@github-actions github-actions released this 07 Jul 12:48

Added

  • Project root auto-detectionokf generate can now be run without arguments. Walks up the directory tree looking for project markers (pyproject.toml, Cargo.toml, package.json, go.mod, .git/, etc.) across all languages. Falls back to current directory. (okf/root_detector.py)
  • Full mkdocs documentation site — Restructured docs with dedicated pages for Installation, Quick Start, Configuration, CLI Reference, Bundle Format, Language Coverage, Agent Integration, MCP Server, LLM Enrichment, CI/CD, Visualization, Comparison, Troubleshooting, Architecture, Contributing, API Reference, Changelog. Material theme with dark/light toggle, navigation breadcrumbs, header auto-hide, announcement bar, section index pages.
  • Branding assets — SVG logo family (light, dark, icon, white header variant), favicon, updated banner. Landing page: floating glass nav, 13→17 language pills, copy buttons on code blocks, auto-version badge from PyPI.
  • PyPI docs link updated to point to mkdocs site.

Changed

  • Landing page tagline to "High-Velocity Codebase Parser"
  • README and docs Home slimmed from 2000→350 words with grid cards and nav links
  • Landing page and docs-site badges synced: added GitHub Stars, MCP Server, Cursor Ready, Claude Ready badges; removed rate-limited downloads badge
  • Bundle Format documentation corrected to match actual code schema
  • extra.css removed (was breaking toggle position)
  • edit_uri removed (no edit button on docs)