Sign In

@panerelay/bridge

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@panerelay/bridge - npm Package Compare versions

Comparing version
0.9.0
to
0.10.0
+1
-1
dist/agent-context.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"agent-context.d.ts","sourceRoot":"","sources":["../src/agent-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC9B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAShF,MAAM,WAAW,gCAAgC;IAC/C,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,uBAAuB,CAAC;CACvC;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAcjE;AAED,wBAAgB,+BAA+B,CAC7C,OAAO,GAAE,wBAA6B,GACrC,gCAAgC,CAoBlC;AAED,wBAAgB,qCAAqC,CACnD,OAAO,EAAE,gCAAgC,EACzC,cAAc,CAAC,EAAE,0BAA0B,GAC1C,MAAM,CA6ER"}
{"version":3,"file":"agent-context.d.ts","sourceRoot":"","sources":["../src/agent-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC9B,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAUhF,MAAM,WAAW,gCAAgC;IAC/C,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,uBAAuB,CAAC;CACvC;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAcjE;AAED,wBAAgB,+BAA+B,CAC7C,OAAO,GAAE,wBAA6B,GACrC,gCAAgC,CAoBlC;AAED,wBAAgB,qCAAqC,CACnD,OAAO,EAAE,gCAAgC,EACzC,cAAc,CAAC,EAAE,0BAA0B,GAC1C,MAAM,CA6ER"}

@@ -8,3 +8,3 @@ import { conversationTargetSessionName, isConversationTargetHint, } from '@panerelay/protocol';

const SENSITIVE_FRAGMENT = /(?:auth|bearer|credential|password|secret|session|token)[=:]/i;
const PANERELAY_SKILL_INSTALL_COMMAND = 'npx skills add F-loat/panerelay --skill panerelay';
const PANERELAY_SKILL_INSTALL_COMMAND = 'npx skills add https://github.com/F-loat/panerelay --skill panerelay';
export function sanitizeConversationPageUrl(value) {

@@ -11,0 +11,0 @@ const limited = value.slice(0, MAX_PAGE_URL_CHARS);

@@ -7,3 +7,3 @@ export const PANERELAY_CONTEXT_START = '<panerelay-context version="1">';

'If $panerelay is unavailable after the user explicitly requests Panerelay work, treat that request as authorization to attempt one canonical Skill installation with:',
'npx skills add F-loat/panerelay --skill panerelay',
'npx skills add https://github.com/F-loat/panerelay --skill panerelay',
'Still follow the provider’s normal command-approval flow, and do not retry the installation after the user denies it.',

@@ -10,0 +10,0 @@ 'After a successful installation, load $panerelay and follow its workflow.',

{
"name": "@panerelay/bridge",
"version": "0.9.0",
"version": "0.10.0",
"description": "Panerelay Native Messaging host and local browser-level CDP relay.",

@@ -53,8 +53,8 @@ "type": "module",

"ws": "^8.21.1",
"@panerelay/agent-browser": "0.9.0",
"@panerelay/browser-use": "0.9.0",
"@panerelay/browser-registry": "0.9.0",
"@panerelay/playwright": "0.9.0",
"@panerelay/cli": "0.9.0",
"@panerelay/protocol": "0.9.0"
"@panerelay/agent-browser": "0.10.0",
"@panerelay/playwright": "0.10.0",
"@panerelay/cli": "0.10.0",
"@panerelay/browser-registry": "0.10.0",
"@panerelay/browser-use": "0.10.0",
"@panerelay/protocol": "0.10.0"
},

@@ -61,0 +61,0 @@ "devDependencies": {},

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display