All Releases
Release

v2.0.5

February 25, 2026

15 slash commands, spectral adaptive difficulty, memory-grounded quizzes, and a rebuilt notes experience.

15Commands
8Features
15IPC Channels
Core Feature

Slash Commands: 15 Commands for Active Learning

A command system built directly into the chat. Type / and an autocomplete menu appears with keyboard navigation, grouped by learning strategy.

Spaced Repetition
/reviewAI

Surfaces concepts at risk of forgetting (below 50% retrievability) and generates a targeted quiz

/forget

Predicts what you'll forget in the next 48 hours using forgetting curve projections

/streak

Tracks your daily review streak with persistence across sessions

/weak

Shows your lowest-mastery topics ranked by weakness

/status

Full cognitive profile dashboard: working memory, processing speed, attention span, mastery stats

Active Learning
/test<topic>AI

Generates a quiz calibrated to your zone of proximal development using spectral difficulty analysis

/quiz[count] <topic>AI

Rapid-fire low-stakes quiz, 1–20 questions

/recall[topic]AI

Free recall exercise: write everything you remember, then see what you missed

Knowledge Construction
/learn<topic>AI

Elaborative interrogation: the AI asks you deep 'why' questions to strengthen understanding

/teach<topic>AI

Feynman technique: explain a concept to the AI acting as a curious student (5 exchange limit)

/connect<A> <B>

Finds the shortest path between two concepts in your knowledge graph

/map[topic]

Visualizes your knowledge graph neighborhood, color-coded by mastery

Metacognition
/path<goal>AI

Generates a learning pathway, prioritizing prerequisites and weak areas

/focus[minutes]

Pomodoro timer with break duration calibrated to your attention span profile

/help

Lists all available commands

Scheduling

Smart Quiz Scheduling & Pre‑Generation

Schedule quizzes for later — 30 minutes, 1 hour, end of day, tomorrow morning, or a custom time.

The system pre-generates quizzes 5 minutes before they're due, so when the notification pops up the quiz loads instantly. A poll runs every 60 seconds checking the queue.

Intelligence

Spectral Adaptive Difficulty

Quiz difficulty is no longer generic. The system uses eigenvalue gap analysis on your knowledge graph's node stability distribution to compute the right challenge level.

  • Spectral gap analysis determines if your knowledge is stable (easier questions) or volatile (harder questions)
  • Domain-adaptive calibration detects your primary domain (math, programming, language, science) and adjusts question style
  • Cognitive profile blending: 70% spectral recommendation + 30% digital twin data (attention span, processing speed)
  • Question count adjusts based on your attention span profile
Memory

Memory‑Grounded Quizzes

The backend quiz endpoint now searches your mem0 memories before generating questions. It pulls up to 8 relevant memories for the topic and grounds the quiz entirely in what you've actually studied — no invented facts.

Rendering

Rich Markdown Rendering

Chat responses and quizzes now render with full markdown support via remark-gfm + rehype-katex.

  • LaTeX math: inline $E = mc² and display ∫₀∞ e^{-x²} dx
  • Syntax-highlighted code blocks
  • GitHub Flavored Markdown: tables, strikethrough, task lists
  • Links open externally via system browser
UX

Command Autocomplete

The autocomplete is designed to feel native:

  • Appears the moment you type /
  • Keyboard navigation: arrow keys to browse, Tab/Enter to select, Escape to dismiss
  • Commands grouped by learning strategy with icons and AI badges
  • Command history (30-item buffer) accessible via arrow keys on empty input
  • Keyboard shortcuts: Ctrl+R for /review, Ctrl+Shift+T for /test
Integration

Improved Notes & Document Integration

Notes view rebuilt with support for multiple document sources:

  • Drag-and-drop file imports
  • Notion integration with token-based connection
  • Quick paste for markdown snippets
  • Per-document concept and relation extraction counts
  • Search across all synced documents
Experience

Redesigned Onboarding

New guided tour system that walks first-time users through the interface step by step, with progress tracked in a persistent store.