generated Readme
This commit is contained in:
parent
f0d53a5ced
commit
75289f0d54
31
README.md
Normal file
31
README.md
Normal file
@ -0,0 +1,31 @@
|
||||
# pi-extensions
|
||||
|
||||
Experimental monorepo for [Pi coding agent](https://github.com/mariozechner/pi-coding-agent) extensions.
|
||||
|
||||
## Extensions
|
||||
|
||||
### `pi-turn-limit`
|
||||
|
||||
Limits the number of turns (agent round-trips) in a Pi session. When the limit is exceeded, the agent aborts with an error notification.
|
||||
|
||||
- **Default limit:** 25 turns
|
||||
- **Override:** set `PI_MAX_TURNS` environment variable
|
||||
|
||||
## Installation
|
||||
|
||||
This is an early release — not on npm yet. To install from source:
|
||||
|
||||
```bash
|
||||
# Clone the repo
|
||||
git clone <repo-url>
|
||||
cd pi-extensions
|
||||
|
||||
# Install dependencies
|
||||
pnpm install
|
||||
|
||||
# Link the extension (or reference it directly in your Pi config)
|
||||
```
|
||||
|
||||
## Repository Status
|
||||
|
||||
**Experimental.** APIs and behavior may change without notice. Feedback welcome.
|
||||
Loading…
x
Reference in New Issue
Block a user