Skip to content

Commit 47fe074

Browse files
committed
chore(release): πŸ”– 0.2.0 [skip ci]
## [0.2.0](inference-gateway/browser-agent@v0.1.3...v0.2.0) (2025-09-26) ### ✨ Features * **skills:** Add write_to_csv skill for data export workflows ([#25](inference-gateway/browser-agent#25)) ([5b7509f](inference-gateway/browser-agent@5b7509f)), closes [#24](inference-gateway/browser-agent#24) ### ♻️ Improvements * Update agent metadata to use agent-card.json and increment ADL CLI version to 0.21.6 ([#33](inference-gateway/browser-agent#33)) ([7d91dde](inference-gateway/browser-agent@7d91dde))
1 parent 74b8077 commit 47fe074

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.1.3
8+
**Version**: 0.2.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.
@@ -329,7 +329,7 @@ task test:coverage
329329

330330
## Agent Metadata
331331

332-
This agent was generated using ADL CLI v0.1.3 with the following configuration:
332+
This agent was generated using ADL CLI v0.2.0 with the following configuration:
333333

334334
- **Language**: Go
335335
- **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.2.0](https://github.com/inference-gateway/browser-agent/compare/v0.1.3...v0.2.0) (2025-09-26)
6+
7+
### ✨ Features
8+
9+
* **skills:** Add write_to_csv skill for data export workflows ([#25](https://github.com/inference-gateway/browser-agent/issues/25)) ([5b7509f](https://github.com/inference-gateway/browser-agent/commit/5b7509f3bf96d3f5e6f17c54497e35f4c88aebec)), closes [#24](https://github.com/inference-gateway/browser-agent/issues/24)
10+
11+
### ♻️ Improvements
12+
13+
* Update agent metadata to use agent-card.json and increment ADL CLI version to 0.21.6 ([#33](https://github.com/inference-gateway/browser-agent/issues/33)) ([7d91dde](https://github.com/inference-gateway/browser-agent/commit/7d91dde1d272a11c48db71d77d430489926f45af))
14+
515
## [0.1.3](https://github.com/inference-gateway/browser-agent/compare/v0.1.2...v0.1.3) (2025-09-22)
616

717
### ♻️ Improvements

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ docker build \
159159
```
160160

161161
**Available Build Arguments:**
162-
- `VERSION` - Agent version (default: `0.1.3`)
162+
- `VERSION` - Agent version (default: `0.2.0`)
163163
- `AGENT_NAME` - Agent name (default: `browser-agent`)
164164
- `AGENT_DESCRIPTION` - Agent description (default: `AI agent for browser automation and web testing using Playwright`)
165165

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