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
Affected surfaces
auth
Summary
AI summaryFail-fast auth preflight aborts builds with expired Claude login immediately.
Full changelog
Zero-friction adoption: per-build workspace + fail-fast auth + honest phase state
- Per-build workspace param + workspace-scoped endpoints: optional path-guarded
workspaceparam on/api/control/startand workspace-scoped/api/status,
/api/cost,/api/proofs,/api/proofs/:id(validated against the workspace-root
allowlist, traversal-safe, deny-by-default), so a host can run and correlate a
per-build proof by exact run_id. Proven:proof.run_id == trust-run-id. - Fail-fast auth preflight: an expired Claude login used to pass the key-presence
check and then 401 on the first call, leaving the build stalled at BOOTSTRAP with
no clear cause.validate_api_keysnow does a zero-network, zero-token local
expiry check and stops immediately with aclaude loginfix. Fail-open on any
unknown schema; opt out withLOKI_SKIP_AUTH_PREFLIGHT=1. loki doctorexpired-login warning: mirrors the preflight so a user catches an
expired login BEFORE starting a build.- Honest phase state:
currentPhasenow advances BOOTSTRAP -> BUILDING ->
COMPLETED (with a COMPLETED marker file), so the dashboard and reconciliation gate
see real progress instead of a stuck "Planning".
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]