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 .md files, 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 /load picker — fuzzy file finder with multi-file marking
  • Vim-style navigation modeEsc/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 — :digest command 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