CLAUDE LABJP
AUTO — Managed Agents permission policies gained an auto mode. The server now weighs each call and either runs it, denies it, or pauses for approvalEVAL — Both agent.tool_use and agent.mcp_tool_use carry an evaluation field, so you can read back exactly how each call was judgedCONNECT — ant beta:sessions connect attaches your terminal to a running session. Pass --web and it serves the Console session viewer locally insteadCOWORK — Cowork v1.49585.0 moves the runtime to Electron 44, which makes macOS 13 Ventura the new minimumLIMIT — Messages held back by the five-hour usage limit are now sent automatically once the limit resets, and you can still edit or cancel them firstCONFIG — In-app warnings for deprecated managed settings began on September 10. The old spellings stop being accepted at noon Pacific on October 7AUTO — Managed Agents permission policies gained an auto mode. The server now weighs each call and either runs it, denies it, or pauses for approvalEVAL — Both agent.tool_use and agent.mcp_tool_use carry an evaluation field, so you can read back exactly how each call was judgedCONNECT — ant beta:sessions connect attaches your terminal to a running session. Pass --web and it serves the Console session viewer locally insteadCOWORK — Cowork v1.49585.0 moves the runtime to Electron 44, which makes macOS 13 Ventura the new minimumLIMIT — Messages held back by the five-hour usage limit are now sent automatically once the limit resets, and you can still edit or cancel them firstCONFIG — In-app warnings for deprecated managed settings began on September 10. The old spellings stop being accepted at noon Pacific on October 7
TAG

PR review

2 articles
Back to all tags
Related:
Claude Code1GitHub Actions1automation1CI/CD1Claude API1GitHub1Tool Use1Webhook1TypeScript1Automation1Code Review1
Claude Code/2026-05-04Intermediate

Setting Up Claude Code's GitHub PR Trigger for Automated Code Review

A step-by-step guide to configuring Claude Code's GitHub PR trigger, writing effective CLAUDE.md review policies, and what two weeks of real usage taught me about keeping the signal-to-noise ratio high.

API & SDK/2026-04-17Advanced

Building a GitHub PR Review Bot with Claude API — From Webhook Signature Verification to Structured Reviews with Tool Use

Build a production PR review bot with Claude API and GitHub Webhooks. Enforce structured scoring and security scanning via Tool Use, then handle the parts that bite in production — signature checks that pass only locally, 202 responses that hide failures, debouncing, and cost tracking.