Skip to content

Commit ac5ca16

Browse files
authored
Merge pull request #23876 from dvdksn/ci-bump-cagent-version
ci bump cagent version
2 parents 4eb7dd6 + a156f4f commit ac5ca16

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/agent.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,18 @@ jobs:
3333
- name: Run agent
3434
uses: docker/[email protected]
3535
with:
36+
cagent-version: v1.15.5
3637
agent: ./agent.yml
3738
yolo: true
3839
prompt: |
3940
Work on GitHub issue: ${{ github.event.issue.html_url }}
4041
41-
Fetch the issue, analyze what documentation changes are needed, and implement them following your standard workflow.
42+
Fetch the issue, analyze what documentation changes are needed, and
43+
implement them following your standard workflow.
4244
43-
If you identify any upstream coordination issues (broken links from vendored content, missing CLI flags, etc.), document them in .upstream-issues.md as specified in your instructions.
45+
If you identify any upstream coordination issues (broken links from
46+
vendored content, missing CLI flags, etc.), document them in
47+
.upstream-issues.md as specified in your instructions.
4448
env:
4549
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4650
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ public
1010
resources
1111
static/pagefind
1212
tmp
13+
# Binary installed by cagent-action in CI
14+
cagent
15+
# cagent tmp files
1316
.cagent
1417
.upstream-issues.md
1518
.validation-log.md

0 commit comments

Comments
 (0)