---
slug: "steptian-ai-deps-review"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/steptian/ai-deps-review-pi@master/README.md"
repo: "https://github.com/steptian/ai-deps-review-pi"
source_file: "README.md"
branch: "master"
---
# @steptian/ai-deps-review

AI agent toolchain dependency version checker for [Pi Coding Agent](https://pi.dev).

Scans Pi Coding Agent, Claude Code, Codex, Pi Packages and extensions for version updates, compares against latest releases, and evaluates update necessity.

## Install

```bash
pi install npm:@steptian/ai-deps-review
```

## Triggers

Say any of these to activate:

- 检查依赖 / 依赖更新 / 版本检查
- 看看有没有新版本 / review 依赖 / 遍历依赖

## What It Checks

### Core Tools (npm global)

- Pi Coding Agent (`@earendil-works/pi-coding-agent`)
- Pi Lens (`pi-lens`)
- Pi LSP (`@spences10/pi-lsp`)
- Pi TUI Modal (`@spences10/pi-tui-modal`)
- Pi Event Monitor (`pi-event-monitor`)
- Pi Ralph Loop (`@lnilluv/pi-ralph-loop`)
- Nightmanager (`nightmanager`)
- Agentmemory (`@agentmemory/agentmemory`)

### Standalone Installations

- Claude Code (`claude --version`)
- Codex (`codex --version`)

### Pi Packages (pi.dev ecosystem)

- Lists all installed packages via `pi list`
- Updates via `pi update --extensions`
- Falls back to `pnpm add -g` for manually installed packages

## Output

Generates a summary table:

| Tool | Before | After | Status |
|------|--------|-------|--------|
| Pi Coding Agent | 0.75.3 | 0.75.5 | ⬆️ Updated |

Plus skills count and update recommendations.

## License

MIT
