chore: migrate pi packages to earendil works scope

This commit is contained in:
Mario Zechner
2026-05-07 15:59:42 +02:00
parent 801db80b65
commit 3e5ad67e0f
324 changed files with 958 additions and 1062 deletions

View File

@@ -7,7 +7,7 @@ import * as crypto from "node:crypto";
import * as fs from "node:fs";
import * as os from "node:os";
import * as path from "node:path";
import type { AgentMessage } from "@mariozechner/pi-agent-core";
import type { AgentMessage } from "@earendil-works/pi-agent-core";
import {
type AssistantMessage,
getProviders,
@@ -16,7 +16,7 @@ import {
type Model,
type OAuthProviderId,
type OAuthSelectPrompt,
} from "@mariozechner/pi-ai";
} from "@earendil-works/pi-ai";
import type {
AutocompleteItem,
AutocompleteProvider,
@@ -27,7 +27,7 @@ import type {
OverlayHandle,
OverlayOptions,
SlashCommand,
} from "@mariozechner/pi-tui";
} from "@earendil-works/pi-tui";
import {
CombinedAutocompleteProvider,
type Component,
@@ -44,7 +44,7 @@ import {
TruncatedText,
TUI,
visibleWidth,
} from "@mariozechner/pi-tui";
} from "@earendil-works/pi-tui";
import { spawn, spawnSync } from "child_process";
import {
APP_NAME,
@@ -3522,7 +3522,7 @@ export class InteractiveMode {
const updateInstruction = theme.fg("muted", `New version ${newVersion} is available. Run `) + action;
const changelogUrl = theme.fg(
"accent",
"https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent/CHANGELOG.md",
"https://github.com/earendil-works/pi-mono/blob/main/packages/coding-agent/CHANGELOG.md",
);
const changelogLine = theme.fg("muted", "Changelog: ") + changelogUrl;