FN-5638: migrate pi-ai and pi-coding-agent packages to @earendil-works scope

Fusion-Task-Id: FN-5638

Fusion-Task-Lineage: 6e99c156-5f6c-42e6-bd26-618e08ffd05f
This commit is contained in:
gsxdsm
2026-05-28 21:23:48 -07:00
parent f258a75162
commit cec191eac3
87 changed files with 1154 additions and 2894 deletions

View File

@@ -10,7 +10,7 @@
import type { AgentRuntime, AgentRuntimeOptions, AgentSessionResult } from "./agent-runtime.js";
import type { PluginRunner } from "./plugin-runner.js";
import * as fusionCore from "@fusion/core";
import type { AgentSession } from "@mariozechner/pi-coding-agent";
import type { AgentSession } from "@earendil-works/pi-coding-agent";
import { createLogger } from "./logger.js";
import { createFnAgent, promptWithFallback, describeModel } from "./pi.js";