agent-inspect 3.5.2 → 3.5.4

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/docs/VSCODE.md ADDED
@@ -0,0 +1,21 @@
1
+ # AgentInspect VS Code extension
2
+
3
+ Read-only sidebar for local trace directories. The extension shells out to the published `agent-inspect` CLI (`list`, `view`, `timeline`, `report`, `check`, `doctor`, `verify-safe`).
4
+
5
+ ## Develop
6
+
7
+ ```bash
8
+ pnpm install
9
+ pnpm --filter agent-inspect-vscode run build
10
+ ```
11
+
12
+ Open `packages/vscode` in VS Code and press F5 (Extension Development Host).
13
+
14
+ ## Requirements
15
+
16
+ - Node 20+
17
+ - `agent-inspect` available via `npx` in the workspace (devDependency or global)
18
+
19
+ ## Manual gate
20
+
21
+ First VS Code Marketplace publish requires maintainer credentials. See [VSCODE-EXTENSION-RFC.md](./proposals/VSCODE-EXTENSION-RFC.md).
@@ -0,0 +1,13 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 72" role="img" aria-label="AgentInspect">
2
+ <defs>
3
+ <linearGradient id="ai-grad-d" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" stop-color="#818cf8"/>
5
+ <stop offset="100%" stop-color="#a5b4fc"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <rect x="8" y="12" width="48" height="48" rx="12" fill="url(#ai-grad-d)"/>
9
+ <path d="M24 28h16M24 36h12M24 44h16" stroke="#0f172a" stroke-width="2.5" stroke-linecap="round"/>
10
+ <circle cx="44" cy="36" r="5" fill="none" stroke="#0f172a" stroke-width="2"/>
11
+ <path d="M47.5 39.5L52 44" stroke="#0f172a" stroke-width="2.5" stroke-linecap="round"/>
12
+ <text x="68" y="44" font-family="ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif" font-size="22" font-weight="600" fill="#f8fafc">agent-inspect</text>
13
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 72" role="img" aria-label="AgentInspect">
2
+ <defs>
3
+ <linearGradient id="ai-grad" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" stop-color="#4f46e5"/>
5
+ <stop offset="100%" stop-color="#6366f1"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <!-- Tree / inspect mark -->
9
+ <rect x="8" y="12" width="48" height="48" rx="12" fill="url(#ai-grad)"/>
10
+ <path d="M24 28h16M24 36h12M24 44h16" stroke="#fff" stroke-width="2.5" stroke-linecap="round"/>
11
+ <circle cx="44" cy="36" r="5" fill="none" stroke="#fff" stroke-width="2"/>
12
+ <path d="M47.5 39.5L52 44" stroke="#fff" stroke-width="2.5" stroke-linecap="round"/>
13
+ <!-- Wordmark -->
14
+ <text x="68" y="44" font-family="ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif" font-size="22" font-weight="600" fill="#0f172a">agent-inspect</text>
15
+ </svg>
@@ -0,0 +1,31 @@
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
+ <rect width="760" height="140" fill="transparent"/>
3
+ <g font-family="ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif">
4
+ <!-- Capture -->
5
+ <rect x="16" y="28" width="150" height="72" rx="12" fill="#eef2ff" stroke="#6366f1" stroke-width="1.5"/>
6
+ <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 � tools � adapters</text>
8
+ <!-- arrow -->
9
+ <path d="M174 64h28" stroke="#64748b" stroke-width="2" marker-end="url(#arr)"/>
10
+ <!-- Inspect -->
11
+ <rect x="210" y="28" width="150" height="72" rx="12" fill="#ecfdf5" stroke="#10b981" stroke-width="1.5"/>
12
+ <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 � report � diff</text>
14
+ <path d="M368 64h28" stroke="#64748b" stroke-width="2" marker-end="url(#arr)"/>
15
+ <!-- Check -->
16
+ <rect x="404" y="28" width="150" height="72" rx="12" fill="#fff7ed" stroke="#f59e0b" stroke-width="1.5"/>
17
+ <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 � eval � stalls</text>
19
+ <path d="M562 64h28" stroke="#64748b" stroke-width="2" marker-end="url(#arr)"/>
20
+ <!-- Redact -->
21
+ <rect x="598" y="28" width="146" height="72" rx="12" fill="#f8fafc" stroke="#64748b" stroke-width="1.5"/>
22
+ <text x="671" y="58" text-anchor="middle" font-size="14" font-weight="600" fill="#0f172a">Redact</text>
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 � no account � no upload</text>
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
+ </svg>
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "agent-inspect",
3
- "version": "3.5.2",
3
+ "version": "3.5.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "description": "Local-first execution-tree debugger for TypeScript AI agents",
6
+ "description": "Trace, check, and safely share TypeScript AI-agent runs locally — no account, no upload, metadata-only by default",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/rajudandigam/agent-inspect.git"
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/rajudandigam/agent-inspect/issues"
13
13
  },
14
- "homepage": "https://github.com/rajudandigam/agent-inspect#readme",
14
+ "homepage": "https://agentinspect.vercel.app",
15
15
  "main": "./packages/core/dist/index.cjs",
16
16
  "module": "./packages/core/dist/index.mjs",
17
17
  "types": "./packages/core/dist/index.d.ts",
@@ -148,11 +148,18 @@
148
148
  "docs/CI-ARTIFACTS.md",
149
149
  "docs/PERFORMANCE.md",
150
150
  "docs/FIRST-TRACE-IN-5-MINUTES.md",
151
- "docs/ONE-PAGE-QUICKSTART.md",
152
151
  "docs/USE-CASES.md",
153
- "docs/assets/agent-inspect-loop.svg",
154
- "docs/assets/trace-check-redact.svg",
155
- "docs/assets/package-map.svg"
152
+ "docs/TEAM-WORKFLOWS.md",
153
+ "docs/DESIGN-PARTNER-GUIDE.md",
154
+ "docs/DEMO-SCRIPT.md",
155
+ "docs/TECHNICAL-GUIDE.md",
156
+ "docs/AI-SDK-ADOPTION.md",
157
+ "docs/OPENAI-AGENTS-LOCAL.md",
158
+ "docs/NESTJS.md",
159
+ "docs/VSCODE.md",
160
+ "docs/assets/agent-inspect-logo.svg",
161
+ "docs/assets/agent-inspect-logo-dark.svg",
162
+ "docs/assets/readme-product-loop.svg"
156
163
  ],
157
164
  "sideEffects": false,
158
165
  "keywords": [
@@ -204,6 +211,9 @@
204
211
  "perf:baseline": "node scripts/performance-baseline.mjs",
205
212
  "examples:check": "pnpm install && pnpm --filter agent-inspect-example-01-basic run start",
206
213
  "changeset": "changeset",
207
- "release": "changeset publish"
214
+ "release": "changeset publish",
215
+ "website:dev": "pnpm --filter @agent-inspect/website dev",
216
+ "website:build": "pnpm --filter @agent-inspect/website build",
217
+ "website:typecheck": "pnpm --filter @agent-inspect/website typecheck"
208
218
  }
209
219
  }
@@ -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.2";
28
+ var version = "3.5.4";
29
29
 
30
30
  // packages/core/src/correlation-metadata.ts
31
31
  var TRACE_CORRELATION_KEYS = [