Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id = "auggie"
name = "Auggie CLI"
version = "0.16.0"
version = "0.33.0"
schema_version = 1
authors = ["Augment Code <support@augmentcode.com>"]
description = "Augment Code's powerful software agent, backed by industry-leading context engine"
Expand All @@ -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" }