Skip to content

Commit 6ed0d25

Browse files
committed
chore(deps): Bump ADL CLI and re-generate
1 parent f16ee2c commit 6ed0d25

11 files changed

Lines changed: 149 additions & 147 deletions

File tree

.flox/env/manifest.lock

Lines changed: 136 additions & 134 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ git.pkg-group = "common"
1818
git.outputs = "all"
1919

2020
docker.pkg-path = "docker"
21-
docker.version = "^29.3.1"
21+
docker.version = "^29.4.0"
2222
docker.pkg-group = "common"
2323

2424
claude-code.pkg-path = "claude-code"
25-
claude-code.version = "^2.1.92"
25+
claude-code.version = "^2.1.104"
2626
claude-code.pkg-group = "common"
2727

2828
[hook]

.github/workflows/cd.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.

.github/workflows/ci.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.

.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: 2 additions & 2 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.27.6 and follows a strict generation pattern:
13+
The codebase is generated using ADL CLI 0.27.8 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`
@@ -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.27.6 or compatible version for regeneration
120+
- **ADL Version**: Ensure ADL CLI 0.27.8 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.

config/config.go

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

internal/logger/logger.go

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

0 commit comments

Comments
 (0)