Pull Request Explorer

Back to Repo
Exploring 15 PRs for Anthropic Cookbook. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
hosting: lint fixes + address #677 review comments kevintang513 M No 22.6h 0.1h May 30, 2026

Summary

Refactor

Fix linting and review comments for hosting

Improves code quality and addresses review feedback, ensuring reliable hosting setup.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, low risk to production.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python, Shell
Agent SDK cookbook 07: Hosting your agent (Docker / Modal / Kubernetes) kevintang513 XL No 17.6h 0.1h May 28, 2026

Summary

Feature

Add hosting cookbook for Docker, Modal, Kubernetes

Provides developers with a ready‑to‑run reference implementation for deploying Claude agents across Docker, Modal, and Kubernetes, accelerating deployment and reducing setup time. This empowers teams to quickly prototype and scale agent deployments.

Health Assessment

X-Large
Low
Low
  • Fast review and single commit indicate a straightforward change; large scope due to notebook and infrastructure code but low risk as it is a documentation and reference implementation.

AI Details

Tech Stack

Languages: Python, Shell, Yaml
Frameworks: Docker, Kubernetes
ci: migrate claude-code-action workflows to Workload Identity Federation zenexer-ant M AI 37.1h 0.0h May 24, 2026

Summary

CI/CD

Migrate Claude workflows to Workload Identity Federation

Switches 6 CI workflows from static API key to secure Workload Identity Federation, improving credential security and compliance.

Health Assessment

Small
Low
Low
  • Fast review and merge, minimal changes, low risk.

AI Details

Category: Code AI
Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
hosting: Tier 3 — Kubernetes (pod-per-session + egress lockdown) anav-ant XL No 1.6h 0.1h May 22, 2026

Summary

Feature

Add Tier 3 Kubernetes hosting with pod‑per‑session gateway

Provides a Kubernetes‑based hosting tier for the Agent SDK, enabling pod‑per‑session gateways, egress lockdown, Redis routing, and a quickstart environment.

Health Assessment

Large
Medium
Medium
  • PR was merged within 1.6 hours with only one commit after review, but required three rounds of changes, indicating a complex but well‑managed implementation of a new Kubernetes hosting capability.

AI Details

Tech Stack

Languages: Python, Shell, Yaml
Pin GitHub Actions to commit SHAs jportner-ant S No 312.0h 0.0h May 19, 2026

Summary

CI/CD

Pin GitHub Actions to commit SHAs

Pin third-party GitHub Actions references to immutable commit SHAs.

Health Assessment

Small
Low
Low
  • PR was straightforward with quick review, but long cycle time indicates backlog.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
Pin pre-commit hooks to commit SHAs jportner-ant XS No 311.9h 311.9h May 19, 2026

Summary

Chore

Pin pre-commit hooks to immutable commit SHAs

Ensures reproducible and secure CI pipelines by locking pre-commit hooks to specific commit SHAs, preventing accidental upgrades that could introduce bugs or vulnerabilities.

Health Assessment

Small
Low
High
  • Long review cycle indicates low priority or low complexity; minimal changes and quick merge after review.

AI Details

Confidence: 0.05

Tech Stack

Languages: Yaml
refactor(self_hosted_sandboxes): rename private-sandbox → self-hosted-sandbox rlancemartin S No 0.2h 0.0h May 19, 2026

Summary

Refactor

Rename private sandbox to self-hosted sandbox

Aligns naming across documentation and deployment artifacts to match the self-hosted sandbox feature, improving consistency and reducing confusion.

Health Assessment

Small
Low
Low
  • Quick rename with immediate approval, minimal rework, high confidence in consistency.

AI Details

Tech Stack

Languages: Typescript, Python, Shell
feat(managed_agents): sandbox worker templates rlancemartin XL No 3.5h 0.1h May 19, 2026

Summary

Feature

Add self-hosted sandbox worker templates

