@qontinui/navigation 0.1.1 → 0.1.2
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/index.cjs +230 -221
- package/dist/index.d.cts +34 -11
- package/dist/index.d.ts +34 -11
- package/dist/index.js +220 -211
- package/package.json +4 -3
package/dist/index.cjs
CHANGED
|
@@ -30,6 +30,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
30
30
|
// src/index.ts
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
|
+
AUTOMATE_GROUP: () => AUTOMATE_GROUP,
|
|
34
|
+
AUTOMATE_ITEMS: () => AUTOMATE_ITEMS,
|
|
33
35
|
BUILD_GROUP: () => BUILD_GROUP,
|
|
34
36
|
BUILD_ITEMS: () => BUILD_ITEMS,
|
|
35
37
|
CHILDREN_MAP: () => CHILDREN_MAP,
|
|
@@ -38,24 +40,22 @@ __export(index_exports, {
|
|
|
38
40
|
DEV_GROUP: () => DEV_GROUP,
|
|
39
41
|
DEV_ITEMS: () => DEV_ITEMS,
|
|
40
42
|
ICON_NAMES: () => ICON_NAMES,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
+
INSIGHTS_GROUP: () => INSIGHTS_GROUP,
|
|
44
|
+
INSIGHTS_ITEMS: () => INSIGHTS_ITEMS,
|
|
43
45
|
NAVIGATION_GROUPS: () => NAVIGATION_GROUPS,
|
|
44
46
|
NavigationItemShell: () => NavigationItemShell,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
+
REVIEW_GROUP: () => REVIEW_GROUP,
|
|
48
|
+
REVIEW_ITEMS: () => REVIEW_ITEMS,
|
|
47
49
|
RUNS_ITEMS: () => RUNS_ITEMS,
|
|
48
|
-
RUN_GROUP: () => RUN_GROUP,
|
|
49
|
-
RUN_ITEMS: () => RUN_ITEMS,
|
|
50
|
-
SCHEDULE_GROUP: () => SCHEDULE_GROUP,
|
|
51
|
-
SCHEDULE_ITEMS: () => SCHEDULE_ITEMS,
|
|
52
50
|
SESSION_ITEMS: () => SESSION_ITEMS,
|
|
53
51
|
SETTINGS_ITEMS: () => SETTINGS_ITEMS,
|
|
52
|
+
SPEND_GROUP: () => SPEND_GROUP,
|
|
53
|
+
SPEND_ITEMS: () => SPEND_ITEMS,
|
|
54
54
|
STORAGE_KEYS: () => STORAGE_KEYS,
|
|
55
55
|
SYSTEM_GROUP: () => SYSTEM_GROUP,
|
|
56
56
|
SYSTEM_ITEMS: () => SYSTEM_ITEMS,
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
WORKSPACE_GROUP: () => WORKSPACE_GROUP,
|
|
58
|
+
WORKSPACE_ITEMS: () => WORKSPACE_ITEMS,
|
|
59
59
|
createInitialState: () => createInitialState,
|
|
60
60
|
deserializeState: () => deserializeState,
|
|
61
61
|
filterGroupForPlatform: () => filterGroupForPlatform,
|
|
@@ -87,7 +87,7 @@ __export(index_exports, {
|
|
|
87
87
|
module.exports = __toCommonJS(index_exports);
|
|
88
88
|
|
|
89
89
|
// src/groups.ts
|
|
90
|
-
var
|
|
90
|
+
var WORKSPACE_ITEMS = [
|
|
91
91
|
{
|
|
92
92
|
id: "visual-dashboard",
|
|
93
93
|
label: "Dashboard",
|
|
@@ -96,15 +96,7 @@ var TOP_LEVEL_ITEMS = [
|
|
|
96
96
|
route: "/tools/visual-automation",
|
|
97
97
|
color: "#10B981",
|
|
98
98
|
productMode: "visual"
|
|
99
|
-
}
|
|
100
|
-
];
|
|
101
|
-
var TOP_LEVEL_GROUP = {
|
|
102
|
-
id: "top-level",
|
|
103
|
-
label: "",
|
|
104
|
-
items: TOP_LEVEL_ITEMS,
|
|
105
|
-
defaultExpanded: true
|
|
106
|
-
};
|
|
107
|
-
var RUN_ITEMS = [
|
|
99
|
+
},
|
|
108
100
|
{
|
|
109
101
|
id: "prompt-home",
|
|
110
102
|
label: "Home",
|
|
@@ -123,15 +115,6 @@ var RUN_ITEMS = [
|
|
|
123
115
|
color: "#10B981",
|
|
124
116
|
productMode: "visual"
|
|
125
117
|
},
|
|
126
|
-
{
|
|
127
|
-
id: "active",
|
|
128
|
-
label: "Active",
|
|
129
|
-
icon: "Activity",
|
|
130
|
-
description: "Monitor active executions",
|
|
131
|
-
route: "/runs/active",
|
|
132
|
-
color: "#4A90D9",
|
|
133
|
-
productMode: "ai"
|
|
134
|
-
},
|
|
135
118
|
{
|
|
136
119
|
id: "terminal",
|
|
137
120
|
label: "Terminal",
|
|
@@ -143,13 +126,13 @@ var RUN_ITEMS = [
|
|
|
143
126
|
platforms: ["runner"]
|
|
144
127
|
},
|
|
145
128
|
{
|
|
146
|
-
id: "
|
|
147
|
-
label: "
|
|
148
|
-
icon: "
|
|
149
|
-
description: "
|
|
150
|
-
route: "/
|
|
151
|
-
color: "#
|
|
152
|
-
|
|
129
|
+
id: "active",
|
|
130
|
+
label: "Active",
|
|
131
|
+
icon: "Activity",
|
|
132
|
+
description: "Monitor active executions",
|
|
133
|
+
route: "/runs/active",
|
|
134
|
+
color: "#4A90D9",
|
|
135
|
+
productMode: "ai"
|
|
153
136
|
},
|
|
154
137
|
{
|
|
155
138
|
id: "productivity",
|
|
@@ -159,21 +142,12 @@ var RUN_ITEMS = [
|
|
|
159
142
|
route: "/productivity",
|
|
160
143
|
color: "#F59E0B",
|
|
161
144
|
platforms: ["runner"]
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
id: "wrappers",
|
|
165
|
-
label: "Wrappers",
|
|
166
|
-
icon: "Package",
|
|
167
|
-
description: "Wrapper configurations and manifest management",
|
|
168
|
-
route: "/wrappers",
|
|
169
|
-
color: "#F59E0B",
|
|
170
|
-
platforms: ["runner"]
|
|
171
145
|
}
|
|
172
146
|
];
|
|
173
|
-
var
|
|
174
|
-
id: "
|
|
175
|
-
label: "
|
|
176
|
-
items:
|
|
147
|
+
var WORKSPACE_GROUP = {
|
|
148
|
+
id: "workspace",
|
|
149
|
+
label: "WORKSPACE",
|
|
150
|
+
items: WORKSPACE_ITEMS,
|
|
177
151
|
defaultExpanded: true
|
|
178
152
|
};
|
|
179
153
|
var SESSION_ITEMS = [
|
|
@@ -261,7 +235,7 @@ var RUNS_ITEMS = [
|
|
|
261
235
|
platforms: ["web"]
|
|
262
236
|
}
|
|
263
237
|
];
|
|
264
|
-
var
|
|
238
|
+
var REVIEW_ITEMS = [
|
|
265
239
|
{
|
|
266
240
|
id: "runs",
|
|
267
241
|
label: "Runs",
|
|
@@ -283,40 +257,32 @@ var OBSERVE_ITEMS = [
|
|
|
283
257
|
productMode: "ai"
|
|
284
258
|
},
|
|
285
259
|
{
|
|
286
|
-
id: "
|
|
287
|
-
label: "
|
|
288
|
-
icon: "
|
|
289
|
-
description: "
|
|
290
|
-
route: "/
|
|
291
|
-
color: "#
|
|
292
|
-
productMode: "ai"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
id: "processes",
|
|
296
|
-
label: "Processes",
|
|
297
|
-
icon: "Cpu",
|
|
298
|
-
description: "Manage and monitor spawned child processes",
|
|
299
|
-
color: "#06B6D4",
|
|
260
|
+
id: "memory",
|
|
261
|
+
label: "Memory",
|
|
262
|
+
icon: "Brain",
|
|
263
|
+
description: "Cross-session observation memory from past runs",
|
|
264
|
+
route: "/observe/memory",
|
|
265
|
+
color: "#8B5CF6",
|
|
300
266
|
productMode: "ai"
|
|
301
267
|
},
|
|
302
268
|
{
|
|
303
|
-
id: "
|
|
304
|
-
label: "
|
|
305
|
-
icon: "
|
|
306
|
-
description: "
|
|
307
|
-
route: "/observe/
|
|
308
|
-
color: "#
|
|
309
|
-
platforms: ["runner"]
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
id: "automation-health",
|
|
313
|
-
label: "Automation Health",
|
|
314
|
-
icon: "Activity",
|
|
315
|
-
description: "UI Bridge automation quality, selector reliability, and improvement recommendations",
|
|
316
|
-
color: "#10B981",
|
|
269
|
+
id: "knowledge-explorer",
|
|
270
|
+
label: "Knowledge",
|
|
271
|
+
icon: "Globe",
|
|
272
|
+
description: "Search external knowledge sources and view acquisition stats \u2014 web search, vulnerability intelligence, API docs",
|
|
273
|
+
route: "/observe/knowledge",
|
|
274
|
+
color: "#F97316",
|
|
317
275
|
platforms: ["runner"],
|
|
318
276
|
productMode: "ai"
|
|
319
|
-
}
|
|
277
|
+
}
|
|
278
|
+
];
|
|
279
|
+
var REVIEW_GROUP = {
|
|
280
|
+
id: "review",
|
|
281
|
+
label: "REVIEW",
|
|
282
|
+
items: REVIEW_ITEMS,
|
|
283
|
+
defaultExpanded: true
|
|
284
|
+
};
|
|
285
|
+
var SPEND_ITEMS = [
|
|
320
286
|
{
|
|
321
287
|
id: "llm-analytics",
|
|
322
288
|
label: "LLM Analytics",
|
|
@@ -336,98 +302,41 @@ var OBSERVE_ITEMS = [
|
|
|
336
302
|
productMode: "ai"
|
|
337
303
|
}
|
|
338
304
|
];
|
|
339
|
-
var
|
|
340
|
-
id: "
|
|
341
|
-
label: "
|
|
342
|
-
items:
|
|
305
|
+
var SPEND_GROUP = {
|
|
306
|
+
id: "spend",
|
|
307
|
+
label: "SPEND",
|
|
308
|
+
items: SPEND_ITEMS,
|
|
343
309
|
defaultExpanded: false
|
|
344
310
|
};
|
|
345
|
-
var
|
|
346
|
-
{
|
|
347
|
-
id: "memory",
|
|
348
|
-
label: "Memory",
|
|
349
|
-
icon: "Brain",
|
|
350
|
-
description: "Cross-session observation memory from past runs",
|
|
351
|
-
route: "/observe/memory",
|
|
352
|
-
color: "#8B5CF6",
|
|
353
|
-
productMode: "ai"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
id: "knowledge-explorer",
|
|
357
|
-
label: "Knowledge",
|
|
358
|
-
icon: "Globe",
|
|
359
|
-
description: "Search external knowledge sources and view acquisition stats \u2014 web search, vulnerability intelligence, API docs",
|
|
360
|
-
route: "/observe/knowledge",
|
|
361
|
-
color: "#F97316",
|
|
362
|
-
platforms: ["runner"],
|
|
363
|
-
productMode: "ai"
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
id: "decision-trail",
|
|
367
|
-
label: "Decision Trail",
|
|
368
|
-
icon: "ListChecks",
|
|
369
|
-
description: "Architectural decision history \u2014 what was decided, why, and what alternatives were considered",
|
|
370
|
-
route: "/observe/decision-trail",
|
|
371
|
-
color: "#8B5CF6",
|
|
372
|
-
productMode: "ai",
|
|
373
|
-
platforms: ["runner"]
|
|
374
|
-
},
|
|
311
|
+
var AUTOMATE_ITEMS = [
|
|
375
312
|
{
|
|
376
|
-
id: "
|
|
377
|
-
label: "
|
|
378
|
-
icon: "
|
|
379
|
-
description: "
|
|
380
|
-
route: "/observe/session-recap",
|
|
381
|
-
color: "#8B5CF6",
|
|
382
|
-
platforms: ["runner"],
|
|
383
|
-
productMode: "ai"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
id: "reflection",
|
|
387
|
-
label: "Reflection",
|
|
388
|
-
icon: "RotateCcw",
|
|
389
|
-
description: "Reflection fix effectiveness and history",
|
|
390
|
-
productMode: "ai"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
id: "architecture",
|
|
394
|
-
label: "Architecture",
|
|
395
|
-
icon: "GitBranch",
|
|
396
|
-
description: "Component dependency graph and SDK project architecture",
|
|
313
|
+
id: "tasks",
|
|
314
|
+
label: "Scheduled Tasks",
|
|
315
|
+
icon: "Calendar",
|
|
316
|
+
description: "Manage scheduled automation",
|
|
397
317
|
productMode: "ai"
|
|
398
318
|
},
|
|
399
319
|
{
|
|
400
|
-
id: "
|
|
401
|
-
label: "
|
|
402
|
-
icon: "
|
|
403
|
-
description: "
|
|
404
|
-
color: "#06B6D4",
|
|
405
|
-
platforms: ["runner"]
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
id: "development-intelligence",
|
|
409
|
-
label: "Dev Intelligence",
|
|
410
|
-
icon: "Brain",
|
|
411
|
-
description: "Coverage gap analysis, complexity scoring, drift detection, and dead feature identification",
|
|
412
|
-
route: "/observe/development-intelligence",
|
|
413
|
-
color: "#8B5CF6",
|
|
414
|
-
platforms: ["runner"],
|
|
320
|
+
id: "triggers",
|
|
321
|
+
label: "Triggers",
|
|
322
|
+
icon: "Zap",
|
|
323
|
+
description: "Event-driven workflow automation",
|
|
415
324
|
productMode: "ai"
|
|
416
325
|
},
|
|
417
326
|
{
|
|
418
|
-
id: "
|
|
419
|
-
label: "
|
|
420
|
-
icon: "
|
|
421
|
-
description: "
|
|
422
|
-
route: "/observe/
|
|
327
|
+
id: "watchers",
|
|
328
|
+
label: "Watchers",
|
|
329
|
+
icon: "Eye",
|
|
330
|
+
description: "Scheduled reactive agents that monitor the activity timeline",
|
|
331
|
+
route: "/observe/watchers",
|
|
423
332
|
color: "#06B6D4",
|
|
424
333
|
platforms: ["runner"]
|
|
425
334
|
}
|
|
426
335
|
];
|
|
427
|
-
var
|
|
428
|
-
id: "
|
|
429
|
-
label: "
|
|
430
|
-
items:
|
|
336
|
+
var AUTOMATE_GROUP = {
|
|
337
|
+
id: "automate",
|
|
338
|
+
label: "AUTOMATE",
|
|
339
|
+
items: AUTOMATE_ITEMS,
|
|
431
340
|
defaultExpanded: false
|
|
432
341
|
};
|
|
433
342
|
var BUILD_ITEMS = [
|
|
@@ -486,6 +395,15 @@ var BUILD_ITEMS = [
|
|
|
486
395
|
color: "var(--brand-secondary)",
|
|
487
396
|
productMode: "ai"
|
|
488
397
|
},
|
|
398
|
+
{
|
|
399
|
+
id: "regression",
|
|
400
|
+
label: "Regression",
|
|
401
|
+
icon: "ShieldCheck",
|
|
402
|
+
description: "Run auto-generated regression suites against the live UI Bridge registry; review coverage and self-diagnoses for failures",
|
|
403
|
+
color: "var(--brand-secondary)",
|
|
404
|
+
platforms: ["runner"],
|
|
405
|
+
productMode: "ai"
|
|
406
|
+
},
|
|
489
407
|
{
|
|
490
408
|
id: "vga",
|
|
491
409
|
label: "Visual GUI",
|
|
@@ -495,6 +413,15 @@ var BUILD_ITEMS = [
|
|
|
495
413
|
color: "var(--brand-secondary)",
|
|
496
414
|
productMode: "both"
|
|
497
415
|
},
|
|
416
|
+
{
|
|
417
|
+
id: "orchestration-loop",
|
|
418
|
+
label: "Orchestration",
|
|
419
|
+
icon: "Repeat",
|
|
420
|
+
description: "Iterative workflow loop with pipeline mode (build/reflect/fix)",
|
|
421
|
+
route: "/orchestration-loop",
|
|
422
|
+
color: "#8B5CF6",
|
|
423
|
+
platforms: ["runner"]
|
|
424
|
+
},
|
|
498
425
|
{
|
|
499
426
|
id: "demo-video",
|
|
500
427
|
label: "Demo Videos",
|
|
@@ -514,6 +441,15 @@ var BUILD_ITEMS = [
|
|
|
514
441
|
color: "var(--brand-secondary)",
|
|
515
442
|
platforms: ["runner"],
|
|
516
443
|
productMode: "ai"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
id: "wrappers",
|
|
447
|
+
label: "Wrappers",
|
|
448
|
+
icon: "Package",
|
|
449
|
+
description: "Install and manage wrapper extensions",
|
|
450
|
+
route: "/wrappers",
|
|
451
|
+
color: "#06B6D4",
|
|
452
|
+
platforms: ["runner"]
|
|
517
453
|
}
|
|
518
454
|
];
|
|
519
455
|
var BUILD_GROUP = {
|
|
@@ -522,22 +458,109 @@ var BUILD_GROUP = {
|
|
|
522
458
|
items: BUILD_ITEMS,
|
|
523
459
|
defaultExpanded: false
|
|
524
460
|
};
|
|
525
|
-
var
|
|
461
|
+
var INSIGHTS_ITEMS = [
|
|
526
462
|
{
|
|
527
|
-
id: "
|
|
528
|
-
label: "
|
|
529
|
-
icon: "
|
|
530
|
-
description: "
|
|
531
|
-
route: "/
|
|
463
|
+
id: "error-monitor",
|
|
464
|
+
label: "Error Monitor",
|
|
465
|
+
icon: "AlertCircle",
|
|
466
|
+
description: "Monitor and fix application errors from log sources",
|
|
467
|
+
route: "/tools/error-monitor",
|
|
468
|
+
color: "#4A90D9",
|
|
469
|
+
productMode: "ai"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
id: "processes",
|
|
473
|
+
label: "Processes",
|
|
474
|
+
icon: "Cpu",
|
|
475
|
+
description: "Manage and monitor spawned child processes",
|
|
476
|
+
color: "#06B6D4",
|
|
477
|
+
productMode: "ai"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
id: "activity-timeline",
|
|
481
|
+
label: "Activity Timeline",
|
|
482
|
+
icon: "Activity",
|
|
483
|
+
description: "Searchable capture history \u2014 everything seen on screen during automation",
|
|
484
|
+
route: "/observe/activity-timeline",
|
|
532
485
|
color: "#06B6D4",
|
|
533
486
|
platforms: ["runner"]
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
id: "automation-health",
|
|
490
|
+
label: "Automation Health",
|
|
491
|
+
icon: "Activity",
|
|
492
|
+
description: "UI Bridge automation quality, selector reliability, and improvement recommendations",
|
|
493
|
+
color: "#10B981",
|
|
494
|
+
platforms: ["runner"],
|
|
495
|
+
productMode: "ai"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
id: "reflection",
|
|
499
|
+
label: "Reflection",
|
|
500
|
+
icon: "RotateCcw",
|
|
501
|
+
description: "Reflection fix effectiveness and history",
|
|
502
|
+
productMode: "ai"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
id: "architecture",
|
|
506
|
+
label: "Architecture",
|
|
507
|
+
icon: "GitBranch",
|
|
508
|
+
description: "Component dependency graph and SDK project architecture",
|
|
509
|
+
productMode: "ai"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
id: "api-surface",
|
|
513
|
+
label: "API Surface",
|
|
514
|
+
icon: "Network",
|
|
515
|
+
description: "Interactive map of every endpoint, command, query, and their connections",
|
|
516
|
+
color: "#06B6D4",
|
|
517
|
+
platforms: ["runner"]
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
id: "development-intelligence",
|
|
521
|
+
label: "Dev Intelligence",
|
|
522
|
+
icon: "Brain",
|
|
523
|
+
description: "Coverage gap analysis, complexity scoring, drift detection, and dead feature identification",
|
|
524
|
+
route: "/observe/development-intelligence",
|
|
525
|
+
color: "#8B5CF6",
|
|
526
|
+
platforms: ["runner"],
|
|
527
|
+
productMode: "ai"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
id: "project-explainer",
|
|
531
|
+
label: "Explainer",
|
|
532
|
+
icon: "BookOpen",
|
|
533
|
+
description: "Hierarchical explainer for any project: overview, per-cluster narratives, and per-page deep dives with embedded architecture diagrams. AI side panel for asking questions while reading.",
|
|
534
|
+
route: "/observe/explainer",
|
|
535
|
+
color: "#06B6D4",
|
|
536
|
+
platforms: ["runner"]
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
id: "decision-trail",
|
|
540
|
+
label: "Decision Trail",
|
|
541
|
+
icon: "ListChecks",
|
|
542
|
+
description: "Architectural decision history \u2014 what was decided, why, and what alternatives were considered",
|
|
543
|
+
route: "/observe/decision-trail",
|
|
544
|
+
color: "#8B5CF6",
|
|
545
|
+
productMode: "ai",
|
|
546
|
+
platforms: ["runner"]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
id: "session-recap",
|
|
550
|
+
label: "Session Recap",
|
|
551
|
+
icon: "GitBranch",
|
|
552
|
+
description: "Semantic dependency map of what was built \u2014 files, types, endpoints, and how they connect",
|
|
553
|
+
route: "/observe/session-recap",
|
|
554
|
+
color: "#8B5CF6",
|
|
555
|
+
platforms: ["runner"],
|
|
556
|
+
productMode: "ai"
|
|
534
557
|
}
|
|
535
558
|
];
|
|
536
|
-
var
|
|
537
|
-
id: "
|
|
538
|
-
label: "
|
|
539
|
-
items:
|
|
540
|
-
defaultExpanded:
|
|
559
|
+
var INSIGHTS_GROUP = {
|
|
560
|
+
id: "insights",
|
|
561
|
+
label: "INSIGHTS",
|
|
562
|
+
items: INSIGHTS_ITEMS,
|
|
563
|
+
defaultExpanded: false
|
|
541
564
|
};
|
|
542
565
|
var CONFIGURE_ITEMS = [
|
|
543
566
|
{
|
|
@@ -562,37 +585,6 @@ var CONFIGURE_ITEMS = [
|
|
|
562
585
|
icon: "Plug",
|
|
563
586
|
description: "Manage UI Bridge integrations for external apps",
|
|
564
587
|
productMode: "ai"
|
|
565
|
-
}
|
|
566
|
-
];
|
|
567
|
-
var CONFIGURE_GROUP = {
|
|
568
|
-
id: "configure",
|
|
569
|
-
label: "CONFIGURE",
|
|
570
|
-
items: CONFIGURE_ITEMS,
|
|
571
|
-
defaultExpanded: false
|
|
572
|
-
};
|
|
573
|
-
var SCHEDULE_ITEMS = [
|
|
574
|
-
{
|
|
575
|
-
id: "triggers",
|
|
576
|
-
label: "Triggers",
|
|
577
|
-
icon: "Zap",
|
|
578
|
-
description: "Event-driven workflow automation",
|
|
579
|
-
productMode: "ai"
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
id: "tasks",
|
|
583
|
-
label: "Scheduled Tasks",
|
|
584
|
-
icon: "Calendar",
|
|
585
|
-
description: "Manage scheduled automation",
|
|
586
|
-
productMode: "ai"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
id: "watchers",
|
|
590
|
-
label: "Watchers",
|
|
591
|
-
icon: "Eye",
|
|
592
|
-
description: "Scheduled reactive agents that monitor the activity timeline",
|
|
593
|
-
route: "/observe/watchers",
|
|
594
|
-
color: "#06B6D4",
|
|
595
|
-
platforms: ["runner"]
|
|
596
588
|
},
|
|
597
589
|
{
|
|
598
590
|
id: "event-history",
|
|
@@ -603,10 +595,10 @@ var SCHEDULE_ITEMS = [
|
|
|
603
595
|
productMode: "ai"
|
|
604
596
|
}
|
|
605
597
|
];
|
|
606
|
-
var
|
|
607
|
-
id: "
|
|
608
|
-
label: "
|
|
609
|
-
items:
|
|
598
|
+
var CONFIGURE_GROUP = {
|
|
599
|
+
id: "configure",
|
|
600
|
+
label: "CONFIGURE",
|
|
601
|
+
items: CONFIGURE_ITEMS,
|
|
610
602
|
defaultExpanded: false
|
|
611
603
|
};
|
|
612
604
|
var DEV_ITEMS = [
|
|
@@ -815,6 +807,15 @@ var SETTINGS_ITEMS = [
|
|
|
815
807
|
color: "#FFD700",
|
|
816
808
|
platforms: ["runner"]
|
|
817
809
|
},
|
|
810
|
+
{
|
|
811
|
+
id: "settings-repos",
|
|
812
|
+
label: "Repositories",
|
|
813
|
+
icon: "GitBranch",
|
|
814
|
+
description: "Manage coordinated repositories",
|
|
815
|
+
route: "/settings/repos",
|
|
816
|
+
color: "#FFD700",
|
|
817
|
+
platforms: ["web"]
|
|
818
|
+
},
|
|
818
819
|
{
|
|
819
820
|
id: "settings-debug",
|
|
820
821
|
label: "Debug",
|
|
@@ -834,6 +835,15 @@ var SYSTEM_ITEMS = [
|
|
|
834
835
|
route: "/runners",
|
|
835
836
|
color: "#10B981"
|
|
836
837
|
},
|
|
838
|
+
{
|
|
839
|
+
id: "sessions",
|
|
840
|
+
label: "Sessions",
|
|
841
|
+
icon: "Terminal",
|
|
842
|
+
description: "Terminal and agent sessions across machines",
|
|
843
|
+
platforms: ["web"],
|
|
844
|
+
route: "/sessions",
|
|
845
|
+
color: "#10B981"
|
|
846
|
+
},
|
|
837
847
|
{
|
|
838
848
|
id: "settings",
|
|
839
849
|
label: "Settings",
|
|
@@ -860,14 +870,13 @@ var SYSTEM_GROUP = {
|
|
|
860
870
|
defaultExpanded: true
|
|
861
871
|
};
|
|
862
872
|
var NAVIGATION_GROUPS = [
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
873
|
+
WORKSPACE_GROUP,
|
|
874
|
+
REVIEW_GROUP,
|
|
875
|
+
SPEND_GROUP,
|
|
876
|
+
AUTOMATE_GROUP,
|
|
867
877
|
BUILD_GROUP,
|
|
868
|
-
|
|
878
|
+
INSIGHTS_GROUP,
|
|
869
879
|
CONFIGURE_GROUP,
|
|
870
|
-
SCHEDULE_GROUP,
|
|
871
880
|
DEV_GROUP,
|
|
872
881
|
SYSTEM_GROUP
|
|
873
882
|
];
|
|
@@ -1052,7 +1061,7 @@ function getWebNavigation() {
|
|
|
1052
1061
|
function createInitialState(options) {
|
|
1053
1062
|
return {
|
|
1054
1063
|
activeItemId: options?.activeItemId ?? null,
|
|
1055
|
-
expandedGroups: new Set(options?.expandedGroups ?? ["
|
|
1064
|
+
expandedGroups: new Set(options?.expandedGroups ?? ["workspace", "review", "system"]),
|
|
1056
1065
|
expandedItems: new Set(options?.expandedItems ?? []),
|
|
1057
1066
|
secondarySidebar: {
|
|
1058
1067
|
isOpen: false,
|
|
@@ -1309,6 +1318,8 @@ function NavigationItemShell({
|
|
|
1309
1318
|
}
|
|
1310
1319
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1311
1320
|
0 && (module.exports = {
|
|
1321
|
+
AUTOMATE_GROUP,
|
|
1322
|
+
AUTOMATE_ITEMS,
|
|
1312
1323
|
BUILD_GROUP,
|
|
1313
1324
|
BUILD_ITEMS,
|
|
1314
1325
|
CHILDREN_MAP,
|
|
@@ -1317,24 +1328,22 @@ function NavigationItemShell({
|
|
|
1317
1328
|
DEV_GROUP,
|
|
1318
1329
|
DEV_ITEMS,
|
|
1319
1330
|
ICON_NAMES,
|
|
1320
|
-
|
|
1321
|
-
|
|
1331
|
+
INSIGHTS_GROUP,
|
|
1332
|
+
INSIGHTS_ITEMS,
|
|
1322
1333
|
NAVIGATION_GROUPS,
|
|
1323
1334
|
NavigationItemShell,
|
|
1324
|
-
|
|
1325
|
-
|
|
1335
|
+
REVIEW_GROUP,
|
|
1336
|
+
REVIEW_ITEMS,
|
|
1326
1337
|
RUNS_ITEMS,
|
|
1327
|
-
RUN_GROUP,
|
|
1328
|
-
RUN_ITEMS,
|
|
1329
|
-
SCHEDULE_GROUP,
|
|
1330
|
-
SCHEDULE_ITEMS,
|
|
1331
1338
|
SESSION_ITEMS,
|
|
1332
1339
|
SETTINGS_ITEMS,
|
|
1340
|
+
SPEND_GROUP,
|
|
1341
|
+
SPEND_ITEMS,
|
|
1333
1342
|
STORAGE_KEYS,
|
|
1334
1343
|
SYSTEM_GROUP,
|
|
1335
1344
|
SYSTEM_ITEMS,
|
|
1336
|
-
|
|
1337
|
-
|
|
1345
|
+
WORKSPACE_GROUP,
|
|
1346
|
+
WORKSPACE_ITEMS,
|
|
1338
1347
|
createInitialState,
|
|
1339
1348
|
deserializeState,
|
|
1340
1349
|
filterGroupForPlatform,
|