Skip to content

Commit 7e1f009

Browse files
committed
release v0.5.1 at 2026-06-22 20:15:55 UTC
1 parent 5517a8c commit 7e1f009

15 files changed

Lines changed: 121 additions & 35 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.5.0",
3+
"version": "0.5.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",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ We value your input — it helps us improve `agents-cli` for the community.
164164

165165
## Contributing
166166

167-
The best way to contribute is through feedback: bug reports, feature requests, and ideas shared via [issues](https://github.com/google/agents-cli/issues) to directly shape our roadmap. The CLI is distributed as a pre-built wheel rather than as source in the repository, which lets us iterate quickly while keeping the public interface stable. The code is not obfuscated — you can inspect any release by extracting the `.whl` file (a standard zip archive).
167+
The best way to contribute is through feedback: bug reports, feature requests, and ideas shared via [issues](https://github.com/google/agents-cli/issues) to directly shape our roadmap.
168168

169169
See the [contributing guide](CONTRIBUTING.md) for details.
170170

RELEASE_NOTES.md

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

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

5+
## [0.5.1] - 2026-06-18
6+
- Fixed run and playground commands on Windows
7+
- https://github.com/google/agents-cli/issues/34
8+
- https://github.com/google/agents-cli/issues/35
9+
- Thanks to @Abdullah-k0de for discovering and reporting these!
10+
- Fixed stale GCS bucket in failure-investigation guide
11+
- Added Agent Registry fleet management to publish skill
12+
513
## [0.5.0] - 2026-06-15
614
- `deploy` now surfaces machine-shape parameters as flags for Agent Runtime and Cloud Run.
715
- `deploy` adds a `--service-name` override.

docs/src/reference/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ We value your input — it helps us improve `agents-cli` for the community.
99

1010
## Contributing
1111

12-
The best way to contribute is through feedback: bug reports, feature requests, and ideas shared via [issues](https://github.com/google/agents-cli/issues) to directly shape our roadmap. The CLI is distributed as a pre-built wheel rather than as source in the repository, which lets us iterate quickly while keeping the public interface stable. The code is not obfuscated — you can inspect any release by extracting the `.whl` file (a standard zip archive).
12+
The best way to contribute is through feedback: bug reports, feature requests, and ideas shared via [issues](https://github.com/google/agents-cli/issues) to directly shape our roadmap.

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.5.0",
3+
"version": "0.5.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.5.0
15+
version: 0.5.1
1616
requires:
1717
bins:
1818
- agents-cli

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.5.0
15+
version: 0.5.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
@@ -11,7 +11,7 @@ description: >
1111
metadata:
1212
author: Google
1313
license: Apache-2.0
14-
version: 0.5.0
14+
version: 0.5.1
1515
requires:
1616
bins:
1717
- 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.5.0
16+
version: 0.5.1
1717
requires:
1818
bins:
1919
- agents-cli

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

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ description: >
55
"publish my ADK agent", "register an agent with Gemini Enterprise",
66
"publish to Gemini Enterprise", or needs guidance on the agents-cli
77
publish gemini-enterprise command.
8+
Also use when the user wants to "manage agents in Agent Registry" or
9+
"list/update/delete registered agents".
810
Covers ADK vs A2A registration modes, programmatic and interactive usage,
9-
flag reference, auto-detection from deployment metadata, and troubleshooting.
11+
flag reference, auto-detection from deployment metadata, Agent Registry
12+
fleet management, and troubleshooting.
1013
Part of the Google ADK (Agent Development Kit) skills suite.
1114
Do NOT use for deployment (use google-agents-cli-deploy).
1215
metadata:
1316
author: Google
1417
license: Apache-2.0
15-
version: 0.5.0
18+
version: 0.5.1
1619
requires:
1720
bins:
1821
- agents-cli
@@ -154,6 +157,35 @@ Agent Runtime deployments may encounter "Session not found" errors with `google-
154157

155158
---
156159

160+
## Managing Agents in Agent Registry
161+
162+
Agent Registry (Preview) is the Google Cloud fleet-wide record of your agents.
163+
Agents deployed to a managed runtime (Agent Runtime on Gemini Enterprise
164+
Agent Platform) are **auto-registered** — no extra step after `agents-cli deploy`.
165+
Manage them with `gcloud` (requires `roles/agentregistry.editor`):
166+
167+
```bash
168+
# List / filter
169+
gcloud alpha agent-registry agents list --project PROJECT --location LOCATION
170+
gcloud alpha agent-registry agents list --filter="displayName:my-agent"
171+
172+
# Inspect
173+
gcloud alpha agent-registry agents describe AGENT_NAME
174+
175+
# Update endpoint/metadata — edit the Service resource, not the Agent
176+
gcloud alpha agent-registry services update AGENT_NAME \
177+
--display-name "..." --description "..." \
178+
--interfaces "url=ENDPOINT_URL,protocol=HTTP_JSON"
179+
180+
# Remove: delete the underlying runtime agent (auto-registered) OR, for
181+
# manually registered agents, delete the Service resource
182+
gcloud alpha agent-registry services delete AGENT_NAME
183+
```
184+
185+
Docs: https://docs.cloud.google.com/agent-registry/manage-agents
186+
187+
---
188+
157189
## Troubleshooting
158190

159191
| Issue | Solution |

0 commit comments

Comments
 (0)