@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.
Files changed (2) hide show
  1. package/dist/backfill.js +2 -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-backfill/state.json");
11
+ const defaultStatePath = join(homedir(), ".local/state/coding-agent-langfuse/backfill-v6.json");
12
12
  function usage() {
13
- return `Usage: node --experimental-strip-types backfill.ts [options]
13
+ return `Usage: coding-agent-langfuse-backfill [options]
14
14
 
15
15
  Options:
16
16
  --endpoint URL OTLP HTTP traces endpoint (default: ${defaultEndpoint})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ramarivera/coding-agent-langfuse",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Universal coding-agent Langfuse backfiller and live OTLP helpers",
5
5
  "type": "module",
6
6
  "license": "MIT",