@rudderhq/run-intelligence-core 0.6.6-canary.9 → 0.7.0

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/trace.d.ts CHANGED
@@ -7,12 +7,14 @@ export declare function isModelTranscriptEntry(entry: TranscriptEntry): entry is
7
7
  delta?: boolean;
8
8
  phase?: "commentary" | "final_answer";
9
9
  segmentId?: string;
10
+ sourceEntryId?: string;
10
11
  } | {
11
12
  kind: "thinking";
12
13
  ts: string;
13
14
  text: string;
14
15
  delta?: boolean;
15
16
  segmentId?: string;
17
+ sourceEntryId?: string;
16
18
  } | {
17
19
  kind: "result";
18
20
  ts: string;
@@ -24,6 +26,7 @@ export declare function isModelTranscriptEntry(entry: TranscriptEntry): entry is
24
26
  subtype: string;
25
27
  isError: boolean;
26
28
  errors: string[];
29
+ sourceEntryId?: string;
27
30
  };
28
31
  export declare function isPayloadTranscriptEntry(entry: TranscriptEntry): entry is {
29
32
  kind: "tool_call";
@@ -31,6 +34,7 @@ export declare function isPayloadTranscriptEntry(entry: TranscriptEntry): entry
31
34
  name: string;
32
35
  input: unknown;
33
36
  toolUseId?: string;
37
+ sourceEntryId?: string;
34
38
  } | {
35
39
  kind: "tool_result";
36
40
  ts: string;
@@ -38,6 +42,7 @@ export declare function isPayloadTranscriptEntry(entry: TranscriptEntry): entry
38
42
  toolName?: string;
39
43
  content: string;
40
44
  isError: boolean;
45
+ sourceEntryId?: string;
41
46
  };
42
47
  export declare function detailTextForTranscriptEntry(entry: TranscriptEntry): string;
43
48
  export declare function previewTextForTranscriptEntry(entry: TranscriptEntry, maxLength?: number): string;
@@ -1 +1 @@
1
- {"version":3,"file":"trace.d.ts","sourceRoot":"","sources":["../src/trace.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,KAAK,EAAE,iBAAiB,EAAmB,gBAAgB,EAAmB,MAAM,YAAY,CAAC;AAqCxG,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;EAE5D;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,eAAe;;;;;;;;;;;;;EAE9D;AAED,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,eAAe,UAYlE;AAED,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,eAAe,EAAE,SAAS,SAAM,UAuBpF;AAiBD,wBAAgB,qBAAqB,CAAC,eAAe,EAAE,iBAAiB,GAAG,eAAe,EAAE,GAAG,gBAAgB,CAuF9G"}
1
+ {"version":3,"file":"trace.d.ts","sourceRoot":"","sources":["../src/trace.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,KAAK,EAAE,iBAAiB,EAAmB,gBAAgB,EAAmB,MAAM,YAAY,CAAC;AAqCxG,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE5D;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,eAAe;;;;;;;;;;;;;;;EAE9D;AAED,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,eAAe,UAYlE;AAED,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,eAAe,EAAE,SAAS,SAAM,UAuBpF;AAiBD,wBAAgB,qBAAqB,CAAC,eAAe,EAAE,iBAAiB,GAAG,eAAe,EAAE,GAAG,gBAAgB,CAuF9G"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudderhq/run-intelligence-core",
3
- "version": "0.6.6-canary.9",
3
+ "version": "0.7.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "homepage": "https://github.com/Undertone0809/rudder",
6
6
  "bugs": {
@@ -49,15 +49,15 @@
49
49
  "test": "vitest run --config vitest.config.ts"
50
50
  },
51
51
  "dependencies": {
52
- "@rudderhq/agent-runtime-claude-local": "0.6.6-canary.9",
53
- "@rudderhq/agent-runtime-codex-local": "0.6.6-canary.9",
54
- "@rudderhq/agent-runtime-cursor-local": "0.6.6-canary.9",
55
- "@rudderhq/agent-runtime-gemini-local": "0.6.6-canary.9",
56
- "@rudderhq/agent-runtime-openclaw-gateway": "0.6.6-canary.9",
57
- "@rudderhq/agent-runtime-opencode-local": "0.6.6-canary.9",
58
- "@rudderhq/agent-runtime-pi-local": "0.6.6-canary.9",
59
- "@rudderhq/agent-runtime-utils": "0.6.6-canary.9",
60
- "@rudderhq/shared": "0.6.6-canary.9"
52
+ "@rudderhq/agent-runtime-claude-local": "0.7.0",
53
+ "@rudderhq/agent-runtime-codex-local": "0.7.0",
54
+ "@rudderhq/agent-runtime-cursor-local": "0.7.0",
55
+ "@rudderhq/agent-runtime-gemini-local": "0.7.0",
56
+ "@rudderhq/agent-runtime-openclaw-gateway": "0.7.0",
57
+ "@rudderhq/agent-runtime-opencode-local": "0.7.0",
58
+ "@rudderhq/agent-runtime-pi-local": "0.7.0",
59
+ "@rudderhq/agent-runtime-utils": "0.7.0",
60
+ "@rudderhq/shared": "0.7.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/node": "^24.12.0",