Skip to content

Commit 787df51

Browse files
committed
release v0.2.1 at 2026-05-28 21:24:47 UTC
1 parent c8a2341 commit 787df51

11 files changed

Lines changed: 32 additions & 19 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-agents-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Scaffold, develop, evaluate, and deploy AI agents with Google ADK. Bundles 7 skills for the agent development lifecycle.",
55
"author": { "name": "Google LLC" },
66
"homepage": "https://github.com/google/agents-cli",

RELEASE_NOTES.md

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

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

5+
## [0.2.1] - 2026-05-28
6+
- Add --dryrun as an alias for --dry-run
7+
- Smarter skills installation
8+
- https://github.com/google/agents-cli/issues/23
9+
- Cache credentials for better performance
10+
- Fix is_authenticated to work without gcloud
11+
- https://github.com/google/agents-cli/issues/16
12+
- Fix agent runtime deploy error to be clearer
13+
- Remove 'beta' from gcloud commands that no longer need them
14+
- Fix broken doc links
15+
- Auto gen lockfile if it is missing before trying to export it in deploy
16+
- https://github.com/google/agents-cli/issues/17
17+
518
## [0.2.0] - 2026-05-15
619
- Moved agent-cli project config into a language-independent agents-cli-manifest.yaml file
720
- Old config embedded in pyproject.toml can be automatically migrated with `agents-cli scaffold upgrade`

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "google-agents-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Scaffold, develop, evaluate, and deploy AI agents with Google ADK. Bundles 7 skills for the agent development lifecycle."
55
}

skills/google-agents-cli-adk-code/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: >
1212
metadata:
1313
author: Google
1414
license: Apache-2.0
15-
version: 0.2.0
15+
version: 0.2.1
1616
requires:
1717
bins:
1818
- agents-cli

skills/google-agents-cli-adk-code/references/adk-2.0.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ uv add --prerelease=allow google-adk
4343
```
4444

4545
**Official docs:** [Workflows overview](https://adk.dev/workflows/index.md) ·
46-
[Graph routes](https://adk.dev/workflows/graph-routes/index.md) ·
46+
[Graph routes](https://adk.dev/graphs/routes/index.md) ·
4747
[Collaboration](https://adk.dev/workflows/collaboration/index.md) ·
48-
[Data handling](https://adk.dev/workflows/data-handling/index.md) ·
49-
[Dynamic workflows](https://adk.dev/workflows/dynamic/index.md) ·
50-
[Human-in-the-loop](https://adk.dev/workflows/human-input/index.md)
48+
[Data handling](https://adk.dev/graphs/data-handling/index.md) ·
49+
[Dynamic workflows](https://adk.dev/graphs/dynamic/index.md) ·
50+
[Human-in-the-loop](https://adk.dev/graphs/human-input/index.md)
5151

5252
## 1. Core Concepts
5353

@@ -610,9 +610,9 @@ my_workflow/
610610
## Further Reading
611611

612612
- [Workflows overview](https://adk.dev/workflows/index.md)
613-
- [Graph routes & conditional edges](https://adk.dev/workflows/graph-routes/index.md)
613+
- [Graph routes & conditional edges](https://adk.dev/graphs/routes/index.md)
614614
- [Agent collaboration & task mode](https://adk.dev/workflows/collaboration/index.md)
615-
- [Data handling & state](https://adk.dev/workflows/data-handling/index.md)
616-
- [Dynamic workflows](https://adk.dev/workflows/dynamic/index.md)
617-
- [Human-in-the-loop](https://adk.dev/workflows/human-input/index.md)
615+
- [Data handling & state](https://adk.dev/graphs/data-handling/index.md)
616+
- [Dynamic workflows](https://adk.dev/graphs/dynamic/index.md)
617+
- [Human-in-the-loop](https://adk.dev/graphs/human-input/index.md)
618618
- [App class (workflow container)](https://adk.dev/apps/index.md)

skills/google-agents-cli-deploy/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: >
1212
metadata:
1313
author: Google
1414
license: Apache-2.0
15-
version: 0.2.0
15+
version: 0.2.1
1616
requires:
1717
bins:
1818
- agents-cli

skills/google-agents-cli-eval/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: >
1313
metadata:
1414
author: Google
1515
license: Apache-2.0
16-
version: 0.2.0
16+
version: 0.2.1
1717
requires:
1818
bins:
1919
- agents-cli

skills/google-agents-cli-observability/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: >
1313
metadata:
1414
author: Google
1515
license: Apache-2.0
16-
version: 0.2.0
16+
version: 0.2.1
1717
requires:
1818
bins:
1919
- agents-cli

skills/google-agents-cli-publish/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: >
1212
metadata:
1313
author: Google
1414
license: Apache-2.0
15-
version: 0.2.0
15+
version: 0.2.1
1616
requires:
1717
bins:
1818
- agents-cli

skills/google-agents-cli-scaffold/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: >
1212
metadata:
1313
author: Google
1414
license: Apache-2.0
15-
version: 0.2.0
15+
version: 0.2.1
1616
requires:
1717
bins:
1818
- agents-cli

0 commit comments

Comments
 (0)