github-router 0.3.126 → 0.3.130
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/browser-ext/manifest.json +1 -1
- package/dist/{engine-DzgC_a0X.js → engine-CpFJzsSG.js} +1 -1
- package/dist/main.js +4 -4
- package/dist/main.js.map +1 -1
- package/dist/{peer-mcp-personas-Be4SAgm0.js → peer-mcp-personas-YFzQuogX.js} +84 -8
- package/dist/peer-mcp-personas-YFzQuogX.js.map +1 -0
- package/package.json +1 -1
- package/dist/peer-mcp-personas-Be4SAgm0.js.map +0 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 3,
|
|
3
3
|
"name": "github-router browser bridge",
|
|
4
4
|
"short_name": "gh-router-browser",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.130",
|
|
6
6
|
"description": "Bridge between Claude (via github-router /mcp) and the browser. Implements tab control, navigation, clicks, form fill, downloads, screenshots, devtools eval. Blocks navigation to chrome://settings.",
|
|
7
7
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqJElxuBlonBS3TVW9FJN0mGTtShB3L1hoaYf6k39SOr1ogGYmF90EjRxy1i21k9wQQjPf26bcBu/9X67KrQjQV0uB38CaNukgiSeoLjfptN811u+PJHx6BP+jx3Qa6/3VenNPxHC8WEU0GXql8QSjIHEyCwKb6fMASXOK94JyB5Ywov2x8mt/+9ncqBBBMVzf6r5Sagy4PL1XnryLsuADD/vOEkPet8wXgH/Oj7v5tTsQQZ7U1JT51PoDs2BFnXc5v3TkVgZwd32k3ONh+nkDw1Hof+4zwUGOyJE6eMrlYzRlKM4Qxdf9JpavQvqfieAbTRWcyKeclnHeoIfE7cDBQIDAQAB",
|
|
8
8
|
"background": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as IMPLEMENT_DEFAULT_MODEL, M as appendPlanReminder, N as runWorkerAgent, O as BROWSE_DEFAULT_MODEL, P as withNoOutputRetry, j as PLAN_DEFAULT_MODEL, k as DEFAULT_MODEL } from "./peer-mcp-personas-
|
|
1
|
+
import { A as IMPLEMENT_DEFAULT_MODEL, M as appendPlanReminder, N as runWorkerAgent, O as BROWSE_DEFAULT_MODEL, P as withNoOutputRetry, j as PLAN_DEFAULT_MODEL, k as DEFAULT_MODEL } from "./peer-mcp-personas-YFzQuogX.js";
|
|
2
2
|
import "./paths-CNgpeaWd.js";
|
|
3
3
|
import "./lifecycle-DTJ2Ugqf.js";
|
|
4
4
|
import "./lifecycle-Cyxwmj1c.js";
|
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { $ as handleMcpDelete, At as setupCopilotToken, B as TOOLBELT_TOOLS, Bt as sleep, C as stopGateEnabledForRepo, Ct as DEFAULT_PORT, D as liveExec, Dt as pickClaudeDefault, E as resolveSealedGate, Et as generateRandomPort, F as availableToolCommands, Ft as cacheVSCodeVersion, G as buildAdvisorStream, Gt as GITHUB_API_BASE_URL, H as searchWeb, Ht as fetchWithTransientRetry, I as buildToolbeltAwareness, It as filterBetaHeader, J as buildOpenAIErrorEvent, Jt as githubHeaders, K as injectAdvisorTool, Kt as copilotBaseUrl, L as toolbeltEnabled, Lt as isNullish, Mt as tryRefreshAndRetry, Nt as cacheCopilotVersion, Ot as getPackageVersion, Pt as cacheModels, Q as relayAnthropicStream, R as toolbeltSkipSet, Rt as resolveCodexModel, S as repoRoot, St as DEFAULT_CODEX_MODEL_FALLBACKS, T as trustRepo, Tt as UPSTREAM_INACTIVITY_TIMEOUT_MS, U as ADVISOR_INTERNAL_TOOL_NAME, Ut as HTTPError, V as assetFor, Vt as getModels, W as ADVISOR_TOOL_INSTRUCTIONS, Wt as forwardError, X as logStreamError, Y as isControllerClosedError, Yt as state, Z as readIteratorWithTimeout, _ as fileFindingsStore, _t as extractZipMember, a as buildPeerAwarenessSnippet, at as countTokens, b as isSubagentContext, bt as DEFAULT_CLAUDE_MODEL_FALLBACKS, c as buildStopHookCommand, ct as createResponses, d as fileBlockBudget, dt as readResponseBodyCapped, et as handleMcpPost, f as injectStopHookIntoSettingsFile, ft as parseJsonOrDiagnose, g as fileBaselineStore, gt as extractTarGzMember, h as stopReviewEnabled, ht as provisionAndIndexColbert, i as buildAgentPrompt, it as workerToolsEnabled, jt as setupGitHubToken, kt as withInstallLock, l as captureLaunchBaseline, lt as createChatCompletions, m as stopGateId, mt as hasSupportedBrowserInstalled, n as MCP_GROUPS, nt as fleetToolsEnabled, o as personasFor, ot as createMessages, p as launchBaselineKey, pt as provisionBrowserAssets, q as isAdvisorRequested, qt as copilotHeaders, r as assertMcpToolSurfaceConsistent, rt as standInToolEnabled, s as buildSessionBindHookCommand, st as getTokenCount, t as GROUP_META, tt as browserToolsEnabled, u as decideStopHook, ut as MAX_RESPONSE_BODY_BYTES, v as fileLastPromptStore, vt as collapsePathKeys, w as stopReviewStateDir, wt as UPSTREAM_FETCH_TIMEOUT_MS, x as repoFingerprint, xt as DEFAULT_CODEX_MODEL, y as fileReviewDebounce, yt as toolbeltPathOverride, z as vscodeRipgrepPath, zt as resolveModel } from "./peer-mcp-personas-
|
|
2
|
+
import { $ as handleMcpDelete, At as setupCopilotToken, B as TOOLBELT_TOOLS, Bt as sleep, C as stopGateEnabledForRepo, Ct as DEFAULT_PORT, D as liveExec, Dt as pickClaudeDefault, E as resolveSealedGate, Et as generateRandomPort, F as availableToolCommands, Ft as cacheVSCodeVersion, G as buildAdvisorStream, Gt as GITHUB_API_BASE_URL, H as searchWeb, Ht as fetchWithTransientRetry, I as buildToolbeltAwareness, It as filterBetaHeader, J as buildOpenAIErrorEvent, Jt as githubHeaders, K as injectAdvisorTool, Kt as copilotBaseUrl, L as toolbeltEnabled, Lt as isNullish, Mt as tryRefreshAndRetry, Nt as cacheCopilotVersion, Ot as getPackageVersion, Pt as cacheModels, Q as relayAnthropicStream, R as toolbeltSkipSet, Rt as resolveCodexModel, S as repoRoot, St as DEFAULT_CODEX_MODEL_FALLBACKS, T as trustRepo, Tt as UPSTREAM_INACTIVITY_TIMEOUT_MS, U as ADVISOR_INTERNAL_TOOL_NAME, Ut as HTTPError, V as assetFor, Vt as getModels, W as ADVISOR_TOOL_INSTRUCTIONS, Wt as forwardError, X as logStreamError, Y as isControllerClosedError, Yt as state, Z as readIteratorWithTimeout, _ as fileFindingsStore, _t as extractZipMember, a as buildPeerAwarenessSnippet, at as countTokens, b as isSubagentContext, bt as DEFAULT_CLAUDE_MODEL_FALLBACKS, c as buildStopHookCommand, ct as createResponses, d as fileBlockBudget, dt as readResponseBodyCapped, et as handleMcpPost, f as injectStopHookIntoSettingsFile, ft as parseJsonOrDiagnose, g as fileBaselineStore, gt as extractTarGzMember, h as stopReviewEnabled, ht as provisionAndIndexColbert, i as buildAgentPrompt, it as workerToolsEnabled, jt as setupGitHubToken, kt as withInstallLock, l as captureLaunchBaseline, lt as createChatCompletions, m as stopGateId, mt as hasSupportedBrowserInstalled, n as MCP_GROUPS, nt as fleetToolsEnabled, o as personasFor, ot as createMessages, p as launchBaselineKey, pt as provisionBrowserAssets, q as isAdvisorRequested, qt as copilotHeaders, r as assertMcpToolSurfaceConsistent, rt as standInToolEnabled, s as buildSessionBindHookCommand, st as getTokenCount, t as GROUP_META, tt as browserToolsEnabled, u as decideStopHook, ut as MAX_RESPONSE_BODY_BYTES, v as fileLastPromptStore, vt as collapsePathKeys, w as stopReviewStateDir, wt as UPSTREAM_FETCH_TIMEOUT_MS, x as repoFingerprint, xt as DEFAULT_CODEX_MODEL, y as fileReviewDebounce, yt as toolbeltPathOverride, z as vscodeRipgrepPath, zt as resolveModel } from "./peer-mcp-personas-YFzQuogX.js";
|
|
3
3
|
import { a as removeOwnClaudeConfigMirror, i as isUnderClaudeConfigMirror, l as writeRuntimeFileSecure, n as ensureClaudeConfigMirror, r as ensurePaths, t as PATHS } from "./paths-CNgpeaWd.js";
|
|
4
4
|
import { c as killManagedTree, d as runCommandCapture, f as runCommandVoid, l as parseBoolEnv, s as killChildProcessTree, u as resolveExecutable } from "./lifecycle-DTJ2Ugqf.js";
|
|
5
5
|
import { a as sweepRegistry } from "./lifecycle-Cyxwmj1c.js";
|
|
@@ -12,10 +12,10 @@ import nodePath from "node:path";
|
|
|
12
12
|
import process$1 from "node:process";
|
|
13
13
|
import { execFileSync, spawn } from "node:child_process";
|
|
14
14
|
import fs$1, { existsSync, mkdirSync, promises, readFileSync, realpathSync, renameSync, unlinkSync, writeFileSync } from "node:fs";
|
|
15
|
+
import { Agent, ProxyAgent, setGlobalDispatcher } from "undici";
|
|
15
16
|
import { Writable } from "node:stream";
|
|
16
17
|
import { serve } from "srvx";
|
|
17
18
|
import { getProxyForUrl } from "proxy-from-env";
|
|
18
|
-
import { Agent, ProxyAgent, setGlobalDispatcher } from "undici";
|
|
19
19
|
import { Hono } from "hono";
|
|
20
20
|
import { cors } from "hono/cors";
|
|
21
21
|
import { clearTimeout as clearTimeout$1, setTimeout as setTimeout$1 } from "node:timers";
|
|
@@ -2034,7 +2034,7 @@ async function discoverGateCommands(cwd, opts) {
|
|
|
2034
2034
|
if (files.length === 0) return null;
|
|
2035
2035
|
let result;
|
|
2036
2036
|
try {
|
|
2037
|
-
const { runWorkerAgent } = await import("./engine-
|
|
2037
|
+
const { runWorkerAgent } = await import("./engine-CpFJzsSG.js");
|
|
2038
2038
|
result = await runWorkerAgent({
|
|
2039
2039
|
mode: "explore",
|
|
2040
2040
|
workspace: root,
|
|
@@ -3513,7 +3513,7 @@ function initProxyFromEnv() {
|
|
|
3513
3513
|
//#endregion
|
|
3514
3514
|
//#region package.json
|
|
3515
3515
|
var name = "github-router";
|
|
3516
|
-
var version$1 = "0.3.
|
|
3516
|
+
var version$1 = "0.3.130";
|
|
3517
3517
|
|
|
3518
3518
|
//#endregion
|
|
3519
3519
|
//#region src/lib/approval.ts
|