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
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
@@ -473,7 +473,7 @@ Quick reference to CLI commands for managing Bito's AI Architect.
473
473
474
474
| Command | Description | Example |
475
475
|---------|-------------|---------|
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`|
477
477
|`bitoarch index-status`| Check indexing status | View progress and state |
478
478
|`bitoarch pause-indexing`| Pause ongoing indexing process |`bitoarch pause-indexing`|
479
479
|`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.
487
487
|---------|-------------|---------|
488
488
|`bitoarch add-repo <namespace>`| Add single repository |`bitoarch add-repo myorg/myrepo`|
0 commit comments