Skip to content

Commit a86c1f8

Browse files
committed
chore: bump version 2.1.7 -> 2.1.8
1 parent 4907102 commit a86c1f8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

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.1.7/agentpool-darwin-aarch64-1.15.12.zip"
14+
archive = "https://github.com/phil65/agentpool/releases/download/v2.1.8/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.1.7/agentpool-darwin-x86_64-1.15.12.zip"
19+
archive = "https://github.com/phil65/agentpool/releases/download/v2.1.8/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.1.7/agentpool-linux-aarch64-1.15.12.zip"
24+
# archive = "https://github.com/phil65/agentpool/releases/download/v2.1.8/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.1.7/agentpool-linux-x86_64-1.15.12.zip"
29+
archive = "https://github.com/phil65/agentpool/releases/download/v2.1.8/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.1.7/agentpool-windows-aarch64-1.15.12.zip"
34+
# archive = "https://github.com/phil65/agentpool/releases/download/v2.1.8/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.1.7/agentpool-windows-x86_64-1.15.12.zip"
39+
archive = "https://github.com/phil65/agentpool/releases/download/v2.1.8/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.1.7"
5+
version = "2.1.8"
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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)