From 528f3f708a7ebb481c52f1e193ae41bbd664b552 Mon Sep 17 00:00:00 2001 From: miles-augment Date: Thu, 30 Jul 2026 00:50:58 +0000 Subject: [PATCH] Restore Zed ACP model selection --- extension.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extension.toml b/extension.toml index 512a7b1..6c99812 100644 --- a/extension.toml +++ b/extension.toml @@ -1,6 +1,6 @@ id = "auggie" name = "Auggie CLI" -version = "0.16.0" +version = "0.33.0" schema_version = 1 authors = ["Augment Code "] description = "Augment Code's powerful software agent, backed by industry-leading context engine" @@ -11,31 +11,31 @@ name = "Auggie CLI" icon = "auggie.svg" [agent_servers.auggie.targets.darwin-aarch64] -archive = "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.16.0.tgz" +archive = "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.33.0.tgz" cmd = "node" args = ["./package/augment.mjs", "--acp"] env = { AUGMENT_DISABLE_AUTO_UPDATE = "1" } [agent_servers.auggie.targets.darwin-x86_64] -archive = "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.16.0.tgz" +archive = "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.33.0.tgz" cmd = "node" args = ["./package/augment.mjs", "--acp"] env = { AUGMENT_DISABLE_AUTO_UPDATE = "1" } [agent_servers.auggie.targets.linux-aarch64] -archive = "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.16.0.tgz" +archive = "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.33.0.tgz" cmd = "node" args = ["./package/augment.mjs", "--acp"] env = { AUGMENT_DISABLE_AUTO_UPDATE = "1" } [agent_servers.auggie.targets.linux-x86_64] -archive = "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.16.0.tgz" +archive = "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.33.0.tgz" cmd = "node" args = ["./package/augment.mjs", "--acp"] env = { AUGMENT_DISABLE_AUTO_UPDATE = "1" } [agent_servers.auggie.targets.windows-x86_64] -archive = "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.16.0.tgz" +archive = "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.33.0.tgz" cmd = "node" args = ["./package/augment.mjs", "--acp"] env = { AUGMENT_DISABLE_AUTO_UPDATE = "1" }