Skip to content

Releases: ramankarki/doclab

doclab: v1.9.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 11:03
266ee7f

1.9.2 (2026-06-18)

Bug Fixes

  • weighted RRF with distance penalty prevents keyword spam from dominating semantic search (57eb36f)

doclab: v1.9.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 14:12
22222ff

1.9.1 (2026-06-16)

Bug Fixes

  • queue: defer source visibility to after embed, enforce single worker (f0a836f)

doclab: v1.9.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 12:28
de9c533

1.9.0 (2026-06-16)

Features

  • make rebuild non-blocking, enqueue sources for background worker (23e1ff7)

doclab: v1.8.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 11:07
dd83b2b

1.8.1 (2026-06-16)

Documentation

  • add table of contents and tech stack section to README (08f85b4)

doclab: v1.8.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 10:48
f3ec46b

1.8.0 (2026-06-16)

Features

  • add -v/--version flag to print version from package.json (b322018)

doclab: v1.7.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 10:12
55815ac

1.7.0 (2026-06-16)

Features

  • queue: pub/sub queue system, /log stream, detach add, vec cascade fix (ffbb083)

Performance

  • add: parallel embed with DB writes, batch inserts, transactions (d7c7887)

Documentation

  • update README and spec for queue system, log command, detach add (94d2f6f)

doclab: v1.6.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 18:46
fb1d698

1.6.0 (2026-06-15)

Features

  • cli: streaming progress for add/pull/rebuild with crash recovery (717bfd2)

Bug Fixes

  • clean expansion message, remove duplicate daemon-start log (7e7aa9b)
  • eliminate ReadableStream crash from async start + await (aa3b3e4)
  • indent stderr fetch progress to match CLI output (a0540a3)
  • single-line fetch progress during llms.txt expansion (8e7968d)
  • stream sub-page fetch progress instead of stderr (5ae3372)
  • truncate subfetch progress lines, clear on completion (f215d20)

Performance

  • unify progress renderers, add embed progress, fix dead code (489e2e6)

Documentation

  • sync documentation with current codebase (762dc1c)

doclab: v1.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 14:58
44de4b2

1.5.0 (2026-06-15)

Features

  • auto-detect SPA pages and retry with Jina AI (e158ab2)
  • replace Readability + regex HTML-to-MD with turndown + GFM (39fcbb6)
  • simplify chunker, add FTS5 search, improve embeddings (8e83463)

Bug Fixes

  • code fence splitting in chunker paragraph fallback (a9c3c0b)
  • empty headers inherit parent heading, clean trailing paths (7f50c21)
  • strip empty anchor links, improve chunk merge granularity (259f31b)

Documentation

  • update AGENTS.md with HOW_IT_WORKS reference and correct test command (efecaaf)
  • update architecture and HOW_IT_WORKS for new pipeline (17d72d5)
  • update architecture docs, changelog, and create AGENTS.md (550c5ce)
  • use bun src/cli.ts directly (Bun runs TS natively) (c600332)

doclab: v1.4.4

Choose a tag to compare

@github-actions github-actions released this 13 Jun 13:45
f368824

1.4.4 (2026-06-13)

Bug Fixes

  • skip re-prompt for already-added llms-full.txt (3f30dd7)

doclab: v1.4.3

Choose a tag to compare

@github-actions github-actions released this 11 Jun 07:31
43d947f

1.4.3 (2026-06-11)

Bug Fixes