Skip to content

Commit de38691

Browse files
chore(release): 🔖 0.2.17 [skip ci]
## [0.2.17](v0.2.16...v0.2.17) (2025-09-18) ### ♻️ Improvements * Improve Docker build command with caching options ([2960dcd](2960dcd))
1 parent 2960dcd commit de38691

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
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
### documentation-agent
8-
**Version**: 0.2.16
8+
**Version**: 0.2.17
99
**Description**: Intelligent documentation retrieval agent that resolves library names and fetches targeted documentation from Context7-compatible sources
1010

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

204204
## Agent Metadata
205205

206-
This agent was generated using ADL CLI v0.2.16 with the following configuration:
206+
This agent was generated using ADL CLI v0.2.17 with the following configuration:
207207

208208
- **Language**: Go
209209
- **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.2.17](https://github.com/inference-gateway/documentation-agent/compare/v0.2.16...v0.2.17) (2025-09-18)
6+
7+
### ♻️ Improvements
8+
9+
* Improve Docker build command with caching options ([2960dcd](https://github.com/inference-gateway/documentation-agent/commit/2960dcd87a49d82fa3834d3f77a2760520a4e7ae))
10+
511
## [0.2.16](https://github.com/inference-gateway/documentation-agent/compare/v0.2.15...v0.2.16) (2025-09-18)
612

713
### 🐛 Bug Fixes

Dockerfile

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ docker build \
135135
```
136136

137137
**Available Build Arguments:**
138-
- `VERSION` - Agent version (default: `0.2.16`)
138+
- `VERSION` - Agent version (default: `0.2.17`)
139139
- `AGENT_NAME` - Agent name (default: `documentation-agent`)
140140
- `AGENT_DESCRIPTION` - Agent description (default: `Intelligent documentation retrieval agent that resolves library names and fetches targeted documentation from Context7-compatible sources`)
141141

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: documentation-agent
55
description: "Intelligent documentation retrieval agent that resolves library names and fetches targeted documentation from Context7-compatible sources"
6-
version: "0.2.16"
6+
version: "0.2.17"
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)