Loki Mode v7.33.0
·
44 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Added
- Embedded three Claude Code 2.1.170 CLI flags, all default-on with env
opt-outs and gated on CLI support (olderclaudedegrades to no-op):--strict-mcp-config(LOKI_STRICT_MCP=0to disable): added wherever
Loki already passes an explicit--mcp-configbundle, so a run loads MCP
servers only from that curated bundle (which includes your
~/.claude/mcp.jsonoverlay) and ignores all other MCP sources, keeping
runs reproducible.--bare(LOKI_BARE_SUBCALLS=0to 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:--barereads 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=0to disable): added to
reviewer/adversarial/council subcalls denying Edit/Write/NotebookEdit and
the git mutation forms (commit/reset/push/checkout/clean/rm/stash,
including thegit -C/--git-dir/-cflag-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.