Skip to content

Latest commit

 

History

History
113 lines (60 loc) · 6.89 KB

File metadata and controls

113 lines (60 loc) · 6.89 KB

Changelog

1.5.3 (2026-02-27)

Bug Fixes

  • add p-4 prefix expansion and deduplicate class name regex (b7d9fad)

1.5.2 (2026-02-27)

Bug Fixes

  • improve search quality and break circular type dependency (1022f12)

1.5.1 (2026-02-27)

Bug Fixes

  • address critical review findings across search, config, and tests (2082143)

1.5.0 (2026-02-27)

Features

  • stronger presentation guidance in tool descriptions (#18) (8c1bf5d)

1.4.0 (2026-02-27)

Features

  • show server version in check_status output (#16) (33918f1)

1.3.0 (2026-02-27)

Features

  • improve MCP tool descriptions for better LLM guidance (#14) (64089d5)

Bug Fixes

  • consistent v4-first ordering in check_status parameter description (521eacf)

1.2.0 (2026-02-27)

Features

  • auto-index documentation on startup (fb7e4ae)

Reverts

  • remove smithery support (stdio deprecated) (#7) (68341e2)

1.1.0 (2026-02-27)

Features

  • add smithery support for marketplace distribution (#5) (a069bb3)

1.0.2 (2026-02-27)

Bug Fixes

  • list v4 first in tool schema enums to fix LLM default (ca63789)

1.0.1 (2026-02-27)

Bug Fixes

  • ci: configure npm registry auth for publish step (9fe24de)

1.0.0 (2026-02-27)

Features

  • automatic ONNX embedding model lifecycle management (196c4c5)
  • change default tailwind version from v3 to v4 (8479d5e)
  • implement core pipeline (similarity, parser, chunker) (4d7e8de)
  • implement embedder with ONNX model integration (df6d70e)
  • implement github fetcher with disk caching (2d42acc)
  • implement mcp server with tool handlers and entry point (c2d069a)
  • implement storage layer and hybrid search (eb1b385)
  • improve search accuracy with weighted RRF, query expansion, and expanded benchmark (d2db30b)
  • replace octokit with raw github fetch, add E2E tests, production readiness fixes (0b1665d)
  • scaffold tailwindcss-docs-mcp project (a6f1ae5)

Bug Fixes

  • address all critical review findings (423f9d1)
  • address round-11 review findings (12bf397)
  • address round-2 review findings (8d91aef)
  • address round-3 critical review findings (2b2755c)
  • address round-4 critical review findings (ec36854)
  • address round-5 critical review findings (cf5dd19)
  • address round-6 critical review findings (0e4e5a3)
  • address round-7 critical review findings (0b102b3)
  • address round-8 critical review findings (6a222be)
  • align blobToEmbedding buffer, remove dead async, clean up check-status (4f3869f)
  • ci cache key, remove dead async, type bun:sqlite import (a424d6b)
  • remove duplicate .mise.toml, use existing mise.toml (7a67f4b)