CLAUDE LABJP
CHROME — Compliance API session retrieval now covers Claude in Chrome transcripts as well. Enterprise beta, added on September 182.1.278 — Claude Code has not moved past 2.1.278 since September 19. That release made the auto-mode classifier server-side by default, and the classifier itself is not billed11/17 — The undocumented client-certificate fallback setting stops being accepted on November 17, fifty-six days out. An in-app warning starts on November 3TMPDIR — Windows shells do not set TMPDIR. Commands written out of habit with $TMPDIR fail with Permission denied, and the failures are quietly retriedNEW — The morning a deprecation notice appeared: checking the version before rewriting the configTOOLS — How far should approvals be automated? Lining up Claude Code hooks and permissions next to Antigravity's Deny / Ask / Allow makes your own boundary easier to drawCHROME — Compliance API session retrieval now covers Claude in Chrome transcripts as well. Enterprise beta, added on September 182.1.278 — Claude Code has not moved past 2.1.278 since September 19. That release made the auto-mode classifier server-side by default, and the classifier itself is not billed11/17 — The undocumented client-certificate fallback setting stops being accepted on November 17, fifty-six days out. An in-app warning starts on November 3TMPDIR — Windows shells do not set TMPDIR. Commands written out of habit with $TMPDIR fail with Permission denied, and the failures are quietly retriedNEW — The morning a deprecation notice appeared: checking the version before rewriting the configTOOLS — How far should approvals be automated? Lining up Claude Code hooks and permissions next to Antigravity's Deny / Ask / Allow makes your own boundary easier to draw
TAG

permissions

15 articles
Back to all tags
Related:
Claude Code14settings.json4Security3indie development3automation3Automation2iOS2security2PreToolUse2MCP2Cowork1Scheduled Tasks1
Claude Code/2026-06-18Advanced

Give an Unattended Agent Only the MCP Tools It Needs — Enforcing a Deny-by-Default Policy

An unattended Claude Code agent can't lean on a permission prompt, so whatever a tool can reach becomes the blast radius. Here's how to lock MCP servers and tools down to deny-by-default and hand back only what the job needs, with managed-settings.json examples.

Claude Code/2026-06-12Intermediate

Stopping Claude Code Before It Runs a Destructive Command — a PreToolUse Screening Hook

How I wired a PreToolUse hook that screens every Bash command Claude Code is about to run: the settings.json setup, the Python screening script, what exit code 2 really does, and the false positives I tuned out over several weeks.

Claude Code/2026-05-06Intermediate

react-native-permissions vs Expo Permissions API — Claude Code

Should you use react-native-permissions or the Expo permissions API? This guide clarifies the decision criteria and shows practical iOS/Android implementation patterns using Claude Code, including common pitfalls and Privacy Manifest requirements.