Archived
Update Pi package scope
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
SessionManager,
|
||||
type AgentSession,
|
||||
type CreateAgentSessionRuntimeFactory,
|
||||
} from "@mariozechner/pi-coding-agent";
|
||||
} from "@earendil-works/pi-coding-agent";
|
||||
import type { ClientCommand, ClientCommandResult, ClientMessagePage, ClientSession, ClientSessionStatus } from "../types.js";
|
||||
import type { SessionEventHub } from "../realtime/sessionEventHub.js";
|
||||
import { BUILTIN_COMMANDS } from "./builtinCommands.js";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { AgentSessionRuntime } from "@mariozechner/pi-coding-agent";
|
||||
import type { AgentSessionRuntime } from "@earendil-works/pi-coding-agent";
|
||||
|
||||
export interface ActiveSession {
|
||||
runtime: AgentSessionRuntime;
|
||||
|
||||
Reference in New Issue
Block a user