wandb/weave-claude-code

8 stars · Last commit 2026-06-08

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

README preview

# Weave Claude Code Plugin

[![npm](https://img.shields.io/npm/v/weave-claude-code)](https://www.npmjs.com/package/weave-claude-code)
[![CI](https://github.com/wandb/weave-claude-code/actions/workflows/format-and-lint.yaml/badge.svg)](https://github.com/wandb/weave-claude-code/actions/workflows/format-and-lint.yaml)
[![license](https://img.shields.io/npm/l/weave-claude-code)](LICENSES/MIT.txt)
[![node](https://img.shields.io/node/v/weave-claude-code)](package.json)

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

View full repository on GitHub →