wandb/weave-claude-code

8 stars · Last commit 2026-05-29

Claude Code plugin that traces sessions, tool calls, and subagents to W&B Weave for observability and debugging.

README preview

# Weave Claude Code Plugin

Track Claude Code sessions in [Weave](https://wandb.ai/) for observability and debugging. Every session, turn, tool call, and subagent is automatically logged as a structured trace — no code changes required.

## Quick Start

**1. Install the CLI**

```bash
npm install -g weave-claude-code
```

**2. Run the installer**

```bash
weave-claude-code install
```

This will:
- Create `~/.weave-claude-code/settings.json`

View full repository on GitHub →