You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -546,9 +549,97 @@ SSO sessions are configurable with the following defaults:
546
549
547
550
<br />
548
551
552
+
<!-- Insights -->
553
+
554
+
## 7. Insights
555
+
556
+
AI Architect optionally enriches the knowledge graph with context from Jira, and Confluence giving coding agents deeper understanding of project activity, planned work, and documentation.
557
+
558
+
> **Note:** Insights is an optional feature. Repository indexing and MCP functionality work without it.
559
+
560
+
---
561
+
562
+
### Enabling and disabling features
563
+
564
+
Enable one or more insights sources during installation (when prompted) or at any time post-install:
565
+
566
+
```bash
567
+
bitoarch insights enable git
568
+
bitoarch insights enable ticket-tracker
569
+
bitoarch insights enable docs
570
+
```
571
+
572
+
Each `enable` command runs an interactive setup that collects the required credentials.
573
+
574
+
To disable a feature:
575
+
576
+
```bash
577
+
bitoarch insights disable git
578
+
bitoarch insights disable ticket-tracker
579
+
bitoarch insights disable docs
580
+
```
581
+
582
+
---
583
+
584
+
### Running insights
585
+
586
+
```bash
587
+
bitoarch insights run
588
+
bitoarch insights run --force # Force a full refresh
589
+
```
590
+
591
+
---
592
+
593
+
### Checking status
594
+
595
+
```bash
596
+
bitoarch insights status
597
+
```
598
+
599
+
---
600
+
601
+
### Managing Jira project keys
602
+
603
+
```bash
604
+
bitoarch insights tracker-projects list
605
+
bitoarch insights tracker-projects add KEY1 KEY2
606
+
bitoarch insights tracker-projects remove KEY1
607
+
bitoarch insights discover-tracker-projects
608
+
```
609
+
610
+
---
611
+
612
+
### Updating credentials
613
+
614
+
```bash
615
+
bitoarch insights update-ticket-tracker
616
+
bitoarch insights update-doc-config
617
+
```
618
+
619
+
---
620
+
621
+
### Viewing configuration
622
+
623
+
```bash
624
+
bitoarch insights config
625
+
```
626
+
627
+
---
628
+
629
+
### Configuring lookback period
630
+
631
+
```bash
632
+
bitoarch insights set-lookback git 90
633
+
bitoarch insights set-lookback ticket-tracker 180
634
+
```
635
+
636
+
---
637
+
638
+
<br />
639
+
549
640
<!-- Configuring AI Architect for Bito AI Code Review Agent -->
550
641
551
-
## 7. Configuring AI Architect for Bito AI Code Review Agent
642
+
## 8. Configuring AI Architect for Bito AI Code Review Agent
552
643
553
644
Now that you have **AI Architect** set up, you can take your code quality to the next level by integrating it with **[Bito's AI Code Review Agent](https://bito.ai/product/ai-code-review-agent/)**. This powerful combination delivers significantly more accurate and context-aware code reviews by leveraging the deep codebase knowledge graph that AI Architect has built.
554
645
@@ -579,7 +670,7 @@ This enables the AI Code Review Agent to:
579
670
580
671
<!-- Command reference -->
581
672
582
-
## 8. Command reference
673
+
## 9. Command reference
583
674
584
675
Quick reference to CLI commands for managing Bito's AI Architect.
585
676
@@ -659,6 +750,21 @@ Quick reference to CLI commands for managing Bito's AI Architect.
For comprehensive information and guidance on the AI Architect, including installation and configuration instructions, please refer to our detailed **[documentation available here](https://docs.bito.ai/ai-architect/overview)**. Should you require further assistance or have any inquiries, our support team is readily available to assist you.
836
942
@@ -850,4 +956,4 @@ Feel free to reach out to us via email at: **[support@bito.ai](mailto:support@bi
0 commit comments