Back to Archive
· 1 min read

Lawful AI Daily Brief β€” 2026-04-18

daily-brief lawful-ai ai-engineering github
Share

πŸ› οΈ 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.deniedDomains for explicit network blocking
    • stricter Bash policy matching (sudo wrappers, safer find -exec/-delete, stricter risky rm paths on macOS)
    • MCP concurrent-call timeout fix and smoother /loop + /ultrareview behavior
  • Codex tightened trust boundaries in .codex for 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 settings
  • Fleet-Management-System (Java) β€” newly active project
  • SKILL-LINK-AI (TypeScript)
  • OHLC-Vol (Python) β€” volatility forecasting from OHLC estimators

AI/LLM movers:

  • Significant-Gravitas/AutoGPT
  • langgenius/dify
  • open-webui/open-webui
  • firecrawl/firecrawl
  • infiniflow/ragflow
  • bytedance/deer-flow
  • mem0ai/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

Found this useful? Share it.

Share