@cydm/magic-shell-agent-node 0.1.6 → 0.1.7
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.
|
@@ -2372,6 +2372,7 @@
|
|
|
2372
2372
|
let workers = [];
|
|
2373
2373
|
let preferredSessionId = localStorage.getItem('preferredSessionId');
|
|
2374
2374
|
let workerPollTimer = null;
|
|
2375
|
+
let primaryAgent = null;
|
|
2375
2376
|
let selectedSpawnPlugin = readStoredSpawnPlugin();
|
|
2376
2377
|
let defaultSpawnCwd = localStorage.getItem('spawnCwd') || '';
|
|
2377
2378
|
let recentCwds = [];
|
|
@@ -2390,7 +2391,6 @@
|
|
|
2390
2391
|
let nodeDetailOpen = false;
|
|
2391
2392
|
let runtimeSummary = null;
|
|
2392
2393
|
let runtimeFocus = [];
|
|
2393
|
-
let primaryAgent = null;
|
|
2394
2394
|
let pendingNodeReply = false;
|
|
2395
2395
|
let nodeTranscript = [{
|
|
2396
2396
|
id: `node-welcome-${Date.now()}`,
|