mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 19:04:41 +00:00
refactor: rename package to @mariozechner/pi-coding-agent
- Changed package name from @mariozechner/coding-agent to @mariozechner/pi-coding-agent - Updated README installation command - Binary name 'pi' remains the same - Avoids conflict with existing @mariozechner/pi (pods package)
This commit is contained in:
parent
6695219e67
commit
79ee33c3fc
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Interactive CLI coding assistant powered by multiple LLM providers. Chat with AI
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g @mariozechner/coding-agent
|
npm install -g @mariozechner/pi-coding-agent
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@mariozechner/coding-agent",
|
"name": "@mariozechner/pi-coding-agent",
|
||||||
"version": "0.6.1",
|
"version": "0.6.1",
|
||||||
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue