@openscout/scout 0.2.54 → 0.2.55
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/client/assets/{arc.es-CCzVmJbw.js → arc.es-ChjXbrxY.js} +1 -1
- package/dist/client/assets/index-DUtTv5D0.css +1 -0
- package/dist/client/assets/index-kOG7gvZY.js +139 -0
- package/dist/client/index.html +3 -3
- package/dist/main.mjs +74 -29
- package/dist/pair-supervisor.mjs +3 -2
- package/dist/scout-control-plane-web.mjs +54 -9
- package/package.json +2 -2
- package/dist/client/assets/index-CazCcdzO.css +0 -1
- package/dist/client/assets/index-D0N02a0Z.js +0 -139
package/dist/client/index.html
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
<title>Scout</title>
|
|
7
7
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
8
8
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
9
|
-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&family=Spectral:wght@500;600&display=swap" rel="stylesheet" />
|
|
10
|
-
<script type="module" crossorigin src="/assets/index-
|
|
11
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
9
|
+
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&family=Spectral:wght@500;600&display=swap" rel="stylesheet" />
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-kOG7gvZY.js"></script>
|
|
11
|
+
<link rel="stylesheet" crossorigin href="/assets/index-DUtTv5D0.css">
|
|
12
12
|
</head>
|
|
13
13
|
<body>
|
|
14
14
|
<div id="root"></div>
|
package/dist/main.mjs
CHANGED
|
@@ -572,7 +572,14 @@ var init_options = __esm(() => {
|
|
|
572
572
|
init_errors();
|
|
573
573
|
SCOUT_MENTION_PATTERN = /(^|[\s([{'"`])@([A-Za-z0-9._:-]+)(?=$|[\s)\]}",.!?:;'"`])/g;
|
|
574
574
|
});
|
|
575
|
-
|
|
575
|
+
|
|
576
|
+
// ../protocol/dist/common.js
|
|
577
|
+
var init_common = () => {};
|
|
578
|
+
|
|
579
|
+
// ../protocol/dist/actors.js
|
|
580
|
+
var init_actors = () => {};
|
|
581
|
+
|
|
582
|
+
// ../protocol/dist/agent-identity.js
|
|
576
583
|
function trimIdentityPrefix(value) {
|
|
577
584
|
return value.trim().replace(/^@+/, "").replace(/[.,!?;)\]]+$/, "");
|
|
578
585
|
}
|
|
@@ -922,17 +929,17 @@ var init_agent_identity = __esm(() => {
|
|
|
922
929
|
resolveAgentSelector = resolveAgentIdentity;
|
|
923
930
|
});
|
|
924
931
|
|
|
925
|
-
// ../protocol/
|
|
932
|
+
// ../protocol/dist/agent-address.js
|
|
926
933
|
var init_agent_address = __esm(() => {
|
|
927
934
|
init_agent_identity();
|
|
928
935
|
});
|
|
929
936
|
|
|
930
|
-
// ../protocol/
|
|
937
|
+
// ../protocol/dist/agent-selectors.js
|
|
931
938
|
var init_agent_selectors = __esm(() => {
|
|
932
939
|
init_agent_address();
|
|
933
940
|
});
|
|
934
941
|
|
|
935
|
-
// ../protocol/
|
|
942
|
+
// ../protocol/dist/scout-agent-card.js
|
|
936
943
|
function buildScoutReturnAddress(input) {
|
|
937
944
|
const next = {
|
|
938
945
|
actorId: input.actorId,
|
|
@@ -967,11 +974,48 @@ function buildScoutReturnAddress(input) {
|
|
|
967
974
|
}
|
|
968
975
|
return next;
|
|
969
976
|
}
|
|
970
|
-
// ../protocol/
|
|
971
|
-
var
|
|
977
|
+
// ../protocol/dist/mesh.js
|
|
978
|
+
var init_mesh = () => {};
|
|
979
|
+
|
|
980
|
+
// ../protocol/dist/conversations.js
|
|
981
|
+
var init_conversations = () => {};
|
|
982
|
+
// ../protocol/dist/messages.js
|
|
983
|
+
var init_messages = () => {};
|
|
984
|
+
|
|
985
|
+
// ../protocol/dist/invocations.js
|
|
986
|
+
var init_invocations = () => {};
|
|
987
|
+
|
|
988
|
+
// ../protocol/dist/scout-dispatch.js
|
|
989
|
+
var init_scout_dispatch = () => {};
|
|
990
|
+
|
|
991
|
+
// ../protocol/dist/deliveries.js
|
|
992
|
+
var init_deliveries = () => {};
|
|
993
|
+
|
|
994
|
+
// ../protocol/dist/transports.js
|
|
995
|
+
var init_transports = () => {};
|
|
996
|
+
|
|
997
|
+
// ../protocol/dist/events.js
|
|
998
|
+
var init_events = () => {};
|
|
999
|
+
|
|
1000
|
+
// ../protocol/dist/thread-events.js
|
|
1001
|
+
var init_thread_events = () => {};
|
|
1002
|
+
|
|
1003
|
+
// ../protocol/dist/index.js
|
|
1004
|
+
var init_dist = __esm(() => {
|
|
1005
|
+
init_common();
|
|
1006
|
+
init_actors();
|
|
972
1007
|
init_agent_identity();
|
|
973
1008
|
init_agent_address();
|
|
974
1009
|
init_agent_selectors();
|
|
1010
|
+
init_mesh();
|
|
1011
|
+
init_conversations();
|
|
1012
|
+
init_messages();
|
|
1013
|
+
init_invocations();
|
|
1014
|
+
init_scout_dispatch();
|
|
1015
|
+
init_deliveries();
|
|
1016
|
+
init_transports();
|
|
1017
|
+
init_events();
|
|
1018
|
+
init_thread_events();
|
|
975
1019
|
});
|
|
976
1020
|
|
|
977
1021
|
// ../../node_modules/.bun/smol-toml@1.6.1/node_modules/smol-toml/dist/error.js
|
|
@@ -1926,7 +1970,7 @@ var init_stringify = __esm(() => {
|
|
|
1926
1970
|
});
|
|
1927
1971
|
|
|
1928
1972
|
// ../../node_modules/.bun/smol-toml@1.6.1/node_modules/smol-toml/dist/index.js
|
|
1929
|
-
var
|
|
1973
|
+
var init_dist2 = __esm(() => {
|
|
1930
1974
|
init_parse();
|
|
1931
1975
|
init_stringify();
|
|
1932
1976
|
init_date();
|
|
@@ -4400,8 +4444,8 @@ async function initializeOpenScoutSetup(options = {}) {
|
|
|
4400
4444
|
}
|
|
4401
4445
|
var SCOUT_AGENT_ID = "scout", SCOUT_PRIMARY_CONVERSATION_ID = "dm.scout.primary", MANAGED_AGENT_HARNESSES, DEFAULT_OPERATOR_NAME, DEFAULT_CAPABILITIES, DEFAULT_TRANSPORT = "claude_stream_json", DEFAULT_TELEGRAM_MODE = "polling", LEGACY_DEFAULT_TELEGRAM_CONVERSATION_ID = "channel.shared", DEFAULT_TELEGRAM_CONVERSATION_ID, SETTINGS_VERSION = 1, PROJECT_CONFIG_VERSION = 1, PROJECT_SCAN_SKIP_DIRECTORIES, PROJECT_STRONG_MARKERS, PROJECT_WEAK_MARKERS, PROJECT_HARNESS_MARKERS, PROJECT_STRONG_MARKERS_FLAT_NESTED, PROJECT_WEAK_MARKERS_FLAT_NESTED, GIT_BRANCH_CACHE_TTL_MS = 15000, gitBranchCache, SCOUT_SKILL_FILE_NAME = "SKILL.md", SETUP_MODULE_DIRECTORY, SCOUT_SKILL_REPO_ROOT, SCOUT_SKILL_INSTALL_PATHS, PROJECT_SCAN_MAX_DEPTH = 64;
|
|
4402
4446
|
var init_setup = __esm(() => {
|
|
4447
|
+
init_dist2();
|
|
4403
4448
|
init_dist();
|
|
4404
|
-
init_src();
|
|
4405
4449
|
init_harness_catalog();
|
|
4406
4450
|
init_support_paths();
|
|
4407
4451
|
init_user_project_hints();
|
|
@@ -4705,6 +4749,7 @@ class ClaudeStreamJsonSession {
|
|
|
4705
4749
|
await writeFile3(join5(this.options.runtimeDirectory, "prompt.txt"), this.options.systemPrompt);
|
|
4706
4750
|
this.claudeSessionId = await readOptionalFile(this.sessionStatePath);
|
|
4707
4751
|
const args = [
|
|
4752
|
+
"--verbose",
|
|
4708
4753
|
"--print",
|
|
4709
4754
|
"--input-format",
|
|
4710
4755
|
"stream-json",
|
|
@@ -8596,7 +8641,7 @@ var init_echo = __esm(() => {
|
|
|
8596
8641
|
});
|
|
8597
8642
|
|
|
8598
8643
|
// ../agent-sessions/src/index.ts
|
|
8599
|
-
var
|
|
8644
|
+
var init_src = __esm(() => {
|
|
8600
8645
|
init_registry();
|
|
8601
8646
|
init_registry();
|
|
8602
8647
|
init_claude_code();
|
|
@@ -9388,7 +9433,7 @@ async function shutdownCodexAppServerAgent(options, shutdownOptions = {}) {
|
|
|
9388
9433
|
}
|
|
9389
9434
|
var sessions2;
|
|
9390
9435
|
var init_codex_app_server = __esm(() => {
|
|
9391
|
-
|
|
9436
|
+
init_src();
|
|
9392
9437
|
sessions2 = new Map;
|
|
9393
9438
|
});
|
|
9394
9439
|
|
|
@@ -11218,7 +11263,7 @@ async function ensureLocalAgentBindingOnline(agentId, nodeId, options = {}) {
|
|
|
11218
11263
|
}
|
|
11219
11264
|
var MODULE_DIRECTORY, OPENSCOUT_REPO_ROOT, DEFAULT_LOCAL_AGENT_CAPABILITIES, DEFAULT_LOCAL_AGENT_HARNESS = "claude", SUPPORTED_LOCAL_AGENT_HARNESSES;
|
|
11220
11265
|
var init_local_agents = __esm(async () => {
|
|
11221
|
-
|
|
11266
|
+
init_dist();
|
|
11222
11267
|
init_claude_stream_json();
|
|
11223
11268
|
init_codex_app_server();
|
|
11224
11269
|
init_setup();
|
|
@@ -13066,7 +13111,7 @@ function buildScoutEnrollmentPrompt(input) {
|
|
|
13066
13111
|
}
|
|
13067
13112
|
var BROKER_SHARED_CHANNEL_ID = "channel.shared", BROKER_VOICE_CHANNEL_ID = "channel.voice", BROKER_SYSTEM_CHANNEL_ID = "channel.system", OPERATOR_ID = "operator", DEFAULT_BROKER_HOST2 = "127.0.0.1", DEFAULT_BROKER_PORT2 = 65535;
|
|
13068
13113
|
var init_service = __esm(async () => {
|
|
13069
|
-
|
|
13114
|
+
init_dist();
|
|
13070
13115
|
init_setup();
|
|
13071
13116
|
init_support_paths();
|
|
13072
13117
|
init_user_config();
|
|
@@ -13592,7 +13637,7 @@ function buildScoutAgentCard(binding, options = {}) {
|
|
|
13592
13637
|
};
|
|
13593
13638
|
}
|
|
13594
13639
|
var init_scout_agent_cards = __esm(() => {
|
|
13595
|
-
|
|
13640
|
+
init_dist();
|
|
13596
13641
|
});
|
|
13597
13642
|
|
|
13598
13643
|
// ../../apps/desktop/src/core/agents/service.ts
|
|
@@ -44702,7 +44747,7 @@ var AGENT_STATE_VALUES, REGISTRATION_KIND_VALUES, RESOLVE_KIND_VALUES, MESSAGE_R
|
|
|
44702
44747
|
var init_scout_mcp = __esm(async () => {
|
|
44703
44748
|
init_mcp();
|
|
44704
44749
|
init_stdio2();
|
|
44705
|
-
|
|
44750
|
+
init_dist();
|
|
44706
44751
|
init_setup();
|
|
44707
44752
|
init_v4();
|
|
44708
44753
|
init_product();
|
|
@@ -45687,7 +45732,7 @@ Subcommands:
|
|
|
45687
45732
|
scout mesh discover Probe for remote mesh nodes
|
|
45688
45733
|
scout mesh ping <node> Ping a specific node by ID, name, or URL
|
|
45689
45734
|
`;
|
|
45690
|
-
var
|
|
45735
|
+
var init_mesh2 = __esm(async () => {
|
|
45691
45736
|
await init_service4();
|
|
45692
45737
|
});
|
|
45693
45738
|
|
|
@@ -48127,7 +48172,7 @@ class Bridge {
|
|
|
48127
48172
|
}
|
|
48128
48173
|
}
|
|
48129
48174
|
var init_bridge = __esm(() => {
|
|
48130
|
-
|
|
48175
|
+
init_src();
|
|
48131
48176
|
init_log();
|
|
48132
48177
|
});
|
|
48133
48178
|
|
|
@@ -49695,7 +49740,7 @@ function detectAgent(filePath) {
|
|
|
49695
49740
|
var MARKER_FILES;
|
|
49696
49741
|
var init_server3 = __esm(async () => {
|
|
49697
49742
|
init_log();
|
|
49698
|
-
|
|
49743
|
+
init_src();
|
|
49699
49744
|
init_config3();
|
|
49700
49745
|
init_security();
|
|
49701
49746
|
await init_service5();
|
|
@@ -50631,7 +50676,7 @@ If you want to call this function on the server, see https://trpc.io/docs/v11/se
|
|
|
50631
50676
|
});
|
|
50632
50677
|
|
|
50633
50678
|
// ../../node_modules/.bun/@trpc+server@11.16.0+1fb4c65d43e298b9/node_modules/@trpc/server/dist/index.mjs
|
|
50634
|
-
var
|
|
50679
|
+
var init_dist3 = __esm(() => {
|
|
50635
50680
|
init_getErrorShape_vC8mUXJD();
|
|
50636
50681
|
init_tracked_DiE3uR1B();
|
|
50637
50682
|
init_initTRPC_B1ggxyJl();
|
|
@@ -50930,9 +50975,9 @@ function readSyncStatus2(bridge, sessionId) {
|
|
|
50930
50975
|
}
|
|
50931
50976
|
var t, logged, procedure, MARKER_FILES2, sessionRouter, mobileRouter, workspaceRouter, historyRouter, promptRouter, syncRouter, bridgeRouter;
|
|
50932
50977
|
var init_router = __esm(async () => {
|
|
50933
|
-
|
|
50978
|
+
init_dist3();
|
|
50934
50979
|
init_zod();
|
|
50935
|
-
|
|
50980
|
+
init_src();
|
|
50936
50981
|
init_log();
|
|
50937
50982
|
init_config3();
|
|
50938
50983
|
init_db_queries();
|
|
@@ -51815,7 +51860,7 @@ function asStringPayload(raw) {
|
|
|
51815
51860
|
}
|
|
51816
51861
|
var INITIAL_BACKOFF_MS = 1000, MAX_BACKOFF_MS = 30000, BACKOFF_MULTIPLIER = 2, LEGACY_CLIENT_ID = "__legacy__";
|
|
51817
51862
|
var init_relay_client = __esm(async () => {
|
|
51818
|
-
|
|
51863
|
+
init_dist3();
|
|
51819
51864
|
init_log();
|
|
51820
51865
|
init_security();
|
|
51821
51866
|
await __promiseAll([
|
|
@@ -53425,7 +53470,7 @@ var init_hono = __esm(() => {
|
|
|
53425
53470
|
});
|
|
53426
53471
|
|
|
53427
53472
|
// ../../node_modules/.bun/hono@4.12.10/node_modules/hono/dist/index.js
|
|
53428
|
-
var
|
|
53473
|
+
var init_dist4 = __esm(() => {
|
|
53429
53474
|
init_hono();
|
|
53430
53475
|
});
|
|
53431
53476
|
|
|
@@ -55344,7 +55389,7 @@ var trpcServer = ({ endpoint, createContext, ...rest }) => {
|
|
|
55344
55389
|
});
|
|
55345
55390
|
};
|
|
55346
55391
|
};
|
|
55347
|
-
var
|
|
55392
|
+
var init_dist5 = __esm(() => {
|
|
55348
55393
|
init_fetch();
|
|
55349
55394
|
init_route();
|
|
55350
55395
|
});
|
|
@@ -55839,9 +55884,9 @@ function isAsyncIterable2(value) {
|
|
|
55839
55884
|
return !!value && typeof value === "object" && !Array.isArray(value) && typeof value[Symbol.asyncIterator] === "function";
|
|
55840
55885
|
}
|
|
55841
55886
|
var init_server_trpc = __esm(async () => {
|
|
55842
|
-
init_dist3();
|
|
55843
55887
|
init_dist4();
|
|
55844
|
-
|
|
55888
|
+
init_dist5();
|
|
55889
|
+
init_dist3();
|
|
55845
55890
|
init_rpc();
|
|
55846
55891
|
init_observable();
|
|
55847
55892
|
init_log();
|
|
@@ -55942,7 +55987,7 @@ async function autoStartConfiguredSessions(bridge, sessions3) {
|
|
|
55942
55987
|
}
|
|
55943
55988
|
}
|
|
55944
55989
|
var init_runtime = __esm(async () => {
|
|
55945
|
-
|
|
55990
|
+
init_src();
|
|
55946
55991
|
init_bridge();
|
|
55947
55992
|
init_config3();
|
|
55948
55993
|
init_fileserver();
|
|
@@ -56898,7 +56943,7 @@ function renderUnicodeCompact(data, options = {}) {
|
|
|
56898
56943
|
`);
|
|
56899
56944
|
}
|
|
56900
56945
|
var QrCodeDataType, LOW, MEDIUM, QUARTILE, HIGH, EccMap, NUMERIC_REGEX, ALPHANUMERIC_REGEX, ALPHANUMERIC_CHARSET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:", MIN_VERSION = 1, MAX_VERSION = 40, PENALTY_N1 = 3, PENALTY_N2 = 3, PENALTY_N3 = 40, PENALTY_N4 = 10, ECC_CODEWORDS_PER_BLOCK, NUM_ERROR_CORRECTION_BLOCKS, MODE_NUMERIC, MODE_ALPHANUMERIC, MODE_BYTE;
|
|
56901
|
-
var
|
|
56946
|
+
var init_dist6 = __esm(() => {
|
|
56902
56947
|
QrCodeDataType = /* @__PURE__ */ ((QrCodeDataType2) => {
|
|
56903
56948
|
QrCodeDataType2[QrCodeDataType2["Border"] = -1] = "Border";
|
|
56904
56949
|
QrCodeDataType2[QrCodeDataType2["Data"] = 0] = "Data";
|
|
@@ -56947,7 +56992,7 @@ function renderQRCode(payload) {
|
|
|
56947
56992
|
return qr;
|
|
56948
56993
|
}
|
|
56949
56994
|
var init_qr = __esm(() => {
|
|
56950
|
-
|
|
56995
|
+
init_dist6();
|
|
56951
56996
|
});
|
|
56952
56997
|
|
|
56953
56998
|
// ../../apps/desktop/src/core/pairing/runtime/index.ts
|
|
@@ -119321,7 +119366,7 @@ async function loadScoutCommandHandler(name) {
|
|
|
119321
119366
|
case "menu":
|
|
119322
119367
|
return (await Promise.resolve().then(() => (init_menu(), exports_menu))).runMenuCommand;
|
|
119323
119368
|
case "mesh":
|
|
119324
|
-
return (await
|
|
119369
|
+
return (await init_mesh2().then(() => exports_mesh)).runMeshCommand;
|
|
119325
119370
|
case "pair":
|
|
119326
119371
|
return (await init_pair().then(() => exports_pair)).runPairCommand;
|
|
119327
119372
|
case "ps":
|
package/dist/pair-supervisor.mjs
CHANGED
|
@@ -8670,7 +8670,7 @@ function parse(toml, { maxDepth = 1000, integersAsBigInt } = {}) {
|
|
|
8670
8670
|
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
8671
8671
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
8672
8672
|
*/
|
|
8673
|
-
// ../protocol/
|
|
8673
|
+
// ../protocol/dist/agent-identity.js
|
|
8674
8674
|
var DIMENSION_ALIASES = {
|
|
8675
8675
|
workspace: "workspace",
|
|
8676
8676
|
worktree: "workspace",
|
|
@@ -8919,7 +8919,7 @@ function diagnoseAgentIdentity(identity, candidates) {
|
|
|
8919
8919
|
var parseAgentSelector = parseAgentIdentity;
|
|
8920
8920
|
var formatAgentSelector = formatAgentIdentity;
|
|
8921
8921
|
var resolveAgentSelector = resolveAgentIdentity;
|
|
8922
|
-
// ../protocol/
|
|
8922
|
+
// ../protocol/dist/scout-agent-card.js
|
|
8923
8923
|
function buildScoutReturnAddress(input) {
|
|
8924
8924
|
const next = {
|
|
8925
8925
|
actorId: input.actorId,
|
|
@@ -11212,6 +11212,7 @@ class ClaudeStreamJsonSession {
|
|
|
11212
11212
|
await writeFile4(join12(this.options.runtimeDirectory, "prompt.txt"), this.options.systemPrompt);
|
|
11213
11213
|
this.claudeSessionId = await readOptionalFile2(this.sessionStatePath);
|
|
11214
11214
|
const args = [
|
|
11215
|
+
"--verbose",
|
|
11215
11216
|
"--print",
|
|
11216
11217
|
"--input-format",
|
|
11217
11218
|
"stream-json",
|
|
@@ -4388,7 +4388,14 @@ var init_dist = __esm(() => {
|
|
|
4388
4388
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
4389
4389
|
*/
|
|
4390
4390
|
});
|
|
4391
|
-
|
|
4391
|
+
|
|
4392
|
+
// packages/protocol/dist/common.js
|
|
4393
|
+
var init_common = () => {};
|
|
4394
|
+
|
|
4395
|
+
// packages/protocol/dist/actors.js
|
|
4396
|
+
var init_actors = () => {};
|
|
4397
|
+
|
|
4398
|
+
// packages/protocol/dist/agent-identity.js
|
|
4392
4399
|
function trimIdentityPrefix(value) {
|
|
4393
4400
|
return value.trim().replace(/^@+/, "").replace(/[.,!?;)\]]+$/, "");
|
|
4394
4401
|
}
|
|
@@ -4738,17 +4745,17 @@ var init_agent_identity = __esm(() => {
|
|
|
4738
4745
|
resolveAgentSelector = resolveAgentIdentity;
|
|
4739
4746
|
});
|
|
4740
4747
|
|
|
4741
|
-
// packages/protocol/
|
|
4748
|
+
// packages/protocol/dist/agent-address.js
|
|
4742
4749
|
var init_agent_address = __esm(() => {
|
|
4743
4750
|
init_agent_identity();
|
|
4744
4751
|
});
|
|
4745
4752
|
|
|
4746
|
-
// packages/protocol/
|
|
4753
|
+
// packages/protocol/dist/agent-selectors.js
|
|
4747
4754
|
var init_agent_selectors = __esm(() => {
|
|
4748
4755
|
init_agent_address();
|
|
4749
4756
|
});
|
|
4750
4757
|
|
|
4751
|
-
// packages/protocol/
|
|
4758
|
+
// packages/protocol/dist/scout-agent-card.js
|
|
4752
4759
|
function buildScoutReturnAddress(input) {
|
|
4753
4760
|
const next = {
|
|
4754
4761
|
actorId: input.actorId,
|
|
@@ -4783,11 +4790,48 @@ function buildScoutReturnAddress(input) {
|
|
|
4783
4790
|
}
|
|
4784
4791
|
return next;
|
|
4785
4792
|
}
|
|
4786
|
-
// packages/protocol/
|
|
4787
|
-
var
|
|
4793
|
+
// packages/protocol/dist/mesh.js
|
|
4794
|
+
var init_mesh = () => {};
|
|
4795
|
+
|
|
4796
|
+
// packages/protocol/dist/conversations.js
|
|
4797
|
+
var init_conversations = () => {};
|
|
4798
|
+
// packages/protocol/dist/messages.js
|
|
4799
|
+
var init_messages = () => {};
|
|
4800
|
+
|
|
4801
|
+
// packages/protocol/dist/invocations.js
|
|
4802
|
+
var init_invocations = () => {};
|
|
4803
|
+
|
|
4804
|
+
// packages/protocol/dist/scout-dispatch.js
|
|
4805
|
+
var init_scout_dispatch = () => {};
|
|
4806
|
+
|
|
4807
|
+
// packages/protocol/dist/deliveries.js
|
|
4808
|
+
var init_deliveries = () => {};
|
|
4809
|
+
|
|
4810
|
+
// packages/protocol/dist/transports.js
|
|
4811
|
+
var init_transports = () => {};
|
|
4812
|
+
|
|
4813
|
+
// packages/protocol/dist/events.js
|
|
4814
|
+
var init_events = () => {};
|
|
4815
|
+
|
|
4816
|
+
// packages/protocol/dist/thread-events.js
|
|
4817
|
+
var init_thread_events = () => {};
|
|
4818
|
+
|
|
4819
|
+
// packages/protocol/dist/index.js
|
|
4820
|
+
var init_dist2 = __esm(() => {
|
|
4821
|
+
init_common();
|
|
4822
|
+
init_actors();
|
|
4788
4823
|
init_agent_identity();
|
|
4789
4824
|
init_agent_address();
|
|
4790
4825
|
init_agent_selectors();
|
|
4826
|
+
init_mesh();
|
|
4827
|
+
init_conversations();
|
|
4828
|
+
init_messages();
|
|
4829
|
+
init_invocations();
|
|
4830
|
+
init_scout_dispatch();
|
|
4831
|
+
init_deliveries();
|
|
4832
|
+
init_transports();
|
|
4833
|
+
init_events();
|
|
4834
|
+
init_thread_events();
|
|
4791
4835
|
});
|
|
4792
4836
|
|
|
4793
4837
|
// packages/runtime/src/support-paths.ts
|
|
@@ -7067,7 +7111,7 @@ async function initializeOpenScoutSetup(options = {}) {
|
|
|
7067
7111
|
var SCOUT_AGENT_ID = "scout", SCOUT_PRIMARY_CONVERSATION_ID = "dm.scout.primary", MANAGED_AGENT_HARNESSES, DEFAULT_OPERATOR_NAME, DEFAULT_CAPABILITIES, DEFAULT_TRANSPORT = "claude_stream_json", DEFAULT_TELEGRAM_MODE = "polling", LEGACY_DEFAULT_TELEGRAM_CONVERSATION_ID = "channel.shared", DEFAULT_TELEGRAM_CONVERSATION_ID, SETTINGS_VERSION = 1, PROJECT_CONFIG_VERSION = 1, PROJECT_SCAN_SKIP_DIRECTORIES, PROJECT_STRONG_MARKERS, PROJECT_WEAK_MARKERS, PROJECT_HARNESS_MARKERS, PROJECT_STRONG_MARKERS_FLAT_NESTED, PROJECT_WEAK_MARKERS_FLAT_NESTED, GIT_BRANCH_CACHE_TTL_MS = 15000, gitBranchCache, SCOUT_SKILL_FILE_NAME = "SKILL.md", SETUP_MODULE_DIRECTORY, SCOUT_SKILL_REPO_ROOT, SCOUT_SKILL_INSTALL_PATHS, PROJECT_SCAN_MAX_DEPTH = 64;
|
|
7068
7112
|
var init_setup = __esm(() => {
|
|
7069
7113
|
init_dist();
|
|
7070
|
-
|
|
7114
|
+
init_dist2();
|
|
7071
7115
|
init_harness_catalog();
|
|
7072
7116
|
init_support_paths();
|
|
7073
7117
|
init_user_project_hints();
|
|
@@ -7783,6 +7827,7 @@ class ClaudeStreamJsonSession {
|
|
|
7783
7827
|
await writeFile4(join13(this.options.runtimeDirectory, "prompt.txt"), this.options.systemPrompt);
|
|
7784
7828
|
this.claudeSessionId = await readOptionalFile2(this.sessionStatePath);
|
|
7785
7829
|
const args = [
|
|
7830
|
+
"--verbose",
|
|
7786
7831
|
"--print",
|
|
7787
7832
|
"--input-format",
|
|
7788
7833
|
"stream-json",
|
|
@@ -11836,7 +11881,7 @@ function shouldDisableGeneratedCodexEndpoint(endpoint) {
|
|
|
11836
11881
|
}
|
|
11837
11882
|
var MODULE_DIRECTORY, OPENSCOUT_REPO_ROOT, DEFAULT_LOCAL_AGENT_CAPABILITIES, DEFAULT_LOCAL_AGENT_HARNESS = "claude", SUPPORTED_LOCAL_AGENT_HARNESSES;
|
|
11838
11883
|
var init_local_agents = __esm(async () => {
|
|
11839
|
-
|
|
11884
|
+
init_dist2();
|
|
11840
11885
|
init_claude_stream_json();
|
|
11841
11886
|
init_codex_app_server();
|
|
11842
11887
|
init_setup();
|
|
@@ -15977,7 +16022,7 @@ function queryHeartrate(numBuckets = 48) {
|
|
|
15977
16022
|
}
|
|
15978
16023
|
|
|
15979
16024
|
// packages/web/server/core/broker/service.ts
|
|
15980
|
-
|
|
16025
|
+
init_dist2();
|
|
15981
16026
|
init_setup();
|
|
15982
16027
|
init_support_paths();
|
|
15983
16028
|
await init_local_agents();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openscout/scout",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.55",
|
|
4
4
|
"description": "Published Scout package that installs the `scout` command",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@openscout/runtime": "0.2.
|
|
26
|
+
"@openscout/runtime": "0.2.55"
|
|
27
27
|
}
|
|
28
28
|
}
|