Skip to content

Loki Mode

v7.104.1 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ 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 summary

Added 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 Bun doctor only checked ANTHROPIC_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
    comparing claudeAiOauth.expiresAt against 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

Track Loki Mode

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Beta — feedback welcome: [email protected]