Skip to content

Commit 781a0cc

Browse files
chore(release): 🔖 0.4.7 [skip ci]
## [0.4.7](v0.4.6...v0.4.7) (2025-11-25) ### 🐛 Bug Fixes * Improve Playwright installation order in Dockerfile ([#47](#47)) ([088ac1e](088ac1e))
1 parent 088ac1e commit 781a0cc

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

.well-known/agent-card.json

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

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This file describes the agents available in this A2A (Agent-to-Agent) system.
55
## Agent Overview
66

77
### browser-agent
8-
**Version**: 0.4.6
8+
**Version**: 0.4.7
99
**Description**: AI agent for browser automation and web testing using Playwright
1010

1111
This agent is built using the Agent Definition Language (ADL) and provides A2A communication capabilities.
@@ -222,7 +222,7 @@ task test:coverage
222222

223223
## Agent Metadata
224224

225-
This agent was generated using ADL CLI v0.4.6 with the following configuration:
225+
This agent was generated using ADL CLI v0.4.7 with the following configuration:
226226

227227
- **Language**: Go
228228
- **Template**: Minimal A2A Agent

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.7](https://github.com/inference-gateway/browser-agent/compare/v0.4.6...v0.4.7) (2025-11-25)
6+
7+
### 🐛 Bug Fixes
8+
9+
* Improve Playwright installation order in Dockerfile ([#47](https://github.com/inference-gateway/browser-agent/issues/47)) ([088ac1e](https://github.com/inference-gateway/browser-agent/commit/088ac1e0a867ab4a32526477116653470c81b81e))
10+
511
## [0.4.6](https://github.com/inference-gateway/browser-agent/compare/v0.4.5...v0.4.6) (2025-11-25)
612

713
### 🐛 Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ docker build \
189189
```
190190

191191
**Available Build Arguments:**
192-
- `VERSION` - Agent version (default: `0.4.6`)
192+
- `VERSION` - Agent version (default: `0.4.7`)
193193
- `AGENT_NAME` - Agent name (default: `browser-agent`)
194194
- `AGENT_DESCRIPTION` - Agent description (default: `AI agent for browser automation and web testing using Playwright`)
195195

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
@@ -3,7 +3,7 @@ kind: Agent
33
metadata:
44
name: browser-agent
55
description: AI agent for browser automation and web testing using Playwright
6-
version: 0.4.6
6+
version: 0.4.7
77
spec:
88
capabilities:
99
streaming: true

main.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)