@agent-native/pinpoint 0.1.14 → 0.1.15

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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@ Pinpoint is a Toolkit capability module installed on demand. It lives in its
6
6
  own npm package so apps only take the visual feedback surfaces and agent
7
7
  integration they need.
8
8
 
9
- Works standalone, with [Builder.io](https://builder.io), or with any agent runtime that speaks the agent-native protocol (Builder.io, Claude Code, Codex, Gemini CLI, Cursor, etc.).
9
+ Works standalone, with [Builder.io](https://builder.io?utm_source=agent-native&utm_medium=readme&utm_campaign=pinpoint&utm_content=overview), or with any agent runtime that speaks the agent-native protocol (Builder.io, Claude Code, Codex, Gemini CLI, Cursor, etc.).
10
10
 
11
11
  ## AI Agent Setup Guide
12
12
 
@@ -392,7 +392,7 @@ const { tools, handleTool } = createPinpointMCPTools(); // MCP tool handlers
392
392
 
393
393
  ## Builder.io Integration
394
394
 
395
- Inside [Builder.io's Fusion](https://builder.io), annotations are sent via `sendToAgentChat()` from `@agent-native/core`:
395
+ Inside [Builder.io's Fusion](https://builder.io?utm_source=agent-native&utm_medium=readme&utm_campaign=pinpoint&utm_content=fusion), annotations are sent via `sendToAgentChat()` from `@agent-native/core`:
396
396
 
397
397
  ```tsx
398
398
  <Pinpoint author="Builder User" autoSubmit outputFormat="standard" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/pinpoint",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Visual feedback and annotation tool for agent-native web applications",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {
@@ -72,7 +72,7 @@
72
72
  "typescript-7": "npm:typescript@^7.0.2",
73
73
  "vite-plugin-solid": "^2.11.0",
74
74
  "vitest": "^4.1.5",
75
- "@agent-native/core": "0.109.4"
75
+ "@agent-native/core": "0.114.15"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "@agent-native/core": ">=0.8.0",