@posthog/agent 2.1.147 → 2.1.148
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/agent.js +2 -2
- package/dist/agent.js.map +1 -1
- package/dist/posthog-api.d.ts +1 -1
- package/dist/posthog-api.js +2 -2
- package/dist/posthog-api.js.map +1 -1
- package/dist/server/agent-server.js +3 -3
- package/dist/server/agent-server.js.map +1 -1
- package/dist/server/bin.cjs +3 -3
- package/dist/server/bin.cjs.map +1 -1
- package/package.json +3 -3
- package/src/server/agent-server.ts +1 -1
- package/src/utils/gateway.ts +2 -2
package/dist/agent.js
CHANGED
|
@@ -279,7 +279,7 @@ import { v7 as uuidv7 } from "uuid";
|
|
|
279
279
|
// package.json
|
|
280
280
|
var package_default = {
|
|
281
281
|
name: "@posthog/agent",
|
|
282
|
-
version: "2.1.
|
|
282
|
+
version: "2.1.148",
|
|
283
283
|
repository: "https://github.com/PostHog/twig",
|
|
284
284
|
description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
|
|
285
285
|
exports: {
|
|
@@ -4042,7 +4042,7 @@ function createCodexConnection(config) {
|
|
|
4042
4042
|
}
|
|
4043
4043
|
|
|
4044
4044
|
// src/utils/gateway.ts
|
|
4045
|
-
function getLlmGatewayUrl(posthogHost, product = "
|
|
4045
|
+
function getLlmGatewayUrl(posthogHost, product = "posthog_code") {
|
|
4046
4046
|
const url = new URL(posthogHost);
|
|
4047
4047
|
const hostname = url.hostname;
|
|
4048
4048
|
if (hostname === "localhost" || hostname === "127.0.0.1") {
|