@augmentcode/auggie 0.5.4 → 0.5.6-prerelease.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/augment.mjs +683 -656
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,21 +14,21 @@ npm install -g @augmentcode/auggie
|
|
|
14
14
|
- Node.js 22 or later
|
|
15
15
|
- A compatible shell (zsh, bash, fish)
|
|
16
16
|
|
|
17
|
-
>
|
|
17
|
+
> Note: Auggie is currently in beta and may not run on all environments and terminal configurations.
|
|
18
18
|
|
|
19
19
|
## Quick Start
|
|
20
20
|
|
|
21
|
-
1.
|
|
21
|
+
1. Navigate to your project directory:
|
|
22
22
|
```bash
|
|
23
23
|
cd /path/to/your/project
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
2.
|
|
26
|
+
2. Login to your Augment account:
|
|
27
27
|
```bash
|
|
28
28
|
auggie login
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
3.
|
|
31
|
+
3. Start using Auggie:
|
|
32
32
|
```bash
|
|
33
33
|
auggie "Give me a summary of this project"
|
|
34
34
|
```
|
|
@@ -37,7 +37,7 @@ npm install -g @augmentcode/auggie
|
|
|
37
37
|
|
|
38
38
|
For complete documentation, setup guides, and advanced usage, visit:
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
📖 https://docs.augmentcode.com/cli/overview
|
|
41
41
|
|
|
42
42
|
## License
|
|
43
43
|
|