Skip to content

Commit a033531

Browse files
chore(release): πŸ”– 0.4.0 [skip ci]
## [0.4.0](v0.3.4...v0.4.0) (2025-10-18) ### ✨ Features * Add headless configuration ([#37](#37)) ([c08b4fb](c08b4fb))
1 parent c08b4fb commit a033531

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.3.4
8+
**Version**: 0.4.0
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.3.4 with the following configuration:
324+
This agent was generated using ADL CLI v0.4.0 with the following configuration:
325325

326326
- **Language**: Go
327327
- **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.0](https://github.com/inference-gateway/browser-agent/compare/v0.3.4...v0.4.0) (2025-10-18)
6+
7+
### ✨ Features
8+
9+
* Add headless configuration ([#37](https://github.com/inference-gateway/browser-agent/issues/37)) ([c08b4fb](https://github.com/inference-gateway/browser-agent/commit/c08b4fb4d2a7a42c22000037811f3e0dcf6b1509))
10+
511
## [0.3.4](https://github.com/inference-gateway/browser-agent/compare/v0.3.3...v0.3.4) (2025-10-17)
612

713
### πŸ”§ Miscellaneous

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ docker build \
173173
```
174174

175175
**Available Build Arguments:**
176-
- `VERSION` - Agent version (default: `0.3.4`)
176+
- `VERSION` - Agent version (default: `0.4.0`)
177177
- `AGENT_NAME` - Agent name (default: `browser-agent`)
178178
- `AGENT_DESCRIPTION` - Agent description (default: `AI agent for browser automation and web testing using Playwright`)
179179

β€Ž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.3.4
6+
version: 0.4.0
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)