@augmentcode/auggie 0.37.0-prerelease.3 → 1.2.0-prerelease.202608250916

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/CHANGELOG.md ADDED
File without changes
package/README.md CHANGED
@@ -1,42 +0,0 @@
1
- # Auggie CLI
2
-
3
- Auggie CLI takes the power of Augment's agent and context engine and puts it in your terminal,
4
- allowing you to use Augment anywhere your code goes. You can use Auggie in a standalone interactive
5
- terminal session alongside your favorite editor or in any part of your software development stack.
6
-
7
- ## Installation
8
-
9
- ```bash
10
- npm install -g @augmentcode/auggie
11
- ```
12
-
13
- **Requirements:**
14
- - Node.js 22 or later
15
- - A compatible shell (zsh, bash, fish)
16
-
17
- ## Quick Start
18
-
19
- 1. Navigate to your project directory:
20
- ```bash
21
- cd /path/to/your/project
22
- ```
23
-
24
- 2. Login to your Augment account:
25
- ```bash
26
- auggie login
27
- ```
28
-
29
- 3. Start using Auggie:
30
- ```bash
31
- auggie "Give me a summary of this project"
32
- ```
33
-
34
- ## Documentation
35
-
36
- For complete documentation, setup guides, and advanced usage, visit:
37
-
38
- 📖 https://docs.augmentcode.com/cli/overview
39
-
40
- ## License
41
-
42
- See LICENSE.md for license information.