Skip to content

Commit 3d6d192

Browse files
chore(release): 🔖 0.1.2 [skip ci]
## [0.1.2](v0.1.1...v0.1.2) (2025-09-22) ### 🐛 Bug Fixes * **container:** Use Dockerfile.playwright for releases ([#27](#27)) ([cbfca28](cbfca28)), closes [#26](#26) ### 🔧 Miscellaneous * Update ADL CLI version to 0.21.4 in generated files ([d4ea0a3](d4ea0a3))
1 parent d4ea0a3 commit 3d6d192

File tree

7 files changed

+17
-7
lines changed

7 files changed

+17
-7
lines changed

.well-known/agent.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
### playwright-agent
8-
**Version**: 0.1.0
8+
**Version**: 0.1.2
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.
@@ -315,7 +315,7 @@ task test:coverage
315315

316316
## Agent Metadata
317317

318-
This agent was generated using ADL CLI v0.1.0 with the following configuration:
318+
This agent was generated using ADL CLI v0.1.2 with the following configuration:
319319

320320
- **Language**: Go
321321
- **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.1.2](https://github.com/inference-gateway/playwright-agent/compare/v0.1.1...v0.1.2) (2025-09-22)
6+
7+
### 🐛 Bug Fixes
8+
9+
* **container:** Use Dockerfile.playwright for releases ([#27](https://github.com/inference-gateway/playwright-agent/issues/27)) ([cbfca28](https://github.com/inference-gateway/playwright-agent/commit/cbfca28cb5dec69c4357938a2428f0fa926216b9)), closes [#26](https://github.com/inference-gateway/playwright-agent/issues/26)
10+
11+
### 🔧 Miscellaneous
12+
13+
* Update ADL CLI version to 0.21.4 in generated files ([d4ea0a3](https://github.com/inference-gateway/playwright-agent/commit/d4ea0a3b18f2a31f2c1f422defd3e334b956d365))
14+
515
## [0.1.1](https://github.com/inference-gateway/playwright-agent/compare/v0.1.0...v0.1.1) (2025-09-21)
616

717
### ♻️ Improvements

README.md

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

160160
**Available Build Arguments:**
161-
- `VERSION` - Agent version (default: `0.1.0`)
161+
- `VERSION` - Agent version (default: `0.1.2`)
162162
- `AGENT_NAME` - Agent name (default: `playwright-agent`)
163163
- `AGENT_DESCRIPTION` - Agent description (default: `AI agent for browser automation and web testing using Playwright`)
164164

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: playwright-agent
55
description: AI agent for browser automation and web testing using Playwright
6-
version: 0.1.0
6+
version: 0.1.2
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)