Skip to content

Commit 22fb5c3

Browse files
chore(release): 🔖 0.4.3 [skip ci]
## [0.4.3](v0.4.2...v0.4.3) (2025-10-20) ### ♻️ Improvements * **tests:** Remove redundant comments in session isolation tests ([1c54151](1c54151)) ### 🔧 Miscellaneous * **deps:** Update ADL CLI version to 0.23.11 in generated files ([c7dbb1c](c7dbb1c))
1 parent c7dbb1c commit 22fb5c3

File tree

7 files changed

+17
-7
lines changed

7 files changed

+17
-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.2
8+
**Version**: 0.4.3
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.
@@ -321,7 +321,7 @@ task test:coverage
321321

322322
## Agent Metadata
323323

324-
This agent was generated using ADL CLI v0.4.2 with the following configuration:
324+
This agent was generated using ADL CLI v0.4.3 with the following configuration:
325325

326326
- **Language**: Go
327327
- **Template**: Minimal A2A Agent

CHANGELOG.md

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

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

5+
## [0.4.3](https://github.com/inference-gateway/browser-agent/compare/v0.4.2...v0.4.3) (2025-10-20)
6+
7+
### ♻️ Improvements
8+
9+
* **tests:** Remove redundant comments in session isolation tests ([1c54151](https://github.com/inference-gateway/browser-agent/commit/1c54151b4e279e08d3018d2e14180ad6cafeec2a))
10+
11+
### 🔧 Miscellaneous
12+
13+
* **deps:** Update ADL CLI version to 0.23.11 in generated files ([c7dbb1c](https://github.com/inference-gateway/browser-agent/commit/c7dbb1cc85f56ec4b41f403f191f5821112f9b02))
14+
515
## [0.4.2](https://github.com/inference-gateway/browser-agent/compare/v0.4.1...v0.4.2) (2025-10-19)
616

717
### ♻️ Improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ docker build \
179179
```
180180

181181
**Available Build Arguments:**
182-
- `VERSION` - Agent version (default: `0.4.2`)
182+
- `VERSION` - Agent version (default: `0.4.3`)
183183
- `AGENT_NAME` - Agent name (default: `browser-agent`)
184184
- `AGENT_DESCRIPTION` - Agent description (default: `AI agent for browser automation and web testing using Playwright`)
185185

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.2
6+
version: 0.4.3
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)