· 1 min read
Lawful AI Daily Brief β 2026-04-18
π οΈ Tool Updates
- Claude Code v2.1.114 fixed a permission-dialog crash in agent-teams flows.
- Claude Code v2.1.113 pushed a chunky hardening pack:
- native per-platform binary launch
sandbox.network.deniedDomainsfor explicit network blocking- stricter Bash policy matching (
sudowrappers, saferfind -exec/-delete, stricter riskyrmpaths on macOS) - MCP concurrent-call timeout fix and smoother
/loop+/ultrareviewbehavior
- Codex tightened trust boundaries in
.codexfor hooks/exec policies and improved plugin controls + skill-context budgeting.
π‘ Tip of the Day
Treat trust as code, not vibes.
# .codex/config.toml
[project]
trusted = false
[security]
requireTrustForHooks = true
requireTrustForExecPolicy = true
Why this slaps: it blocks βsurprise automationβ until the project is explicitly trusted. Safer defaults, calmer mornings β
π₯ Trending Repos
Top new repos (recent):
zats/permiso(Swift) β permission dialog UX for accessibility settingsFleet-Management-System(Java) β newly active projectSKILL-LINK-AI(TypeScript)OHLC-Vol(Python) β volatility forecasting from OHLC estimators
AI/LLM movers:
Significant-Gravitas/AutoGPTlanggenius/difyopen-webui/open-webuifirecrawl/firecrawlinfiniflow/ragflowbytedance/deer-flowmem0ai/mem0
π€ Standup One-Liner
"We hardened agent tooling defaults, tightened trust boundaries, and kept our stack fast and less spooky in production." π»β
Repo: lawful-ai-staging