> ## Documentation Index
> Fetch the complete documentation index at: https://www.edgee.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code statusline

> Install, check, and repair the Edgee usage indicator in Claude Code.

The statusline displays Edgee session usage inside Claude Code. It is a display integration; routing still comes from launching the agent through Edgee.

## Install and verify

```bash theme={"dark"}
edgee statusline claude install
edgee launch claude
```

Send a request and check the statusline below the conversation. Use the session report to inspect the full request breakdown.

## Diagnose a missing statusline

From the affected repository, run:

```bash theme={"dark"}
edgee statusline claude doctor
```

A project's own `statusLine` can override your user-level setting. If the diagnostic reports a conflict, run:

```bash theme={"dark"}
edgee statusline claude fix
```

The fix writes a local project overlay in `.claude/settings.local.json` to combine the project's statusline with Edgee's. Restart Claude Code and verify the result.

## Disable or re-enable

```bash theme={"dark"}
edgee statusline claude disable
edgee statusline claude enable
```

Disabling removes Edgee's user-level statusline integration and prevents automatic reinstallation on subsequent launches. It does not disable routing or compression.

## Advanced integration

`edgee statusline render` renders the Edgee segment. `edgee statusline wrap <COMMAND>` combines another statusline command with Edgee's. Run `edgee statusline --help` before integrating it into an existing setup.
