This release adds 1 notable feature for engineering teams evaluating rollout.
Published 26d
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 summaryAdded Claude OAuth login check to loki doctor Bun route for parity with bash.
Full changelog
Bun doctor checks Claude login (bash/Bun parity)
loki doctor(Bun route) now performs the Claude OAuth login check that the
bash route already had. Previously the Bundoctoronly checkedANTHROPIC_API_KEY
and never inspected the Claude login state, so on a machine with an expired Claude
access token the two routes diverged (bash warned "login EXPIRED", Bun said nothing).
The check is a zero-network read of${CLAUDE_CONFIG_DIR:-~/.claude}/.credentials.json
comparingclaudeAiOauth.expiresAtagainst now; it is byte-faithful with the bash
output in every login state (expired -> WARN, absent/fresh -> the neutral line), so
the two routes agree. Conservative by design (no refresh attempt, which needs a
network call), matching run.sh's fail-fast build preflight. Proven parity across
expired / absent / fresh credential fixtures.
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]