Update Pi package scope

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 22:50:50 +02:00
parent f93abb7564
commit be624dbdc9
5 changed files with 160 additions and 182 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import crypto from "node:crypto";
import type { AgentSession, AgentSessionRuntime } from "@mariozechner/pi-coding-agent";
import type { AgentSession, AgentSessionRuntime } from "@earendil-works/pi-coding-agent";
import type { SessionEventHub } from "../realtime/sessionEventHub.js";
import type { ClientCommandResult, ClientSession } from "../types.js";
import { isBuiltinCommand } from "./builtinCommands.js";