Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";
import type { ExtensionAPI } from "@earendil-works/pi-coding-agent";
import { Type } from "@sinclair/typebox";

/**
Expand Down
4 changes: 2 additions & 2 deletions .github-minimum-intelligence/PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Package | Version | Description |
|---------|---------|-------------|
| [@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. |
| [@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. |

### pi-mono Feature Surface

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

## Transitive Dependencies (notable)

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

| Package | Description |
|---------|-------------|
Expand Down
6 changes: 3 additions & 3 deletions .github-minimum-intelligence/README-VSC.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This installs:

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

[![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)

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.
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.

---

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

> **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.
> **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.

---

Expand Down
4 changes: 2 additions & 2 deletions .github-minimum-intelligence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A repository-local AI framework that plugs into a developer’s existing workflo

[![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)

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.
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.

---

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

> **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.
> **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.

---

Expand Down
Loading