
Hey everyone! v0.17 drops today with our biggest features yet.
🧠 3-Layer Memory System
Working → Project → Global memory for AI agents. Store patterns, decisions, and conventions that survive across sessions. CLI: knowns memory. MCP:
add_memory, promote_memory, search_memories, and more.
🕸️ Knowledge Graph UI
New /graph page visualizes tasks, docs, and memories as an interactive network. Click any node for full context — finally a way to see your
project's structure at a glance.
📈 Smarter Semantic Search
- Model-specific embedding prefixes (bge, nomic, e5)
- Tokenizer-based chunk splitting
- H1 content loss fixed
- Auto-reindex on version mismatch
🔌 Custom Provider UI
Add OpenCode-compatible providers directly from the connect dialog.
Bug Fixes (v0.17.1)
- create_task MCP now saves plan and notes
- update_doc no longer clears content on empty string
- Working memory persists to disk (survives restarts)
Try It
npm install -g knowns
brew install knowns-dev/tap/knowns
Read More: https://knowns.sh
