Skip to content

Commit a893bce

Browse files
authored
bumped cagent version (#43)
Signed-off-by: Derek Misler <derek.misler@docker.com>
1 parent 7603660 commit a893bce

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/review-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ on:
5353
description: "Version of cagent to use"
5454
required: false
5555
type: string
56-
default: "v1.23.0"
56+
default: "v1.23.1"
5757
add-prompt-files:
5858
description: "Comma-separated list of files to append to the prompt (e.g., 'AGENTS.md,CLAUDE.md')"
5959
required: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ See the [full PR Review documentation](review-pr/README.md) for more details.
9898
agent: docker/code-analyzer
9999
prompt: "Analyze this codebase"
100100
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
101-
cagent-version: v1.23.0
101+
cagent-version: v1.23.1
102102
mcp-gateway: true # Set to true to install mcp-gateway
103103
mcp-gateway-version: v0.22.0
104104
yolo: false # Require manual approval
@@ -142,7 +142,7 @@ See the [full PR Review documentation](review-pr/README.md) for more details.
142142
| --------------------- | ------------------------------------------------------------------------------------ | -------- | ------------------------------- |
143143
| `agent` | Agent identifier (e.g., `docker/code-analyzer`) or path to `.yaml` file | Yes | - |
144144
| `prompt` | Prompt to pass to the agent | No | - |
145-
| `cagent-version` | Version of cagent to use | No | `v1.23.0` |
145+
| `cagent-version` | Version of cagent to use | No | `v1.23.1` |
146146
| `mcp-gateway` | Install mcp-gateway (`true`/`false`) | No | `false` |
147147
| `mcp-gateway-version` | Version of mcp-gateway to use (specifying this will enable mcp-gateway installation) | No | `v0.22.0` |
148148
| `anthropic-api-key` | Anthropic API key for Claude models (at least one API key required) | No* | - |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
cagent-version:
1616
description: "Version of cagent to use"
1717
required: false
18-
default: "v1.23.0"
18+
default: "v1.23.1"
1919
mcp-gateway:
2020
description: "Install mcp-gateway (true/false)"
2121
required: false

review-pr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ When using `docker/cagent-action/.github/workflows/review-pr.yml`:
212212
| `comment-id` | Comment ID for reactions (auto-detected) | - |
213213
| `additional-prompt` | Additional review guidelines | - |
214214
| `model` | Model override (e.g., `anthropic/claude-haiku-4-5`) | - |
215-
| `cagent-version` | cagent version | `v1.23.0` |
215+
| `cagent-version` | cagent version | `v1.23.1` |
216216
| `auto-review-org` | Organization for auto-review membership check | `docker` |
217217

218218
### `review-pr` (Composite Action)

review-pr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ inputs:
4848
cagent-version:
4949
description: "Version of cagent to use"
5050
required: false
51-
default: "v1.23.0"
51+
default: "v1.23.1"
5252
model:
5353
description: "Model to use for reviews (e.g., anthropic/claude-sonnet-4-5, openai/gpt-4o)"
5454
required: false

tests/test-job-summary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo "---"
3535
echo "| Agent | \`agents/security-scanner.yaml\` |"
3636
echo "| Exit Code | 0 |"
3737
echo "| Execution Time | 45s |"
38-
echo "| cagent Version | v1.23.0 |"
38+
echo "| cagent Version | v1.23.1 |"
3939
echo "| MCP Gateway | false |"
4040
echo ""
4141
echo "✅ **Status:** Success"

0 commit comments

Comments
 (0)