@ichigo.moe/ave
v0.80.0
Published
ave: a fork of pi-coding-agent (coding agent CLI with read/bash/edit/write tools and session management)
Maintainers
Readme

ave
Fork of pi with dirac optimization's:
- Hash-Anchored Edits.
- Multi-File Batching.
These reduce token costs and improve speed while maintaining quality.
In addition, we use an adapted system prompt from ForgeCode, which scores high on the Terminal-Bench leaderboard.
Installation
npm install -g @ichigo.moe/aveDevelopment
npm install # Install all dependencies
npm run build # Build all packages
npm run check # Lint, format, and type check
./test.sh # Run tests (skips LLM-dependent tests without API keys)
./pi-test.sh # Run pi from sources (can be run from any directory)Note:
npm run checkrequiresnpm run buildto be run first. The web-ui package usestscwhich needs compiled.d.tsfiles from dependencies.
License
MIT
