Releases: keeganthomp/kib
Releases · keeganthomp/kib
Release list
v1.1.0
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
What's Changed
- docs: add Homebrew install instructions by @keeganthomp in #41
- fix: add @types/node for Vercel build by @keeganthomp in #42
- feat: add privacy policy page by @keeganthomp in #43
- feat: redesign website — brutalist mono style by @keeganthomp in #44
- feat: add Vercel Analytics by @keeganthomp in #45
- docs: check off completed vector/semantic search items in roadmap by @keeganthomp in #46
- feat: add skill ecosystem (v0.8.0) by @keeganthomp in #47
- feat: add v1.0 reliability features — lockfile, backup, recovery, integrity by @keeganthomp in #48
- docs: add example vaults (ML research, software docs, reading list) by @keeganthomp in #49
- chore: prepare v1.0.0 release by @keeganthomp in #50
- Bugs by @keeganthomp in #51
Full Changelog: v0.4.3...v1.0.0
v0.4.3
What's Changed
- Website by @keeganthomp in #27
- Mcp flow bug by @keeganthomp in #28
- feat(cli): complete v0.3.0 CLI polish by @keeganthomp in #29
- feat: smarter compilation engine (v0.4.0) by @keeganthomp in #30
- feat: streaming compile output — show article titles as they're generated by @keeganthomp in #31
- docs: update roadmap — mark v0.3.0 and v0.4.0 as shipped by @keeganthomp in #32
- feat: image references in articles — compile, export, and gallery by @keeganthomp in #33
- feat: improve auto-generated CLAUDE.md for better agent discovery by @keeganthomp in #34
- feat: add Homebrew formula and auto-update in release workflow by @keeganthomp in #35
- feat: add Chrome extension for one-click webpage saving by @keeganthomp in #36
- feat: add vector/semantic search with hybrid BM25+vector fusion by @keeganthomp in #37
- Bug fixes by @keeganthomp in #38
- fix: formatting, extension polish, and homebrew cleanup by @keeganthomp in #39
- chore: bump version to 0.4.3 by @keeganthomp in #40
Full Changelog: v0.4.2...v0.4.3
v0.4.2
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
What's Changed
- fix: surface auth errors in compile and improve MCP provider feedback by @keeganthomp in #23
- Fix/compile error handling by @keeganthomp in #24
- fix: restore tab indentation in package.json files by @keeganthomp in #25
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- ci: opt into Node.js 24 for GitHub Actions by @keeganthomp in #19
- chore: add MCP tests, manual release workflow, and dev docs by @keeganthomp in #20
- feat(cli): add kib mcp setup and auto-compile on ingest by @keeganthomp in #21
- chore: bump version to 0.4.0 by @keeganthomp in #22
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.0
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
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