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 summaryDelegate‑and‑notify adds durable completion records and local desktop alerts for background Loki runs.
Full changelog
Added
- Delegate then notify on done. When a background run (
loki start --bg)
finishes, Loki now writes a durable completion summary and fires a local
desktop notification, so you can delegate a run, walk away, and be told when
it is ready. This closes the "async agent" gap for Loki's local-only model
without any hosted backend or CI.- Every terminal state notifies and records a summary: success, max-iterations,
stopped, failed, and genuinely-blocking pauses (the perpetual-mode auto-clear
pause is correctly NOT treated as terminal, so a mid-run pause never writes a
false "done" record). - The summary is written to
.loki/COMPLETION.txt(human-readable) and
.loki/state/completion.json(machine-readable): outcome, branch, files
changed, the exactgit diffreview command, and task counts. The files are
always written even when notifications are disabled (they are state, not a
ping), which is the reliable signal for a detached run with no terminal. - Notifications are local OS calls only (macOS osascript, Linux notify-send),
gated by the existingLOKI_NOTIFICATIONS(default on). Zero network egress. - Opt-in
LOKI_DELEGATE_BRANCH=1isolates a run's work on a dedicated
loki/delegate-<timestamp>branch. Opt-inLOKI_DELEGATE_PR=1opens a local
pull request on completion (aghcall from your own machine, never CI, no
auto-merge), only when you are in a GitHub repo withghauthenticated.
Both default off; the network calls are bounded with a 30s timeout.
- Every terminal state notifies and records a summary: success, max-iterations,
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]