pi2dsh 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/compat/pi-coding-agent.d.mts +39 -1
- package/dist/compat/pi-coding-agent.d.mts.map +1 -1
- package/dist/compat/pi-coding-agent.mjs +2 -2
- package/dist/credentials-oauth.mjs +1 -1
- package/dist/host.mjs +1 -1
- package/dist/{pi-coding-agent-fPHwKP4d.mjs → pi-coding-agent-DuqSaquA.mjs} +76 -2
- package/dist/pi-coding-agent-DuqSaquA.mjs.map +1 -0
- package/dist/{runtime-B9R7bDWT.mjs → runtime-D1oXtRIx.mjs} +2 -2
- package/dist/{runtime-B9R7bDWT.mjs.map → runtime-D1oXtRIx.mjs.map} +1 -1
- package/dist/runtime.mjs +1 -1
- package/package.json +1 -1
- package/dist/pi-coding-agent-fPHwKP4d.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { t as getAgentDir } from "./pi-config-shim-CZ1wFzqM.mjs";
|
|
3
|
-
import { E as __setSubagentSessionFactory, S as Theme, f as ExtensionRunner } from "./pi-coding-agent-
|
|
3
|
+
import { E as __setSubagentSessionFactory, S as Theme, f as ExtensionRunner } from "./pi-coding-agent-DuqSaquA.mjs";
|
|
4
4
|
import { a as resolvePiProviderAuth, n as loginPiProvider, r as providerSupportsOAuth, t as FileCredentialStore } from "./oauth-bridge-C6fL1qSv.mjs";
|
|
5
5
|
import { L as AssistantMessageEventStream, S as realBuiltinProvider, i as builtinProviders, n as __setPiAiLlmBridge } from "./pi-ai-DhYGgq4Y.mjs";
|
|
6
6
|
import { createRequire } from "node:module";
|
|
@@ -2654,4 +2654,4 @@ const runtimeInternals = {
|
|
|
2654
2654
|
//#endregion
|
|
2655
2655
|
export { normalizeToolSchema as n, runtimeInternals as r, applyPiPackage as t };
|
|
2656
2656
|
|
|
2657
|
-
//# sourceMappingURL=runtime-
|
|
2657
|
+
//# sourceMappingURL=runtime-D1oXtRIx.mjs.map
|