|
1 | 1 | { |
2 | 2 | "id": "auggie", |
3 | 3 | "name": "Auggie CLI", |
4 | | - "version": "0.9.1", |
| 4 | + "version": "0.12.0", |
5 | 5 | "description": "Augment Code's powerful software agent, backed by industry-leading context engine", |
6 | 6 | "repository": "https://github.com/augmentcode/auggie-zed-extension", |
7 | 7 | "authors": ["Augment Code <support@augmentcode.com>"], |
|
10 | 10 | "distribution": { |
11 | 11 | "binary": { |
12 | 12 | "darwin-aarch64": { |
13 | | - "archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.9.1.tgz", |
| 13 | + "archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz", |
14 | 14 | "cmd": "node", |
15 | 15 | "args": ["./package/augment.mjs", "--acp"], |
16 | 16 | "env": { |
17 | 17 | "AUGMENT_DISABLE_AUTO_UPDATE": "1" |
18 | 18 | } |
19 | 19 | }, |
20 | 20 | "darwin-x86_64": { |
21 | | - "archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.9.1.tgz", |
| 21 | + "archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz", |
22 | 22 | "cmd": "node", |
23 | 23 | "args": ["./package/augment.mjs", "--acp"], |
24 | 24 | "env": { |
25 | 25 | "AUGMENT_DISABLE_AUTO_UPDATE": "1" |
26 | 26 | } |
27 | 27 | }, |
28 | 28 | "linux-aarch64": { |
29 | | - "archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.9.1.tgz", |
| 29 | + "archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz", |
30 | 30 | "cmd": "node", |
31 | 31 | "args": ["./package/augment.mjs", "--acp"], |
32 | 32 | "env": { |
33 | 33 | "AUGMENT_DISABLE_AUTO_UPDATE": "1" |
34 | 34 | } |
35 | 35 | }, |
36 | 36 | "linux-x86_64": { |
37 | | - "archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.9.1.tgz", |
| 37 | + "archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz", |
38 | 38 | "cmd": "node", |
39 | 39 | "args": ["./package/augment.mjs", "--acp"], |
40 | 40 | "env": { |
41 | 41 | "AUGMENT_DISABLE_AUTO_UPDATE": "1" |
42 | 42 | } |
43 | 43 | }, |
44 | 44 | "windows-x86_64": { |
45 | | - "archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.9.1.tgz", |
| 45 | + "archive": "https://registry.npmjs.org/@augmentcode/auggie/-/auggie-0.12.0.tgz", |
46 | 46 | "cmd": "node", |
47 | 47 | "args": ["./package/augment.mjs", "--acp"], |
48 | 48 | "env": { |
|
51 | 51 | } |
52 | 52 | }, |
53 | 53 | "npx": { |
54 | | - "package": "@augmentcode/auggie@0.9.1", |
| 54 | + "package": "@augmentcode/auggie@0.12.0", |
55 | 55 | "args": ["--acp"], |
56 | 56 | "env": { |
57 | 57 | "AUGMENT_DISABLE_AUTO_UPDATE": "1" |
|
0 commit comments