Skip to content

Releases: keeganthomp/kib

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 21:05

What's Changed

  • feat: add passive learning daemon — queue, auto-compile, multi-folder watch, service install by @keeganthomp in #52
  • fix: remove unused storage permission from Chrome extension by @keeganthomp in #53
  • fix: daemon bugs, MCP onboarding, and provider defaults by @keeganthomp in #54

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 18:01
e7bf45a

What's Changed

Full Changelog: v0.4.3...v1.0.0

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 07 Apr 22:27
daa78e6

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 06 Apr 14:53

What's Changed

  • feat(core): fall back to ~/.kib when no local vault found by @keeganthomp in #26

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 06 Apr 14:38

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 14:19
2b936e3

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 04:27
33e00d7

0.3.0 (2026-04-06)

Features

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

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 04:01
52d6b28

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)

v0.1.0

Choose a tag to compare

@keeganthomp keeganthomp released this 06 Apr 03:41
95dacec

Features

  • add release pipeline, interactive provider setup, and npm packaging
  • bootstrap kib monorepo with bun workspaces, biome, CI
  • cli: add kib init, config, and status commands with UI helpers
  • cli: add kib watch (file watcher + HTTP server) and kib export (markdown + HTML)
  • core,cli: add BM25 search engine and kib search command
  • core,cli: add ingest orchestrator and kib ingest command
  • core,cli: add lint engine with 5 rules and kib lint command
  • core,cli: add LLM response cache and kib compile command
  • core,cli: add RAG query engine, kib query, kib chat, and BM25 stemming
  • core,cli: add skill system with loader, runner, built-in skills, and kib skill command
  • core: add compile engine with orchestrator, INDEX/GRAPH generation, and backlinks
  • core: add file, PDF, YouTube, and GitHub extractors with tests
  • core: add LLM provider interface with Anthropic, OpenAI, and Ollama adapters
  • core: add source type detection, extractor interface, and normalize utilities
  • core: add types, Zod schemas, constants, and error classes
  • core: add vault filesystem operations and content hashing
  • core: add web extractor with HTML parsing and markdown conversion

Install

```bash
bun add -g @kibhq/cli
```

npm: @kibhq/core · @kibhq/cli