Skip to content

Commit dc024d6

Browse files
chore(release): v6.8.0
1 parent 317c626 commit dc024d6

7 files changed

Lines changed: 47 additions & 6 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v6.8.0 (2026-03-12)
6+
7+
### Bug Fixes
8+
9+
- **docs**: Clarify README quickstart flow
10+
([#119](https://github.com/agentcontrol/agent-control/pull/119),
11+
[`317c626`](https://github.com/agentcontrol/agent-control/commit/317c6267812f4887bad8ca8742365c235809f60d))
12+
13+
- **docs**: Promote Google ADK plugin in README
14+
([#99](https://github.com/agentcontrol/agent-control/pull/99),
15+
[`f038aa4`](https://github.com/agentcontrol/agent-control/commit/f038aa4cc048e331f59fa4bcc6df0c266f14953e))
16+
17+
- **evaluators**: Address Cisco AI Defense review issues
18+
([#103](https://github.com/agentcontrol/agent-control/pull/103),
19+
[`81da81b`](https://github.com/agentcontrol/agent-control/commit/81da81bdab5b1a8d3ca4904b8cd9e4ed4843a5ba))
20+
21+
- **examples**: Shut down SDK in short-lived demos
22+
([#85](https://github.com/agentcontrol/agent-control/pull/85),
23+
[`df43264`](https://github.com/agentcontrol/agent-control/commit/df432644ac14d27d10442779532ed98a0263ea88))
24+
25+
- **server**: Revert unwanted changes in server config
26+
([#117](https://github.com/agentcontrol/agent-control/pull/117),
27+
[`d92e168`](https://github.com/agentcontrol/agent-control/commit/d92e168fe1c771f7f9824dc29d8d4b1a71501d8e))
28+
29+
- **ui**: Create flow - name trimming issue
30+
([#93](https://github.com/agentcontrol/agent-control/pull/93),
31+
[`1a9759d`](https://github.com/agentcontrol/agent-control/commit/1a9759d0b187cf5ac3e846a61cb5b82ec9d5e2e0))
32+
33+
### Features
34+
35+
- **docs**: Simplify main README quick start v2
36+
([#100](https://github.com/agentcontrol/agent-control/pull/100),
37+
[`7701c65`](https://github.com/agentcontrol/agent-control/commit/7701c65a49ad2a927b965122224e286784feb554))
38+
39+
### Refactoring
40+
41+
- **ui**: Add shared confirm modal utils
42+
([#109](https://github.com/agentcontrol/agent-control/pull/109),
43+
[`a7b3802`](https://github.com/agentcontrol/agent-control/commit/a7b380235a37dbd9a52241b081b4f2222fd02c56))
44+
45+
546
## v6.7.2 (2026-03-12)
647

748
### Bug Fixes

evaluators/builtin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluators"
3-
version = "6.7.2"
3+
version = "6.8.0"
44
description = "Builtin evaluators for agent-control"
55
readme = "README.md"
66
requires-python = ">=3.12"

evaluators/contrib/galileo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluator-galileo"
3-
version = "6.7.2"
3+
version = "6.8.0"
44
description = "Galileo Luna2 evaluator for agent-control"
55
readme = "README.md"
66
requires-python = ">=3.12"

models/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-models"
3-
version = "6.7.2"
3+
version = "6.8.0"
44
description = "Shared data models for Agent Control server and SDK"
55
requires-python = ">=3.12"
66
dependencies = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[project]
1111
name = "agent-control"
12-
version = "6.7.2"
12+
version = "6.8.0"
1313
description = "Agent Control - protect your AI agents with controls"
1414
requires-python = ">=3.12"
1515

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-sdk"
3-
version = "6.7.2"
3+
version = "6.8.0"
44
description = "Python SDK for Agent Control - protect your AI agents with controls"
55
requires-python = ">=3.12"
66
# Note: agent-control-models and agent-control-engine are bundled at build time

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-server"
3-
version = "6.7.2"
3+
version = "6.8.0"
44
description = "Server for Agent Control - manage and evaluate controls for AI agents"
55
requires-python = ">=3.12"
66
# Note: agent-control-models and agent-control-engine are bundled at build time

0 commit comments

Comments
 (0)