Skip to content

Commit 5152f1d

Browse files
committed
chore: bump version 2.9.3 -> 2.9.4
1 parent 7dc0a2a commit 5152f1d

3 files changed

Lines changed: 54 additions & 54 deletions

File tree

distribution/zed/extension.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ name = "AgentPool"
1111
icon = "./icons/agentpool.svg"
1212

1313
[agent_servers.agentpool.targets.darwin-aarch64]
14-
archive = "https://github.com/phil65/agentpool/releases/download/v2.9.3/agentpool-darwin-aarch64-1.15.12.zip"
14+
archive = "https://github.com/phil65/agentpool/releases/download/v2.9.4/agentpool-darwin-aarch64-1.15.12.zip"
1515
cmd = "./agentpool"
1616
args = ["serve-acp"]
1717

1818
[agent_servers.agentpool.targets.darwin-x86_64]
19-
archive = "https://github.com/phil65/agentpool/releases/download/v2.9.3/agentpool-darwin-x86_64-1.15.12.zip"
19+
archive = "https://github.com/phil65/agentpool/releases/download/v2.9.4/agentpool-darwin-x86_64-1.15.12.zip"
2020
cmd = "./agentpool"
2121
args = ["serve-acp"]
2222

2323
# [agent_servers.agentpool.targets.linux-aarch64]
24-
# archive = "https://github.com/phil65/agentpool/releases/download/v2.9.3/agentpool-linux-aarch64-1.15.12.zip"
24+
# archive = "https://github.com/phil65/agentpool/releases/download/v2.9.4/agentpool-linux-aarch64-1.15.12.zip"
2525
# cmd = "./agentpool"
2626
# args = ["serve-acp"]
2727

2828
[agent_servers.agentpool.targets.linux-x86_64]
29-
archive = "https://github.com/phil65/agentpool/releases/download/v2.9.3/agentpool-linux-x86_64-1.15.12.zip"
29+
archive = "https://github.com/phil65/agentpool/releases/download/v2.9.4/agentpool-linux-x86_64-1.15.12.zip"
3030
cmd = "./agentpool"
3131
args = ["serve-acp"]
3232

3333
# [agent_servers.agentpool.targets.windows-aarch64]
34-
# archive = "https://github.com/phil65/agentpool/releases/download/v2.9.3/agentpool-windows-aarch64-1.15.12.zip"
34+
# archive = "https://github.com/phil65/agentpool/releases/download/v2.9.4/agentpool-windows-aarch64-1.15.12.zip"
3535
# cmd = "./agentpool.exe"
3636
# args = ["serve-acp"]
3737

3838
[agent_servers.agentpool.targets.windows-x86_64]
39-
archive = "https://github.com/phil65/agentpool/releases/download/v2.9.3/agentpool-windows-x86_64-1.15.12.zip"
39+
archive = "https://github.com/phil65/agentpool/releases/download/v2.9.4/agentpool-windows-x86_64-1.15.12.zip"
4040
cmd = "./agentpool.exe"
4141
args = ["serve-acp"]

pyproject.toml

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

33
[project]
44
name = "agentpool"
5-
version = "2.9.3"
5+
version = "2.9.4"
66
description = "Pydantic-AI based Multi-Agent Framework with YAML-based Agents, Teams, Workflows & Extended ACP / AGUI integration"
77
readme = "README.md"
88
requires-python = ">=3.13"

uv.lock

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)