agent-inspect 3.5.4 → 3.5.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/CHANGELOG.md +6 -0
- package/README.md +3 -3
- package/docs/assets/readme-product-loop.svg +12 -17
- package/package.json +1 -1
- package/packages/cli/dist/index.cjs +1 -1
- package/packages/cli/dist/index.cjs.map +1 -1
- package/packages/cli/dist/index.mjs +1 -1
- package/packages/cli/dist/index.mjs.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 822da6c: Fix npm README images: use absolute raw GitHub SVG URLs with sanitize=true so the product-loop diagram and logos render on npmjs.com. Harden readme-product-loop.svg for sanitizer compatibility. Docs-only; no runtime API changes.
|
|
8
|
+
|
|
3
9
|
## 3.5.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<picture>
|
|
3
|
-
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/agent-inspect-logo-dark.svg">
|
|
4
|
-
<img src="docs/assets/agent-inspect-logo.svg" width="240" alt="AgentInspect">
|
|
3
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/rajudandigam/agent-inspect/main/docs/assets/agent-inspect-logo-dark.svg?sanitize=true">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/rajudandigam/agent-inspect/main/docs/assets/agent-inspect-logo.svg?sanitize=true" width="240" alt="AgentInspect">
|
|
5
5
|
</picture>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
@@ -52,7 +52,7 @@ Install → one trace → one failure check → one share-safe artifact in under
|
|
|
52
52
|
Guide: [First trace in 5 minutes](https://agentinspect.vercel.app/docs/getting-started/) · [repo](docs/FIRST-TRACE-IN-5-MINUTES.md)
|
|
53
53
|
|
|
54
54
|
<p align="center">
|
|
55
|
-
<img src="docs/assets/readme-product-loop.svg" alt="Capture, inspect, check, redact — local JSONL only" width="720">
|
|
55
|
+
<img src="https://raw.githubusercontent.com/rajudandigam/agent-inspect/main/docs/assets/readme-product-loop.svg?sanitize=true" alt="Capture, inspect, check, redact — local JSONL only" width="720">
|
|
56
56
|
</p>
|
|
57
57
|
|
|
58
58
|
## Choose your path
|
|
@@ -1,31 +1,26 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 760 140" role="img" aria-label="AgentInspect product loop: capture, inspect, check, redact">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="760" height="140" viewBox="0 0 760 140" role="img" aria-label="AgentInspect product loop: capture, inspect, check, redact">
|
|
2
|
+
<defs>
|
|
3
|
+
<marker id="arr" markerWidth="8" markerHeight="8" refX="6" refY="3" orient="auto">
|
|
4
|
+
<path d="M0,0 L6,3 L0,6 Z" fill="#64748b"/>
|
|
5
|
+
</marker>
|
|
6
|
+
</defs>
|
|
7
|
+
<rect width="760" height="140" fill="#ffffff"/>
|
|
8
|
+
<g font-family="ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif">
|
|
5
9
|
<rect x="16" y="28" width="150" height="72" rx="12" fill="#eef2ff" stroke="#6366f1" stroke-width="1.5"/>
|
|
6
10
|
<text x="91" y="58" text-anchor="middle" font-size="14" font-weight="600" fill="#312e81">Capture</text>
|
|
7
|
-
<text x="91" y="78" text-anchor="middle" font-size="11" fill="#475569">run
|
|
8
|
-
<!-- arrow -->
|
|
11
|
+
<text x="91" y="78" text-anchor="middle" font-size="11" fill="#475569">run, tools, adapters</text>
|
|
9
12
|
<path d="M174 64h28" stroke="#64748b" stroke-width="2" marker-end="url(#arr)"/>
|
|
10
|
-
<!-- Inspect -->
|
|
11
13
|
<rect x="210" y="28" width="150" height="72" rx="12" fill="#ecfdf5" stroke="#10b981" stroke-width="1.5"/>
|
|
12
14
|
<text x="285" y="58" text-anchor="middle" font-size="14" font-weight="600" fill="#064e3b">Inspect</text>
|
|
13
|
-
<text x="285" y="78" text-anchor="middle" font-size="11" fill="#475569">tree
|
|
15
|
+
<text x="285" y="78" text-anchor="middle" font-size="11" fill="#475569">tree, report, diff</text>
|
|
14
16
|
<path d="M368 64h28" stroke="#64748b" stroke-width="2" marker-end="url(#arr)"/>
|
|
15
|
-
<!-- Check -->
|
|
16
17
|
<rect x="404" y="28" width="150" height="72" rx="12" fill="#fff7ed" stroke="#f59e0b" stroke-width="1.5"/>
|
|
17
18
|
<text x="479" y="58" text-anchor="middle" font-size="14" font-weight="600" fill="#78350f">Check</text>
|
|
18
|
-
<text x="479" y="78" text-anchor="middle" font-size="11" fill="#475569">CI
|
|
19
|
+
<text x="479" y="78" text-anchor="middle" font-size="11" fill="#475569">CI, eval, stalls</text>
|
|
19
20
|
<path d="M562 64h28" stroke="#64748b" stroke-width="2" marker-end="url(#arr)"/>
|
|
20
|
-
<!-- Redact -->
|
|
21
21
|
<rect x="598" y="28" width="146" height="72" rx="12" fill="#f8fafc" stroke="#64748b" stroke-width="1.5"/>
|
|
22
22
|
<text x="671" y="58" text-anchor="middle" font-size="14" font-weight="600" fill="#0f172a">Redact</text>
|
|
23
23
|
<text x="671" y="78" text-anchor="middle" font-size="11" fill="#475569">share-safe artifact</text>
|
|
24
|
-
<text x="380" y="124" text-anchor="middle" font-size="12" fill="#64748b">local JSONL only
|
|
24
|
+
<text x="380" y="124" text-anchor="middle" font-size="12" fill="#64748b">local JSONL only - no account - no upload</text>
|
|
25
25
|
</g>
|
|
26
|
-
<defs>
|
|
27
|
-
<marker id="arr" markerWidth="8" markerHeight="8" refX="6" refY="3" orient="auto">
|
|
28
|
-
<path d="M0,0 L6,3 L0,6 Z" fill="#64748b"/>
|
|
29
|
-
</marker>
|
|
30
|
-
</defs>
|
|
31
26
|
</svg>
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@ var process3__default = /*#__PURE__*/_interopDefault(process3);
|
|
|
25
25
|
var tty__default = /*#__PURE__*/_interopDefault(tty);
|
|
26
26
|
|
|
27
27
|
// package.json
|
|
28
|
-
var version = "3.5.
|
|
28
|
+
var version = "3.5.5";
|
|
29
29
|
|
|
30
30
|
// packages/core/src/correlation-metadata.ts
|
|
31
31
|
var TRACE_CORRELATION_KEYS = [
|