Skip to content

Commit 3c1bf1c

Browse files
authored
Merge pull request #3 from japer-technology/copilot/pi-mono-upgrade-651-to-755
Upgrade pi-coding-agent to @earendil-works/pi-coding-agent@0.75.5
2 parents f6ff42b + a205cfe commit 3c1bf1c

22 files changed

Lines changed: 166 additions & 347 deletions

.github-minimum-intelligence/.pi/extensions/github-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";
1+
import type { ExtensionAPI } from "@earendil-works/pi-coding-agent";
22
import { Type } from "@sinclair/typebox";
33

44
/**

.github-minimum-intelligence/PACKAGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
| Package | Version | Description |
1111
|---------|---------|-------------|
12-
| [@mariozechner/pi-coding-agent](https://github.com/badlogic/pi-mono) | 0.65.1 | Coding agent CLI with read, bash, edit, and write tools and session management. This is the core AI agent that powers the entire Minimum Intelligence system - it processes prompts, interacts with LLM providers, and manages conversation sessions. |
12+
| [@earendil-works/pi-coding-agent](https://github.com/earendil-works/pi) | 0.75.5 | Coding agent CLI with read, bash, edit, and write tools and session management. This is the core AI agent that powers the entire Minimum Intelligence system - it processes prompts, interacts with LLM providers, and manages conversation sessions. |
1313

1414
### pi-mono Feature Surface
1515

@@ -67,7 +67,7 @@ An API key from at least one supported LLM provider is needed:
6767

6868
## Transitive Dependencies (notable)
6969

70-
These are pulled in transitively by `@mariozechner/pi-coding-agent`:
70+
These are pulled in transitively by `@earendil-works/pi-coding-agent`:
7171

7272
| Package | Description |
7373
|---------|-------------|

.github-minimum-intelligence/README-VSC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This installs:
4444

4545
| Package | Purpose |
4646
|---|---|
47-
| `@mariozechner/pi-coding-agent` | The `pi` binary that drives every turn. |
47+
| `@earendil-works/pi-coding-agent` | The `pi` binary that drives every turn. |
4848
| `marked` + `marked-terminal` | Render assistant Markdown replies in the terminal. |
4949
| `ansi-regex` | Strip stray ANSI escape codes before rendering. |
5050
| `@types/bun`, `@types/node`, `@types/marked-terminal` (dev) | Type definitions for the editor — runtime not affected. |
@@ -119,7 +119,7 @@ bun run chat --thread 1 "hello" # one-shot prompt against thread #1
119119

120120
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![AI](https://img.shields.io/badge/Assisted-Development-2b2bff?logo=openai&logoColor=white)
121121

122-
Powered by [pi-mono](https://github.com/badlogic/pi-mono), conversation history is written to your local working tree, giving your agent long-term memory across sessions. It can search prior context, edit or summarize past conversations, and every transcript is a plain `.jsonl` file you can read, diff, or version yourself.
122+
Powered by [pi-mono](https://github.com/earendil-works/pi), conversation history is written to your local working tree, giving your agent long-term memory across sessions. It can search prior context, edit or summarize past conversations, and every transcript is a plain `.jsonl` file you can read, diff, or version yourself.
123123

124124
---
125125

@@ -667,7 +667,7 @@ The local edition uses the same provider table as the GitHub edition. Set `defau
667667
| Groq | `groq` | `deepseek-r1-distill-llama-70b` | `GROQ_API_KEY` |
668668
| OpenRouter | `openrouter` | any model on [openrouter.ai](https://openrouter.ai/) | `OPENROUTER_API_KEY` |
669669

670-
> **Tip:** The `pi` agent supports many more providers and models. Run `bun run pi --help` from `.github-minimum-intelligence/` or see the [pi-mono docs](https://github.com/badlogic/pi-mono) for the full list.
670+
> **Tip:** The `pi` agent supports many more providers and models. Run `bun run pi --help` from `.github-minimum-intelligence/` or see the [pi-mono docs](https://github.com/earendil-works/pi) for the full list.
671671
672672
---
673673

.github-minimum-intelligence/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A repository-local AI framework that plugs into a developer’s existing workflo
2020

2121
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![AI](https://img.shields.io/badge/Assisted-Development-2b2bff?logo=openai&logoColor=white) [![github-minimum-intelligence-agent](https://github.com/japer-technology/github-minimum-intelligence/actions/workflows/github-minimum-intelligence-agent.yml/badge.svg)](https://github.com/japer-technology/github-minimum-intelligence/actions/workflows/github-minimum-intelligence-agent.yml)
2222

23-
Powered by [pi-mono](https://github.com/badlogic/pi-mono), conversation history is committed to git, giving your agent long-term memory across sessions. It can search prior context, edit or summarize past conversations, and all changes are versioned.
23+
Powered by [pi-mono](https://github.com/earendil-works/pi), conversation history is committed to git, giving your agent long-term memory across sessions. It can search prior context, edit or summarize past conversations, and all changes are versioned.
2424

2525
---
2626

@@ -379,7 +379,7 @@ Requires `OPENROUTER_API_KEY`. Browse available models at [openrouter.ai](https:
379379
| Groq | `groq` | `deepseek-r1-distill-llama-70b` | `GROQ_API_KEY` |
380380
| OpenRouter | `openrouter` | any model on [openrouter.ai](https://openrouter.ai/) | `OPENROUTER_API_KEY` |
381381

382-
> **Tip:** The `pi` agent supports many more providers and models. Run `pi --help` or see the [pi-mono docs](https://github.com/badlogic/pi-mono) for the full list.
382+
> **Tip:** The `pi` agent supports many more providers and models. Run `pi --help` or see the [pi-mono docs](https://github.com/earendil-works/pi) for the full list.
383383
384384
---
385385

0 commit comments

Comments
 (0)