Skip to content

Commit c7a375f

Browse files
committed
release v1.2.1 at 2026-07-23 19:47:14 UTC
1 parent 2cc04c4 commit c7a375f

30 files changed

Lines changed: 1994 additions & 1404 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": "1.2.0",
3+
"version": "1.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## [1.2.1] - 2026-07-23
6+
7+
- Fix an import problem on `uv sync` caused by a yanked `opentelemetry-resourcedetector-gcp` version
8+
- Add optional HTTP-based path for `eval generate` using `--url` (in-progress feature, stay tuned)
9+
510
## [1.2.0] - 2026-07-21
611

712
- **Cloud telemetry moved to ADK's `otel_to_cloud`, across the CLI and deploys.** `playground` and `run` gain an `--otel-to-cloud` flag that forwards ADK's current `--otel_to_cloud`; the old `--trace-to-cloud` stays as a hidden, still-functional alias that warns when used. On the deployment side, Agent Runtime now exports through `otel_to_cloud` (gated on `GOOGLE_CLOUD_AGENT_ENGINE_ENABLE_TELEMETRY`) and generated projects configure Cloud telemetry declaratively in Terraform instead of at runtime. Bundled `google-adk` moves to `>=2.2.0` with the `otel-gcp` extra, and the observability skill was updated to match.

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": "1.2.0",
3+
"version": "1.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: 1.2.0
15+
version: 1.2.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: 1.2.0
15+
version: 1.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
@@ -11,7 +11,7 @@ description: >
1111
metadata:
1212
author: Google
1313
license: Apache-2.0
14-
version: 1.2.0
14+
version: 1.2.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: 1.2.0
16+
version: 1.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
@@ -15,7 +15,7 @@ description: >
1515
metadata:
1616
author: Google
1717
license: Apache-2.0
18-
version: 1.2.0
18+
version: 1.2.1
1919
requires:
2020
bins:
2121
- 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: 1.2.0
15+
version: 1.2.1
1616
requires:
1717
bins:
1818
- agents-cli

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

Lines changed: 3 additions & 3 deletions
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: 1.2.0
15+
version: 1.2.1
1616
requires:
1717
bins:
1818
- agents-cli
@@ -26,8 +26,8 @@ metadata:
2626
> **Before writing agent code, make sure a scaffolded project exists (see Phase 2).** Skipping scaffolding loses eval boilerplate, CI/CD config, and project conventions.
2727
2828

29-
> Requires: google-agents-cli ~= 1.2.0
30-
> If version is behind, run: uv tool install "google-agents-cli~=1.2.0"
29+
> Requires: google-agents-cli ~= 1.2.1
30+
> If version is behind, run: uv tool install "google-agents-cli~=1.2.1"
3131
3232
> Check version: agents-cli info
3333
> [Install uv](https://docs.astral.sh/uv/getting-started/installation/index.md) first if needed.

0 commit comments

Comments
 (0)