Provides reference implementations for running Claude Managed Agents on self-hosted sandboxes across multiple compute providers, enabling secure, environment-key-only execution.

Health Assessment

X-Large
Low
Low
  • Rapid review and merge within 3.5 hours indicates high confidence and minimal friction.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
feat(managed_agents): Slack stateless webhook bridge template rlancemartin L No 189.7h 65.9h May 18, 2026

Summary

Feature

Slack stateless webhook bridge template

Provides a stateless TypeScript/Bun bridge connecting Slack Events API to Claude Managed Agents via CMA outbound webhooks, enabling restart‑safe, horizontally scalable integration without a session‑map database.

Health Assessment

Large
Low
Low
  • PR had a single commit and quick approval, indicating straightforward implementation with minimal review friction.

AI Details

Tech Stack

Languages: Typescript
feat(managed_agents): Linear stateless webhook bridge template rlancemartin XL No 125.2h 121.3h May 13, 2026

Summary

Feature

Add Linear stateless webhook bridge template

Provides a lightweight, stateless bridge between Linear and Claude Managed Agents, enabling scalable webhook integration without maintaining session state. This simplifies deployment and reduces operational overhead for teams using Linear's Agent Platform.

Health Assessment

Large
High
High
  • The PR required over five days to receive its first review and merge, indicating a slow review cycle. The large addition of 540 lines across 12 files suggests significant changes that could impact stability and warrant careful testing.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
feat(managed_agents): CMA Sessions API as an MCP server (stdio + HTTP) rlancemartin XL AI 42.4h 31.1h May 13, 2026

Summary

Feature

Add CMA Sessions API MCP server

This PR introduces a lightweight MCP server that allows Claude Desktop and claude.ai to interact with hosted CMA agents via tool calls. It provides both stdio and HTTP interfaces, enabling seamless integration until official support is available.

Health Assessment

X-Large
Medium
Medium
  • The PR introduced a substantial new server component with a large code addition, but the review process was relatively straightforward with a single commit and no major rework.

AI Details

Category: Code AI
Confidence: 0.75

Tech Stack

Languages: Typescript
feat(registry): retag managed_agents notebooks with Claude Managed Agents category markn-ant S AI 1.3h 1.3h May 08, 2026

Summary

Feature

Retag managed_agents notebooks with Claude category

Updates registry to use new 'Claude Managed Agents' category for managed_agents notebooks, ensuring correct pill display on platform.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes; likely low risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Yaml
fix(managed_agents): render outputs on docs site, retitle multiagent markn-ant L No 0.3h 0.0h May 06, 2026

Summary

Bug Fix

Fix docs rendering and rename multiagent tutorial

Notebook outputs now render properly on the docs site, improving user experience. Tutorial titles are standardized for consistency across the cookbook.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal review indicates a straightforward bug fix.

AI Details

Tech Stack

Languages: Yaml
feat(managed_agents): add multiagent and outcomes cookbooks markn-ant XL No 0.8h 0.1h May 06, 2026

Summary

Feature

Add multiagent and outcomes cookbooks

Adds two Managed Agents cookbooks demonstrating multiagent coordination and outcome-based grading, enhancing user ability to build complex agent workflows.

Health Assessment

X-Large
Low
Low
  • PR merged in under an hour with a single review comment, indicating a straightforward addition of example notebooks with minimal friction.

AI Details

Tech Stack

feat(claude_agent_sdk): add vulnerability detection agent cookbook PedramNavid XL AI 8.2h 0.1h May 05, 2026

Summary

Feature

Add vulnerability detection agent cookbook

Provides a step‑by‑step guide for building a vulnerability detection agent with Claude SDK, enabling threat modeling, find, triage, and reporting on a C target.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review iterations indicate a smooth process; AI-assisted code generation helped deliver the cookbook quickly.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude Code
Confidence: 0.95

Tech Stack

Languages: Python, C

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos