Roadmap
August 1, 2026 · View on GitHub
A snapshot of what's shipped, what's in flight, and what's next. PRs welcome — see CONTRIBUTING.md.
Shipped
AI assistant
- AI chat sessions — persist and resume conversations;
/sessions,/new,/compact,/export - Skills — user-defined prompt templates as
.mdfiles, invoked as slash commands -
/summarize— streams a summary and saves to the file's note - Reasoning display — collapsible
<think>blocks (Ctrl+T) for DeepSeek-R1, Qwen3, QwQ - Live
/loadpicker — fuzzy file finder with multi-file marking - Vim-style navigation mode —
Esc/i,hjkl,gg/G, marks (Space), yank (y) - Tool calling — model can invoke in-app actions like
save_markdown - Mouse-wheel scrolling in chat
- Web search integration — Brave / Tavily with rules + LLM routing
Knowledge base
- FTS5 full-text search with stemming
- Hierarchical tags
- Bidirectional
[[wikilinks]]with backlinks - Auto DOI / arXiv metadata + BibTeX copy
- Delete confirmation
In progress
- Citation network — auto-fetch citation relationships from DOIs via Semantic Scholar
Planned
AI assistant
- Semantic search in Gorae mode
- Daily digest —
:digestcommand summarising recent additions + matching arXiv papers - Session renaming
- Text extraction / OCR
- TTS
Knowledge base & UX
- Open URL
- To-do management
- Vault warden for cloud support
- Web server
- Trash
Fixes
- Metadata view improvements