@steptian/ai-deps-review
AI agent toolchain dependency version checker for Pi. Scans Pi Coding Agent, Claude Code, Codex, Pi Packages and extensions for updates, compares versions, and evaluates update necessity. Trigger: check deps, dependency update, version check, review deps.
Package details
Install @steptian/ai-deps-review from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@steptian/ai-deps-review- Package
@steptian/ai-deps-review- Version
1.0.1- Published
- May 25, 2026
- Downloads
- not available
- Author
- steptian
- License
- MIT
- Types
- skill
- Size
- 4.7 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills/ai-deps-review"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@steptian/ai-deps-review
AI agent toolchain dependency version checker for Pi Coding Agent.
Scans Pi Coding Agent, Claude Code, Codex, Pi Packages and extensions for version updates, compares against latest releases, and evaluates update necessity.
Install
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 -gfor 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