← Docs hub

Pick your mode

llmwiki synthesis backends share the same three-layer pipeline (raw/wiki/site/) but differ on who calls the LLM:

Ollama Claude CLI Dummy
How synthesis runs Local HTTP (ollama serve) claude -p CLI Offline stubs
API key needed No No (Claude Code CLI / subscription) No
Best for Fully local / air-gapped Daily agent workflow Tests / dry previews

When to pick which

The old agent-delegate pending-prompt mode (--list-pending / --complete) was removed in v1.4.0. Anthropic HTTP batch / API-mode scaffolding was also removed — use claude or ollama instead.

The backends share

Everything except synthesis:

Keyboard shortcuts

⌘K / Ctrl+KOpen command palette
/Focus search
g hGo to home
g pGo to projects
g sGo to sessions
j / kNext / prev row (tables)
?Show this help
EscClose dialogs

Structured queries

Mix key:value filters with free text in the palette:

type:sessionOnly session pages
project:llm-wikiFilter by project name (substring)
model:claudeFilter by model name (substring)
date:>2026-03-01Sessions after a date
date:<2026-04-01Sessions before a date
tags:rustPages mentioning a tag/topic
sort:dateSort results by date (newest first)

Example: type:session project:llm-wiki date:>2026-04 sort:date