Skip to content

Latest commit

 

History

History
90 lines (68 loc) · 9.57 KB

File metadata and controls

90 lines (68 loc) · 9.57 KB

Changelog

0.3.0 (2026-04-06)

Features

  • cli: add MCP server mode (kib serve --mcp) (#16) (e857089)

0.2.0 (2026-04-06)

Features

  • add release pipeline, interactive provider setup, and npm packaging (a278f42)
  • bootstrap kib monorepo with bun workspaces, biome, CI (918d405)
  • cli: add kib init, config, and status commands with UI helpers (62df3c9)
  • cli: add kib watch (file watcher + HTTP server) and kib export (markdown + HTML) (0547d05)
  • core,cli: add BM25 search engine and kib search command (df09b6a)
  • core,cli: add ingest orchestrator and kib ingest command (098929e)
  • core,cli: add lint engine with 5 rules and kib lint command (ca257d9)
  • core,cli: add LLM response cache and kib compile command (b26d8fe)
  • core,cli: add RAG query engine, kib query, kib chat, and BM25 stemming (657cd53)
  • core,cli: add skill system with loader, runner, built-in skills, and kib skill command (344c31f)
  • core: add compile engine with orchestrator, INDEX/GRAPH generation, and backlinks (4e35cf1)
  • core: add file, PDF, YouTube, and GitHub extractors with tests (928cd15)
  • core: add LLM provider interface with Anthropic, OpenAI, and Ollama adapters (b8dcc89)
  • core: add source type detection, extractor interface, and normalize utilities (c7edec0)
  • core: add types, Zod schemas, constants, and error classes (9e5b114)
  • core: add vault filesystem operations and content hashing (ed60ee8)
  • core: add web extractor with HTML parsing and markdown conversion (3750f09)

Bug Fixes

  • add package READMEs and fix workspace:* dependency (73dc0d5)
  • add package READMEs and fix workspace:* dependency for npm (0e89a57)
  • ci: single release instead of per-package duplicates (9d5fb94)
  • ci: single release instead of per-package duplicates (62791de)
  • ci: sync package versions and add extra-files to release config (f953efe)
  • ci: sync package versions and add extra-files to release config (e02d7a6)
  • ci: use .npmrc for npm auth instead of env var (6baecd8)
  • ci: use .npmrc for npm auth instead of env var (31817bb)
  • ci: use npm publish with setup-node for reliable auth (6b51e61)
  • ci: write .npmrc to package dirs for bun publish auth (660a27d)
  • ci: write .npmrc to package dirs for bun publish auth (2d97d7e)
  • cli: use public @kib/core exports instead of deep path imports (76791ff)

0.1.1 (2026-04-06)

Bug Fixes

  • add package READMEs and fix workspace:* dependency (73dc0d5)
  • add package READMEs and fix workspace:* dependency for npm (0e89a57)

0.1.0 (2026-04-06)

Features

  • add release pipeline, interactive provider setup, and npm packaging (a278f42)
  • bootstrap kib monorepo with bun workspaces, biome, CI (918d405)
  • cli: add kib init, config, and status commands with UI helpers (62df3c9)
  • cli: add kib watch (file watcher + HTTP server) and kib export (markdown + HTML) (0547d05)
  • core,cli: add BM25 search engine and kib search command (df09b6a)
  • core,cli: add ingest orchestrator and kib ingest command (098929e)
  • core,cli: add lint engine with 5 rules and kib lint command (ca257d9)
  • core,cli: add LLM response cache and kib compile command (b26d8fe)
  • core,cli: add RAG query engine, kib query, kib chat, and BM25 stemming (657cd53)
  • core,cli: add skill system with loader, runner, built-in skills, and kib skill command (344c31f)
  • core: add compile engine with orchestrator, INDEX/GRAPH generation, and backlinks (4e35cf1)
  • core: add file, PDF, YouTube, and GitHub extractors with tests (928cd15)
  • core: add LLM provider interface with Anthropic, OpenAI, and Ollama adapters (b8dcc89)
  • core: add source type detection, extractor interface, and normalize utilities (c7edec0)
  • core: add types, Zod schemas, constants, and error classes (9e5b114)
  • core: add vault filesystem operations and content hashing (ed60ee8)
  • core: add web extractor with HTML parsing and markdown conversion (3750f09)

Bug Fixes

  • ci: single release instead of per-package duplicates (9d5fb94)
  • ci: single release instead of per-package duplicates (62791de)
  • ci: use .npmrc for npm auth instead of env var (6baecd8)
  • ci: use .npmrc for npm auth instead of env var (31817bb)
  • ci: use npm publish with setup-node for reliable auth (6b51e61)
  • ci: write .npmrc to package dirs for bun publish auth (660a27d)
  • ci: write .npmrc to package dirs for bun publish auth (2d97d7e)
  • cli: use public @kib/core exports instead of deep path imports (76791ff)