Skip to content

Loki Mode

v7.33.0 Feature

This release adds 3 notable features 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 CLI flags for strict MCP config, bare subcalls, and disallowed tools with corresponding environment opt‑outs.

Full changelog

Added

  • Embedded three Claude Code 2.1.170 CLI flags, all default-on with env
    opt-outs and gated on CLI support (older claude degrades to no-op):
    • --strict-mcp-config (LOKI_STRICT_MCP=0 to disable): added wherever
      Loki already passes an explicit --mcp-config bundle, so a run loads MCP
      servers only from that curated bundle (which includes your
      ~/.claude/mcp.json overlay) and ignores all other MCP sources, keeping
      runs reproducible.
    • --bare (LOKI_BARE_SUBCALLS=0 to disable): added to cheap,
      self-contained internal subcalls (USAGE generation, conflict resolution,
      bash-route reviewer/adversarial/council votes, the grill) for a faster,
      cheaper, cache-friendlier call. Never applied to the main RARV loop.
      Auth-gated: --bare reads Anthropic auth strictly from
      ANTHROPIC_API_KEY/apiKeyHelper, so Loki only enables it when one is
      present; subscription/OAuth logins run full-auth unchanged.
    • --disallowedTools (LOKI_REVIEW_TOOL_GUARD=0 to disable): added to
      reviewer/adversarial/council subcalls denying Edit/Write/NotebookEdit and
      the git mutation forms (commit/reset/push/checkout/clean/rm/stash,
      including the git -C/--git-dir/-c flag-prefixed forms), so a review
      agent does not casually mutate the working tree. Read-only git stays
      allowed. A guardrail, not a sandbox.
  • The three new env knobs are documented in wiki/Environment-Variables.md.

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]