Skip to content

Commit 6e308bb

Browse files
edenreichclaude
andcommitted
chore(deps): Update dependencies and regenerate with ADL CLI v0.27.1
- Bump Go to 1.25.5 - Bump ADK to 0.17.0 - Bump playwright-go-stealth to 0.0.3 - Bump zap to 1.27.1 - Update GitHub Actions (checkout v6, setup-go v6.2.0, setup-node v6.2.0) - Update Flox packages (claude-code 2.1.15, docker 29.1.5, golangci-lint 2.8.0) - Regenerate all ADL-generated files with CLI v0.27.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8544cac commit 6e308bb

File tree

15 files changed

+341
-339
lines changed

15 files changed

+341
-339
lines changed

.flox/env/manifest.lock

Lines changed: 299 additions & 299 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.flox/env/manifest.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@ version = 1
22

33
[install]
44
go.pkg-path = "go"
5-
go.version = "1.25"
5+
go.version = "1.25.5"
66

77
golangci-lint.pkg-path = "golangci-lint"
8-
golangci-lint.version = "^2.6.0"
8+
golangci-lint.version = "^2.8.0"
99
golangci-lint.pkg-group = "common"
1010

1111
go-task.pkg-path = "go-task"
12-
go-task.version = "^3.45.4"
12+
go-task.version = "^3.45.5"
1313
go-task.pkg-group = "common"
1414

1515
git.pkg-path = "git"
1616
git.version = "^2.51.0"
1717
git.pkg-group = "common"
1818

1919
docker.pkg-path = "docker"
20-
docker.version = "^28.5.1"
20+
docker.version = "^29.1.5"
2121
docker.pkg-group = "common"
2222

2323
claude-code.pkg-path = "claude-code"
24-
claude-code.version = "^2.0.37"
24+
claude-code.version = "^2.1.15"
2525
claude-code.pkg-group = "common"
2626

2727
[hook]

.github/workflows/cd.yml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.releaserc.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ browser-agent is an A2A (Agent-to-Agent) server implementing the [A2A Protocol](
1010

1111
### ADL-Generated Structure
1212

13-
The codebase is generated using ADL CLI 0.26.4 and follows a strict generation pattern:
13+
The codebase is generated using ADL CLI 0.27.1 and follows a strict generation pattern:
1414
- **Generated Files**: Marked with `DO NOT EDIT` headers - manual changes will be overwritten
1515
- **Configuration Source**: `agent.yaml` - defines agent capabilities, skills, and metadata
1616
- **Server Implementation**: Built on the ADK (Agent Development Kit) framework from `github.com/inference-gateway/adk`
@@ -105,7 +105,7 @@ When implementing tests:
105105

106106
## Environment Management
107107
The project includes Flox environment configuration (`.flox/env/manifest.toml`) providing:
108-
- Go 1.25
108+
- Go 1.25.5
109109
- golangci-lint (linter)
110110
- go-task (Task runner)
111111
- Docker
@@ -117,7 +117,7 @@ Activate with: `flox activate` (if Flox is installed)
117117

118118
- **Generated Files**: Never manually edit files with "DO NOT EDIT" headers
119119
- **Configuration Changes**: Always modify `agent.yaml` and regenerate
120-
- **ADL Version**: Ensure ADL CLI 0.26.4 or compatible version for regeneration
120+
- **ADL Version**: Ensure ADL CLI 0.27.1 or compatible version for regeneration
121121
- **Port Configuration**: Default 8080, configurable via `A2A_PORT` or `A2A_SERVER_PORT`
122122

123123
## Debugging Tips

Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<div align="center">
22

33
# Browser-Agent
4+
45
[![CI](https://github.com/inference-gateway/browser-agent/workflows/CI/badge.svg)](https://github.com/inference-gateway/browser-agent/actions/workflows/ci.yml)
5-
[![Go Version](https://img.shields.io/badge/Go-1.25+-00ADD8?style=flat&logo=go)](https://golang.org)
6+
[![Go Version](https://img.shields.io/badge/Go-1.25.5+-00ADD8?style=flat&logo=go)](https://golang.org)
67
[![A2A Protocol](https://img.shields.io/badge/A2A-Protocol-blue?style=flat)](https://github.com/inference-gateway/adk)
78
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
89

@@ -189,6 +190,7 @@ docker build \
189190
```
190191

191192
**Available Build Arguments:**
193+
192194
- `VERSION` - Agent version (default: `0.4.12`)
193195
- `AGENT_NAME` - Agent name (default: `browser-agent`)
194196
- `AGENT_DESCRIPTION` - Agent description (default: `AI agent for browser automation and web testing using Playwright`)

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ spec:
373373
language:
374374
go:
375375
module: github.com/inference-gateway/browser-agent
376-
version: "1.25"
376+
version: "1.25.5"
377377
acronyms:
378378
- DOM
379379
- CSS

0 commit comments

Comments
 (0)