Skip to content

Commit 44b2014

Browse files
AI Architect : 1.6.0
New Features - CLI support to index only newly added repositories (only_new_repos) - CLI command to update LLM keys Enhancements/Issue Fixes - Optimised CLI commands with default path parameters - Indexing time and cost optimisations added
2 parents 725d1cd + 8bdd6f7 commit 44b2014

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Once you select an option, your **Bito MCP URL** and **Bito MCP Access Token** w
288288
To manually apply the configuration, run this command:
289289

290290
```bash
291-
bitoarch add-repos /usr/local/etc/bitoarch/.bitoarch-config.yaml
291+
bitoarch add-repos
292292
```
293293
---
294294

@@ -381,7 +381,7 @@ vim /usr/local/etc/bitoarch/.bitoarch-config.yaml
381381
To apply the changes, run this command:
382382

383383
```bash
384-
bitoarch update-repos /usr/local/etc/bitoarch/.bitoarch-config.yaml
384+
bitoarch update-repos
385385
```
386386

387387
Start the re-indexing process using this command:
@@ -473,7 +473,7 @@ Quick reference to CLI commands for managing Bito's AI Architect.
473473

474474
| Command | Description | Example |
475475
|---------|-------------|---------|
476-
| `bitoarch index-repos` | Trigger workspace repository indexing | Simple index without parameters |
476+
| `bitoarch index-repos` | Trigger workspace repository indexing. Use `--only-new-repos` to index only newly added repositories | `bitoarch index-repos --only-new-repos` |
477477
| `bitoarch index-status` | Check indexing status | View progress and state |
478478
| `bitoarch pause-indexing` | Pause ongoing indexing process | `bitoarch pause-indexing` |
479479
| `bitoarch resume-indexing` | Resume paused indexing process | `bitoarch resume-indexing` |
@@ -487,8 +487,8 @@ Quick reference to CLI commands for managing Bito's AI Architect.
487487
|---------|-------------|---------|
488488
| `bitoarch add-repo <namespace>` | Add single repository | `bitoarch add-repo myorg/myrepo` |
489489
| `bitoarch remove-repo <namespace>` | Remove repository | `bitoarch remove-repo myorg/myrepo` |
490-
| `bitoarch add-repos <file>` | Load configuration from YAML | `bitoarch add-repos /usr/local/etc/bitoarch/.bitoarch-config.yaml` |
491-
| `bitoarch update-repos <file>` | Update configuration from YAML | `bitoarch update-repos /usr/local/etc/bitoarch/.bitoarch-config.yaml` |
490+
| `bitoarch add-repos` | Load configuration from YAML | `bitoarch add-repos` |
491+
| `bitoarch update-repos` | Update configuration from YAML | `bitoarch update-repos` |
492492
| `bitoarch repo-info <name>` | Get detailed repository info | `bitoarch repo-info myrepo --dependencies` |
493493
| `bitoarch fetch-repo-list` | Retrieve complete and incremental Git repository inventories | `bitoarch fetch-repo-list` |
494494

@@ -505,6 +505,7 @@ Quick reference to CLI commands for managing Bito's AI Architect.
505505
|---------|-------------|---------|
506506
| `bitoarch update-api-key` | Update Bito API key | Interactive or with --api-key flag |
507507
| `bitoarch update-git-creds` | Update Git provider credentials | Interactive or with flags |
508+
| `bitoarch update-llm-keys` | Update LLM API keys | Interactive prompt |
508509
| `bitoarch rotate-mcp-token` | Rotate MCP access token | `bitoarch rotate-mcp-token <new-token>` |
509510

510511
### MCP operations

bito-ai-architect-1.5.0.tar.gz

-170 KB
Binary file not shown.

bito-ai-architect-1.6.0.tar.gz

172 KB
Binary file not shown.

0 commit comments

Comments
 (0)