@ramarivera/coding-agent-langfuse 0.1.4 → 0.1.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/backfill.js +2 -2
- package/package.json +1 -1
package/dist/backfill.js
CHANGED
|
@@ -8,9 +8,9 @@ const allAgents = ["claude", "codex", "grok", "opencode", "pi"];
|
|
|
8
8
|
const importIdentityVersion = "v6-session-traces-with-generations-and-costs";
|
|
9
9
|
const defaultEndpoint = "https://langfuse.ai.roxasroot.net/otel/v1/traces";
|
|
10
10
|
const deadRemoteEndpoint = "http://langfuse.ai.roxasroot.net:14318/v1/traces";
|
|
11
|
-
const defaultStatePath = join(homedir(), ".local/state/langfuse-
|
|
11
|
+
const defaultStatePath = join(homedir(), ".local/state/coding-agent-langfuse/backfill-v6.json");
|
|
12
12
|
function usage() {
|
|
13
|
-
return `Usage:
|
|
13
|
+
return `Usage: coding-agent-langfuse-backfill [options]
|
|
14
14
|
|
|
15
15
|
Options:
|
|
16
16
|
--endpoint URL OTLP HTTP traces endpoint (default: ${defaultEndpoint})
|