@earendil-works/pi-coding-agent
Version:
Coding agent CLI with read, bash, edit, write tools and session management
11 lines • 400 B
JavaScript
import { registerBunOAuthFlows } from "@earendil-works/pi-ai/bun-oauth";
import { APP_NAME } from "../config.js";
process.title = APP_NAME;
process.emitWarning = (() => { });
registerBunOAuthFlows();
import { restoreSandboxEnv } from "./restore-sandbox-env.js";
restoreSandboxEnv();
await import("./register-bedrock.js");
await import("../cli.js");
//# sourceMappingURL=cli.js.map