update
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 32s

This commit is contained in:
2025-12-28 14:10:04 +00:00
parent c17a61b27a
commit 69d9963597
17 changed files with 627 additions and 444 deletions

View File

@@ -67,13 +67,13 @@ agents:
schedule: "0 0 * * 0" # Cron schedule (weekly)
```
### Chat Agent (Bartender)
### Chat Agent (Interactive Chat Agent)
```yaml
agents:
chat:
enabled: true
name: "Bartender" # Display name for the bot
name: "CodeBot" # Display name for the bot
max_iterations: 5 # Max tool calls per chat
tools:
- search_codebase # Search repository files
@@ -103,7 +103,7 @@ interaction:
```
**Example bot names:**
- `@ai-bot` - Default, generic
- `@codebot` - Default, generic
- `@bartender` - Friendly, conversational
- `@uni` - Short, quick to type
- `@joey` - Personal assistant
@@ -112,7 +112,7 @@ interaction:
```yaml
interaction:
respond_to_mentions: true
mention_prefix: "@ai-bot"
mention_prefix: "@codebot"
commands:
- explain # Explain code/issue
- suggest # Suggest solutions