Skip to content

v2.3.3 — Pi Coding Agent Integration

Choose a tag to compare

@yvgude yvgude released this 26 Mar 21:56

Pi Coding Agent Integration

Added

  • Pi Coding Agent integration — New pi-lean-ctx npm package that overrides Pi's bash, read, grep, find, and ls tools to route all output through lean-ctx. Smart read mode selection based on file type and size (full/map/signatures). Includes compression stats footer and /lean-ctx slash command
  • lean-ctx init --agent pi — One-command setup: auto-installs the pi-lean-ctx Pi Package and creates project-local AGENTS.md with lean-ctx instructions
  • Pi AGENTS.md template — Skill file teaching Pi to leverage lean-ctx compression transparently

Install

cargo install lean-ctx
# or
brew tap yvgude/lean-ctx && brew install lean-ctx

Pi Setup

pi install pi-lean-ctx
# or
lean-ctx init --agent pi

Full Changelog: v2.3.2...v2.3.3