|
39 | 39 | } |
40 | 40 | }, |
41 | 41 | "verified": true, |
42 | | - "lastVerifiedAt": "2026-07-30", |
| 42 | + "lastVerifiedAt": "2026-07-31", |
43 | 43 | "verifiedBy": "codex-agent", |
44 | 44 | "confidence": "high", |
45 | 45 | "websiteUrl": "https://www.augmentcode.com", |
46 | 46 | "docsUrl": "https://docs.augmentcode.com/cli", |
47 | 47 | "vendor": "Augment", |
48 | | - "latestVersion": "0.7.0", |
| 48 | + "latestVersion": "0.34.0", |
| 49 | + "releaseTracking": { |
| 50 | + "provider": "npm", |
| 51 | + "identifier": "@augmentcode/auggie" |
| 52 | + }, |
49 | 53 | "githubUrl": "https://github.com/augmentcode/auggie", |
50 | 54 | "license": "Proprietary", |
51 | 55 | "pricing": [ |
|
65 | 69 | } |
66 | 70 | ], |
67 | 71 | "resourceUrls": { |
68 | | - "download": "https://www.augmentcode.com", |
| 72 | + "download": "https://docs.augmentcode.com/cli/overview", |
69 | 73 | "changelog": null, |
70 | 74 | "pricing": "https://www.augmentcode.com/pricing", |
71 | 75 | "mcp": "https://www.augmentcode.com/mcp", |
|
89 | 93 | "platforms": [ |
90 | 94 | { |
91 | 95 | "os": "macOS", |
92 | | - "installCommand": "npm install -g @augmentcode/npm i @augmentcode/auggie", |
| 96 | + "installCommand": "npm install -g @augmentcode/auggie", |
93 | 97 | "launchCommand": "auggie", |
94 | 98 | "installPath": null |
95 | 99 | }, |
96 | 100 | { |
97 | 101 | "os": "Windows", |
98 | | - "installCommand": "npm install -g @augmentcode/npm i @augmentcode/auggie", |
| 102 | + "installCommand": "npm install -g @augmentcode/auggie", |
99 | 103 | "launchCommand": "auggie", |
100 | 104 | "installPath": null |
101 | 105 | }, |
102 | 106 | { |
103 | 107 | "os": "Linux", |
104 | | - "installCommand": "npm install -g @augmentcode/npm i @augmentcode/auggie", |
| 108 | + "installCommand": "npm install -g @augmentcode/auggie", |
105 | 109 | "launchCommand": "auggie", |
106 | 110 | "installPath": null |
107 | 111 | } |
|
120 | 124 | { |
121 | 125 | "url": "https://docs.augmentcode.com/cli/overview", |
122 | 126 | "title": "Introducing Auggie CLI", |
123 | | - "fields": ["name", "description", "docsUrl"] |
| 127 | + "fields": ["name", "description", "docsUrl", "resourceUrls.download", "platforms"] |
124 | 128 | }, |
125 | 129 | { |
126 | 130 | "url": "https://www.augmentcode.com/pricing", |
127 | 131 | "title": "Augment pricing", |
128 | 132 | "fields": ["pricing", "resourceUrls.pricing"] |
| 133 | + }, |
| 134 | + { |
| 135 | + "url": "https://www.npmjs.com/package/@augmentcode/auggie", |
| 136 | + "title": "Auggie CLI npm package", |
| 137 | + "fields": ["latestVersion", "releaseTracking"] |
129 | 138 | } |
130 | 139 | ] |
131 | 140 | } |
0 commit comments