This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryAdded cost observability features including a dashboard panel, /api/cost/timeline endpoint, loki cost CLI, and proactive 80% budget warnings across Bash, Bun runners, and Council.
Full changelog
Added
- Cost + observability dashboard (R3 of the competitive arc): transparent,
anti-surprise cost visibility, counter-positioned against the market's #1
churn driver (surprise AI bills). All built by ENHANCING the existing cost
surfaces in place, not duplicating them. loki costCLI (--json,--last N): current-run spend, per-model routing,
per-run history, and budget status, reading the shared
autonomy/lib/efficiency_cost.py(single source of truth; "not recorded"
rather than a fabricated $0.00 when no cost data exists).- New
/api/cost/timelineendpoint: intra-run per-iteration cumulative spend +
per-run history with project totals + read-time budget status, additive to the
existing/api/cost. - A self-contained
/costdashboard panel: budget gauge with an 80% warn line,
model-routing-by-spend, per-run table, inline cumulative chart. - Pre-cap budget WARNING at 80% (previously only a hard stop at 100%), added to
the existingcheck_budget_limit(bash) andcheckBudgetLimit(Bun) without
changing the hard-cap behavior, so an autonomous run flags a budget approach
before it stops. - Proactive budget alerting: the budget status now broadcasts over the existing
dashboard WebSocket loop and shows a persistent banner (amber at 80%, red at
100%) on every dashboard page, with a poll fallback for late-joining clients,
so a user not watching the terminal still sees the warning before the cap.
Notes
- Council: 3-of-3 unanimous (round 2, after adding the proactive in-dashboard
budget banner; round 1 flagged the warning was passive-pull-only). - No duplication: every cost surface reuses the existing efficiency accounting;
thresholds (80% / 100%) are consistent across the bash runner, Bun runner,
dashboard, and CLI. - NOT tested in this release: the budget banner rendered in every browser engine
(verified self-contained + reproducible build + endpoint/broadcast tests).
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]