This release adds 3 notable features for engineering teams evaluating rollout.
Published 1mo
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-agents
aider
anthropic
autonomous
ci-cd
claude
+13 more
cline
code-review
devops
gemini
github-action
github-issues
loki-mode
multi-agent
openai-codex
openapi
pull-request-review
sdlc
spec-driven-development
Summary
AI summaryAuto-wiki generation adds per-project knowledge base with citation validation and incremental regeneration.
Full changelog
Added
- Auto-wiki + cited codebase Q&A (R5 of the competitive arc): Loki's answer to
a per-repo knowledge base.loki wiki generate | show | askbuilds a
persistent per-project wiki (architecture overview, key modules, data flow)
from the codebase under.loki/wiki/, andloki wiki ask "<question>"
returns an answer grounded in the actual code with file:line citations. - Citation integrity is structural, not best-effort: the model is shown numbered
code chunks and cites by index only; each citation is mapped back to the real
chunk's file:line and validated against disk before it is surfaced. A
fabricated or non-resolving citation cannot survive (it is dropped). Generate
citations are derived from the code scanner (real def/class line numbers). - Dashboard wiki browser panel (Overview / Architecture / Key Modules / Data
Flow / Ask tabs) and wiki API routes, so the wiki is a browsable, shareable
team artifact. The.loki/wiki/directory (wiki.json + per-section markdown)
is portable and readable without the dashboard. - Incremental regeneration: the wiki is keyed by a codebase signature (git HEAD
- per-file content hash);
loki wiki generateskips when the codebase is
unchanged, with--forceto override.
- per-file content hash);
Notes
- No duplication: token-overlap retrieval reuses the scoring pattern from
memory/knowledge_graph.py; the wiki index is intentionally dependency-free and
CI-safe (distinct from the optional ChromaDB code index). bash and Bun routes
delegate to one shared Python core (generate/ask) for parity. - Council: 3-of-3 unanimous (round 2, after a one-line TypeScript test-typing
fix). LLM calls are stubbed in tests (zero paid API calls in CI). - NOT tested in this release: wiki quality on a very large (>1M LOC) codebase;
semantic questions whose terms do not appear literally in the code (token-
overlap retrieval, with ChromaDB noted as a future optional backend).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Loki Mode
Multi-agent autonomous SDLC framework. Spec to deployed app. PRD, GitHub issue, OpenAPI/JSON/YAML, or one-line brief. 5 AI providers, 11 quality gates.
Related context
Related tools
Beta — feedback welcome: [email protected]